From http://www.w3schools.com (Copyright Refsnes Data)
The color property specifies the text color of an object.
| Value | Description |
|---|---|
| color | The color value can be a color name (red), a rgb value (rgb(255,0,0)), or a hex number (#ff0000) |
From http://www.w3schools.com (Copyright Refsnes Data)