Color spaces of #334222
RGB | 51 | 66 | 34 |
---|---|---|---|
HSL | 0.24 | 0.32 | 0.20 |
HSV | 88° | 48° | 26° |
CMYK | 0.23 | 0.00 | 0.48 0.74 |
XYZ | 3.6022 | 4.7157 | 2.2337 |
Yxy | 4.7157 | 0.3414 | 0.4469 |
Hunter Lab | 21.7157 | -8.3928 | 9.1023 |
CIE-Lab | 25.9089 | -12.6921 | 17.5067 |
#334222 color RGB value is (51,66,34).
#334222 hex color red value is 51, green value is 66 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #334222 hue: 0.24 , saturation: 0.32 and the lightness value of 334222 is 0.20.
The process color (four color CMYK) of #334222 color hex is 0.23, 0.00, 0.48, 0.74. Web safe color of #334222 is #333333. Color #334222 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01000010 | 00100010 |
Octal | 63 | 102 | 42 |
Decimal | 51 | 66 | 34 |
Hex | 33 | 42 | 22 |
Shades of #334222
Tints of #334222
RGB Percentages of Color #334222
CMYK Percentages of Color #334222
Complementary Color
#334222 | #312242 |
#334222 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#334222 Color Preview on White Background
Lorem ipsum dolor sit amet.
#334222 Color CSS Codes
.mybgcolor {background-color:#334222; } .myforecolor {color:#334222; } .mybordercolor {border:3px solid #334222; }
#334222 Text Font Color
<p style="color:#334222">Text here</p>
This sample text font color is #334222
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.
#334222 Background Color
<div style="background-color:#334222">
Div content here</div>
This div background color is #334222
#334222 Border Color
<div style="border:3px solid #334222">
Div here</div>
This div border color is #334222
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,66,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #334222; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #334222; -webkit-box-shadow: 1px 1px 3px 2px #334222; box-shadow: 1px 1px 3px 2px #334222; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,66,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #334222">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #334222; -webkit-box-shadow: 1px 1px 3px 2px #334222; box-shadow: 1px 1px 3px 2px #334222;">
Div content here</div>
This div box has shadow with color #334222
Comments
No comments written yet.
Please login to write comment.