Color spaces of #08812f
RGB | 8 | 129 | 47 |
---|---|---|---|
HSL | 0.39 | 0.88 | 0.27 |
HSV | 139° | 94° | 51° |
CMYK | 0.94 | 0.00 | 0.64 0.49 |
XYZ | 8.4635 | 15.9574 | 5.3233 |
Yxy | 15.9574 | 0.2845 | 0.5365 |
Hunter Lab | 39.9467 | -32.0880 | 20.0617 |
CIE-Lab | 46.9185 | -47.9254 | 35.3489 |
#08812f color RGB value is (8,129,47).
#08812f hex color red value is 8, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #08812f hue: 0.39 , saturation: 0.88 and the lightness value of 08812f is 0.27.
The process color (four color CMYK) of #08812f color hex is 0.94, 0.00, 0.64, 0.49. Web safe color of #08812f is #009933. Color #08812f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 10000001 | 00101111 |
Octal | 10 | 201 | 57 |
Decimal | 8 | 129 | 47 |
Hex | 8 | 81 | 2F |
Shades of #08812f
Tints of #08812f
RGB Percentages of Color #08812f
CMYK Percentages of Color #08812f
Complementary Color
#08812f | #81085a |
#08812f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08812f Color Preview on White Background
Lorem ipsum dolor sit amet.
#08812f Color CSS Codes
.mybgcolor {background-color:#08812f; } .myforecolor {color:#08812f; } .mybordercolor {border:3px solid #08812f; }
#08812f Text Font Color
<p style="color:#08812f">Text here</p>
This sample text font color is #08812f
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.
#08812f Background Color
<div style="background-color:#08812f">
Div content here</div>
This div background color is #08812f
#08812f Border Color
<div style="border:3px solid #08812f">
Div here</div>
This div border color is #08812f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,129,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08812f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08812f; -webkit-box-shadow: 1px 1px 3px 2px #08812f; box-shadow: 1px 1px 3px 2px #08812f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,129,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08812f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08812f; -webkit-box-shadow: 1px 1px 3px 2px #08812f; box-shadow: 1px 1px 3px 2px #08812f;">
Div content here</div>
This div box has shadow with color #08812f
Comments
No comments written yet.
Please login to write comment.