Color spaces of #51590c
RGB | 81 | 89 | 12 |
---|---|---|---|
HSL | 0.18 | 0.76 | 0.20 |
HSV | 66° | 87° | 35° |
CMYK | 0.09 | 0.00 | 0.87 0.65 |
XYZ | 7.0321 | 8.9206 | 1.6991 |
Yxy | 8.9206 | 0.3984 | 0.5054 |
Hunter Lab | 29.8674 | -10.2411 | 17.5343 |
CIE-Lab | 35.8310 | -13.5062 | 39.3853 |
#51590c color RGB value is (81,89,12).
#51590c hex color red value is 81, green value is 89 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #51590c hue: 0.18 , saturation: 0.76 and the lightness value of 51590c is 0.20.
The process color (four color CMYK) of #51590c color hex is 0.09, 0.00, 0.87, 0.65. Web safe color of #51590c is #666600. Color #51590c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01011001 | 00001100 |
Octal | 121 | 131 | 14 |
Decimal | 81 | 89 | 12 |
Hex | 51 | 59 | C |
Shades of #51590c
Tints of #51590c
RGB Percentages of Color #51590c
CMYK Percentages of Color #51590c
Complementary Color
#51590c | #140c59 |
#51590c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51590c Color Preview on White Background
Lorem ipsum dolor sit amet.
#51590c Color CSS Codes
.mybgcolor {background-color:#51590c; } .myforecolor {color:#51590c; } .mybordercolor {border:3px solid #51590c; }
#51590c Text Font Color
<p style="color:#51590c">Text here</p>
This sample text font color is #51590c
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.
#51590c Background Color
<div style="background-color:#51590c">
Div content here</div>
This div background color is #51590c
#51590c Border Color
<div style="border:3px solid #51590c">
Div here</div>
This div border color is #51590c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,89,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51590c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51590c; -webkit-box-shadow: 1px 1px 3px 2px #51590c; box-shadow: 1px 1px 3px 2px #51590c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,89,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51590c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51590c; -webkit-box-shadow: 1px 1px 3px 2px #51590c; box-shadow: 1px 1px 3px 2px #51590c;">
Div content here</div>
This div box has shadow with color #51590c
Comments
No comments written yet.
Please login to write comment.