Color spaces of #06501c
RGB | 6 | 80 | 28 |
---|---|---|---|
HSL | 0.38 | 0.86 | 0.17 |
HSV | 138° | 93° | 31° |
CMYK | 0.93 | 0.00 | 0.65 0.69 |
XYZ | 3.1534 | 5.8599 | 2.0635 |
Yxy | 5.8599 | 0.2847 | 0.5290 |
Hunter Lab | 24.2072 | -19.1100 | 11.8910 |
CIE-Lab | 29.0562 | -33.5445 | 24.3605 |
#06501c color RGB value is (6,80,28).
#06501c hex color red value is 6, green value is 80 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #06501c hue: 0.38 , saturation: 0.86 and the lightness value of 06501c is 0.17.
The process color (four color CMYK) of #06501c color hex is 0.93, 0.00, 0.65, 0.69. Web safe color of #06501c is #006633. Color #06501c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 01010000 | 00011100 |
Octal | 6 | 120 | 34 |
Decimal | 6 | 80 | 28 |
Hex | 6 | 50 | 1C |
Shades of #06501c
Tints of #06501c
RGB Percentages of Color #06501c
CMYK Percentages of Color #06501c
Complementary Color
#06501c | #50063a |
#06501c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06501c Color Preview on White Background
Lorem ipsum dolor sit amet.
#06501c Color CSS Codes
.mybgcolor {background-color:#06501c; } .myforecolor {color:#06501c; } .mybordercolor {border:3px solid #06501c; }
#06501c Text Font Color
<p style="color:#06501c">Text here</p>
This sample text font color is #06501c
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.
#06501c Background Color
<div style="background-color:#06501c">
Div content here</div>
This div background color is #06501c
#06501c Border Color
<div style="border:3px solid #06501c">
Div here</div>
This div border color is #06501c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,80,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06501c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06501c; -webkit-box-shadow: 1px 1px 3px 2px #06501c; box-shadow: 1px 1px 3px 2px #06501c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,80,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06501c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06501c; -webkit-box-shadow: 1px 1px 3px 2px #06501c; box-shadow: 1px 1px 3px 2px #06501c;">
Div content here</div>
This div box has shadow with color #06501c
Comments
No comments written yet.
Please login to write comment.