Color spaces of #585007
RGB | 88 | 80 | 7 |
---|---|---|---|
HSL | 0.15 | 0.85 | 0.19 |
HSV | 54° | 92° | 35° |
CMYK | 0.00 | 0.09 | 0.92 0.65 |
XYZ | 6.9315 | 7.8274 | 1.3465 |
Yxy | 7.8274 | 0.4304 | 0.4860 |
Hunter Lab | 27.9775 | -4.7367 | 16.7307 |
CIE-Lab | 33.6208 | -4.9854 | 39.3031 |
#585007 color RGB value is (88,80,7).
#585007 hex color red value is 88, green value is 80 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #585007 hue: 0.15 , saturation: 0.85 and the lightness value of 585007 is 0.19.
The process color (four color CMYK) of #585007 color hex is 0.00, 0.09, 0.92, 0.65. Web safe color of #585007 is #666600. Color #585007 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01010000 | 00000111 |
Octal | 130 | 120 | 7 |
Decimal | 88 | 80 | 7 |
Hex | 58 | 50 | 7 |
Shades of #585007
Tints of #585007
RGB Percentages of Color #585007
CMYK Percentages of Color #585007
Complementary Color
#585007 | #070f58 |
#585007 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#585007 Color Preview on White Background
Lorem ipsum dolor sit amet.
#585007 Color CSS Codes
.mybgcolor {background-color:#585007; } .myforecolor {color:#585007; } .mybordercolor {border:3px solid #585007; }
#585007 Text Font Color
<p style="color:#585007">Text here</p>
This sample text font color is #585007
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#585007 Background Color
<div style="background-color:#585007">
Div content here</div>
This div background color is #585007
#585007 Border Color
<div style="border:3px solid #585007">
Div here</div>
This div border color is #585007
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,80,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #585007; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585007; -webkit-box-shadow: 1px 1px 3px 2px #585007; box-shadow: 1px 1px 3px 2px #585007; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,80,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #585007">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #585007; -webkit-box-shadow: 1px 1px 3px 2px #585007; box-shadow: 1px 1px 3px 2px #585007;">
Div content here</div>
This div box has shadow with color #585007
Comments
No comments written yet.
Please login to write comment.