Color spaces of #06340e
RGB | 6 | 52 | 14 |
---|---|---|---|
HSL | 0.36 | 0.79 | 0.11 |
HSV | 130° | 88° | 20° |
CMYK | 0.88 | 0.00 | 0.73 0.80 |
XYZ | 1.3824 | 2.5264 | 0.8303 |
Yxy | 2.5264 | 0.2917 | 0.5331 |
Hunter Lab | 15.8947 | -12.2910 | 8.0291 |
CIE-Lab | 18.0376 | -24.6645 | 19.2231 |
#06340e color RGB value is (6,52,14).
#06340e hex color red value is 6, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #06340e hue: 0.36 , saturation: 0.79 and the lightness value of 06340e is 0.11.
The process color (four color CMYK) of #06340e color hex is 0.88, 0.00, 0.73, 0.80. Web safe color of #06340e is #003300. Color #06340e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00110100 | 00001110 |
Octal | 6 | 64 | 16 |
Decimal | 6 | 52 | 14 |
Hex | 6 | 34 | E |
Shades of #06340e
Tints of #06340e
RGB Percentages of Color #06340e
CMYK Percentages of Color #06340e
Complementary Color
#06340e | #34062c |
#06340e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06340e Color Preview on White Background
Lorem ipsum dolor sit amet.
#06340e Color CSS Codes
.mybgcolor {background-color:#06340e; } .myforecolor {color:#06340e; } .mybordercolor {border:3px solid #06340e; }
#06340e Text Font Color
<p style="color:#06340e">Text here</p>
This sample text font color is #06340e
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.
#06340e Background Color
<div style="background-color:#06340e">
Div content here</div>
This div background color is #06340e
#06340e Border Color
<div style="border:3px solid #06340e">
Div here</div>
This div border color is #06340e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,52,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06340e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06340e; -webkit-box-shadow: 1px 1px 3px 2px #06340e; box-shadow: 1px 1px 3px 2px #06340e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,52,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06340e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06340e; -webkit-box-shadow: 1px 1px 3px 2px #06340e; box-shadow: 1px 1px 3px 2px #06340e;">
Div content here</div>
This div box has shadow with color #06340e
Comments
No comments written yet.
Please login to write comment.