Color spaces of #422711
RGB | 66 | 39 | 17 |
---|---|---|---|
HSL | 0.07 | 0.59 | 0.16 |
HSV | 27° | 74° | 26° |
CMYK | 0.00 | 0.41 | 0.74 0.74 |
XYZ | 3.0735 | 2.6498 | 0.8798 |
Yxy | 2.6498 | 0.4655 | 0.4013 |
Hunter Lab | 16.2782 | 5.2159 | 8.1903 |
CIE-Lab | 18.5830 | 10.2303 | 19.4555 |
#422711 color RGB value is (66,39,17).
#422711 hex color red value is 66, green value is 39 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #422711 hue: 0.07 , saturation: 0.59 and the lightness value of 422711 is 0.16.
The process color (four color CMYK) of #422711 color hex is 0.00, 0.41, 0.74, 0.74. Web safe color of #422711 is #333300. Color #422711 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00100111 | 00010001 |
Octal | 102 | 47 | 21 |
Decimal | 66 | 39 | 17 |
Hex | 42 | 27 | 11 |
Shades of #422711
Tints of #422711
RGB Percentages of Color #422711
CMYK Percentages of Color #422711
Complementary Color
#422711 | #112c42 |
#422711 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#422711 Color Preview on White Background
Lorem ipsum dolor sit amet.
#422711 Color CSS Codes
.mybgcolor {background-color:#422711; } .myforecolor {color:#422711; } .mybordercolor {border:3px solid #422711; }
#422711 Text Font Color
<p style="color:#422711">Text here</p>
This sample text font color is #422711
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.
#422711 Background Color
<div style="background-color:#422711">
Div content here</div>
This div background color is #422711
#422711 Border Color
<div style="border:3px solid #422711">
Div here</div>
This div border color is #422711
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,39,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #422711; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #422711; -webkit-box-shadow: 1px 1px 3px 2px #422711; box-shadow: 1px 1px 3px 2px #422711; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,39,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #422711">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #422711; -webkit-box-shadow: 1px 1px 3px 2px #422711; box-shadow: 1px 1px 3px 2px #422711;">
Div content here</div>
This div box has shadow with color #422711
Comments
No comments written yet.
Please login to write comment.