Color spaces of #3f7204
RGB | 63 | 114 | 4 |
---|---|---|---|
HSL | 0.24 | 0.93 | 0.23 |
HSV | 88° | 96° | 45° |
CMYK | 0.45 | 0.00 | 0.96 0.55 |
XYZ | 8.0891 | 13.1002 | 2.2171 |
Yxy | 13.1002 | 0.3456 | 0.5597 |
Hunter Lab | 36.1942 | -23.4466 | 21.7041 |
CIE-Lab | 42.9138 | -34.0058 | 46.9614 |
#3f7204 color RGB value is (63,114,4).
#3f7204 hex color red value is 63, green value is 114 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #3f7204 hue: 0.24 , saturation: 0.93 and the lightness value of 3f7204 is 0.23.
The process color (four color CMYK) of #3f7204 color hex is 0.45, 0.00, 0.96, 0.55. Web safe color of #3f7204 is #336600. Color #3f7204 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111111 | 01110010 | 00000100 |
Octal | 77 | 162 | 4 |
Decimal | 63 | 114 | 4 |
Hex | 3F | 72 | 4 |
Shades of #3f7204
Tints of #3f7204
RGB Percentages of Color #3f7204
CMYK Percentages of Color #3f7204
Complementary Color
#3f7204 | #370472 |
#3f7204 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3f7204 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3f7204 Color CSS Codes
.mybgcolor {background-color:#3f7204; } .myforecolor {color:#3f7204; } .mybordercolor {border:3px solid #3f7204; }
#3f7204 Text Font Color
<p style="color:#3f7204">Text here</p>
This sample text font color is #3f7204
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.
#3f7204 Background Color
<div style="background-color:#3f7204">
Div content here</div>
This div background color is #3f7204
#3f7204 Border Color
<div style="border:3px solid #3f7204">
Div here</div>
This div border color is #3f7204
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(63,114,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3f7204; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3f7204; -webkit-box-shadow: 1px 1px 3px 2px #3f7204; box-shadow: 1px 1px 3px 2px #3f7204; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(63,114,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3f7204">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3f7204; -webkit-box-shadow: 1px 1px 3px 2px #3f7204; box-shadow: 1px 1px 3px 2px #3f7204;">
Div content here</div>
This div box has shadow with color #3f7204
Comments
No comments written yet.
Please login to write comment.