Color spaces of #06342d
RGB | 6 | 52 | 45 |
---|---|---|---|
HSL | 0.47 | 0.79 | 0.11 |
HSV | 171° | 88° | 20° |
CMYK | 0.88 | 0.00 | 0.13 0.80 |
XYZ | 1.7768 | 2.6842 | 2.9071 |
Yxy | 2.6842 | 0.2411 | 0.3643 |
Hunter Lab | 16.3835 | -9.3128 | 0.9480 |
CIE-Lab | 18.7320 | -17.0071 | 0.1063 |
#06342d color RGB value is (6,52,45).
#06342d hex color red value is 6, green value is 52 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #06342d hue: 0.47 , saturation: 0.79 and the lightness value of 06342d is 0.11.
The process color (four color CMYK) of #06342d color hex is 0.88, 0.00, 0.13, 0.80. Web safe color of #06342d is #003333. Color #06342d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00110100 | 00101101 |
Octal | 6 | 64 | 55 |
Decimal | 6 | 52 | 45 |
Hex | 6 | 34 | 2D |
Shades of #06342d
Tints of #06342d
RGB Percentages of Color #06342d
CMYK Percentages of Color #06342d
Complementary Color
#06342d | #34060d |
#06342d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06342d Color Preview on White Background
Lorem ipsum dolor sit amet.
#06342d Color CSS Codes
.mybgcolor {background-color:#06342d; } .myforecolor {color:#06342d; } .mybordercolor {border:3px solid #06342d; }
#06342d Text Font Color
<p style="color:#06342d">Text here</p>
This sample text font color is #06342d
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.
#06342d Background Color
<div style="background-color:#06342d">
Div content here</div>
This div background color is #06342d
#06342d Border Color
<div style="border:3px solid #06342d">
Div here</div>
This div border color is #06342d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,52,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06342d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06342d; -webkit-box-shadow: 1px 1px 3px 2px #06342d; box-shadow: 1px 1px 3px 2px #06342d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,52,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06342d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06342d; -webkit-box-shadow: 1px 1px 3px 2px #06342d; box-shadow: 1px 1px 3px 2px #06342d;">
Div content here</div>
This div box has shadow with color #06342d
Comments
No comments written yet.
Please login to write comment.