Color spaces of #09521f
RGB | 9 | 82 | 31 |
---|---|---|---|
HSL | 0.38 | 0.80 | 0.18 |
HSV | 138° | 89° | 32° |
CMYK | 0.89 | 0.00 | 0.62 0.68 |
XYZ | 3.3773 | 6.1916 | 2.3134 |
Yxy | 6.1916 | 0.2842 | 0.5211 |
Hunter Lab | 24.8829 | -19.3177 | 11.9058 |
CIE-Lab | 29.8908 | -33.4259 | 23.7284 |
#09521f color RGB value is (9,82,31).
#09521f hex color red value is 9, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #09521f hue: 0.38 , saturation: 0.80 and the lightness value of 09521f is 0.18.
The process color (four color CMYK) of #09521f color hex is 0.89, 0.00, 0.62, 0.68. Web safe color of #09521f is #006633. Color #09521f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01010010 | 00011111 |
Octal | 11 | 122 | 37 |
Decimal | 9 | 82 | 31 |
Hex | 9 | 52 | 1F |
Shades of #09521f
Tints of #09521f
RGB Percentages of Color #09521f
CMYK Percentages of Color #09521f
Complementary Color
#09521f | #52093c |
#09521f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#09521f Color Preview on White Background
Lorem ipsum dolor sit amet.
#09521f Color CSS Codes
.mybgcolor {background-color:#09521f; } .myforecolor {color:#09521f; } .mybordercolor {border:3px solid #09521f; }
#09521f Text Font Color
<p style="color:#09521f">Text here</p>
This sample text font color is #09521f
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.
#09521f Background Color
<div style="background-color:#09521f">
Div content here</div>
This div background color is #09521f
#09521f Border Color
<div style="border:3px solid #09521f">
Div here</div>
This div border color is #09521f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,82,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #09521f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #09521f; -webkit-box-shadow: 1px 1px 3px 2px #09521f; box-shadow: 1px 1px 3px 2px #09521f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,82,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #09521f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #09521f; -webkit-box-shadow: 1px 1px 3px 2px #09521f; box-shadow: 1px 1px 3px 2px #09521f;">
Div content here</div>
This div box has shadow with color #09521f
Comments
No comments written yet.
Please login to write comment.