Color spaces of #04850c
RGB | 4 | 133 | 12 |
---|---|---|---|
HSL | 0.34 | 0.94 | 0.27 |
HSV | 124° | 97° | 52° |
CMYK | 0.97 | 0.00 | 0.91 0.48 |
XYZ | 8.5040 | 16.8274 | 3.1476 |
Yxy | 16.8274 | 0.2986 | 0.5909 |
Hunter Lab | 41.0212 | -34.7828 | 24.1655 |
CIE-Lab | 48.0418 | -52.4115 | 49.0356 |
#04850c color RGB value is (4,133,12).
#04850c hex color red value is 4, green value is 133 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #04850c hue: 0.34 , saturation: 0.94 and the lightness value of 04850c is 0.27.
The process color (four color CMYK) of #04850c color hex is 0.97, 0.00, 0.91, 0.48. Web safe color of #04850c is #009900. Color #04850c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 10000101 | 00001100 |
Octal | 4 | 205 | 14 |
Decimal | 4 | 133 | 12 |
Hex | 4 | 85 | C |
Shades of #04850c
Tints of #04850c
RGB Percentages of Color #04850c
CMYK Percentages of Color #04850c
Complementary Color
#04850c | #85047d |
#04850c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04850c Color Preview on White Background
Lorem ipsum dolor sit amet.
#04850c Color CSS Codes
.mybgcolor {background-color:#04850c; } .myforecolor {color:#04850c; } .mybordercolor {border:3px solid #04850c; }
#04850c Text Font Color
<p style="color:#04850c">Text here</p>
This sample text font color is #04850c
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.
#04850c Background Color
<div style="background-color:#04850c">
Div content here</div>
This div background color is #04850c
#04850c Border Color
<div style="border:3px solid #04850c">
Div here</div>
This div border color is #04850c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,133,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04850c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04850c; -webkit-box-shadow: 1px 1px 3px 2px #04850c; box-shadow: 1px 1px 3px 2px #04850c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,133,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 #04850c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04850c; -webkit-box-shadow: 1px 1px 3px 2px #04850c; box-shadow: 1px 1px 3px 2px #04850c;">
Div content here</div>
This div box has shadow with color #04850c
Comments
No comments written yet.
Please login to write comment.