Color spaces of #4c501f
RGB | 76 | 80 | 31 |
---|---|---|---|
HSL | 0.18 | 0.44 | 0.22 |
HSV | 65° | 61° | 31° |
CMYK | 0.05 | 0.00 | 0.61 0.69 |
XYZ | 6.0965 | 7.3728 | 2.3981 |
Yxy | 7.3728 | 0.3842 | 0.4647 |
Hunter Lab | 27.1529 | -7.4399 | 13.7706 |
CIE-Lab | 32.6410 | -9.5116 | 27.8021 |
#4c501f color RGB value is (76,80,31).
#4c501f hex color red value is 76, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4c501f hue: 0.18 , saturation: 0.44 and the lightness value of 4c501f is 0.22.
The process color (four color CMYK) of #4c501f color hex is 0.05, 0.00, 0.61, 0.69. Web safe color of #4c501f is #336633. Color #4c501f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 01010000 | 00011111 |
Octal | 114 | 120 | 37 |
Decimal | 76 | 80 | 31 |
Hex | 4C | 50 | 1F |
Shades of #4c501f
Tints of #4c501f
RGB Percentages of Color #4c501f
CMYK Percentages of Color #4c501f
Complementary Color
#4c501f | #231f50 |
#4c501f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4c501f Color Preview on White Background
Lorem ipsum dolor sit amet.
#4c501f Color CSS Codes
.mybgcolor {background-color:#4c501f; } .myforecolor {color:#4c501f; } .mybordercolor {border:3px solid #4c501f; }
#4c501f Text Font Color
<p style="color:#4c501f">Text here</p>
This sample text font color is #4c501f
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.
#4c501f Background Color
<div style="background-color:#4c501f">
Div content here</div>
This div background color is #4c501f
#4c501f Border Color
<div style="border:3px solid #4c501f">
Div here</div>
This div border color is #4c501f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,80,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4c501f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4c501f; -webkit-box-shadow: 1px 1px 3px 2px #4c501f; box-shadow: 1px 1px 3px 2px #4c501f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,80,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 #4c501f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4c501f; -webkit-box-shadow: 1px 1px 3px 2px #4c501f; box-shadow: 1px 1px 3px 2px #4c501f;">
Div content here</div>
This div box has shadow with color #4c501f
Comments
No comments written yet.
Please login to write comment.