Color spaces of #42223d
RGB | 66 | 34 | 61 |
---|---|---|---|
HSL | 0.86 | 0.32 | 0.20 |
HSV | 309° | 48° | 26° |
CMYK | 0.00 | 0.48 | 0.08 0.74 |
XYZ | 3.6611 | 2.6392 | 4.7313 |
Yxy | 2.6392 | 0.3319 | 0.2392 |
Hunter Lab | 16.2456 | 11.7968 | -5.8954 |
CIE-Lab | 18.5368 | 19.9949 | -10.7670 |
#42223d color RGB value is (66,34,61).
#42223d hex color red value is 66, green value is 34 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #42223d hue: 0.86 , saturation: 0.32 and the lightness value of 42223d is 0.20.
The process color (four color CMYK) of #42223d color hex is 0.00, 0.48, 0.08, 0.74. Web safe color of #42223d is #333333. Color #42223d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00100010 | 00111101 |
Octal | 102 | 42 | 75 |
Decimal | 66 | 34 | 61 |
Hex | 42 | 22 | 3D |
Shades of #42223d
Tints of #42223d
RGB Percentages of Color #42223d
CMYK Percentages of Color #42223d
Complementary Color
#42223d | #224227 |
#42223d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42223d Color Preview on White Background
Lorem ipsum dolor sit amet.
#42223d Color CSS Codes
.mybgcolor {background-color:#42223d; } .myforecolor {color:#42223d; } .mybordercolor {border:3px solid #42223d; }
#42223d Text Font Color
<p style="color:#42223d">Text here</p>
This sample text font color is #42223d
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.
#42223d Background Color
<div style="background-color:#42223d">
Div content here</div>
This div background color is #42223d
#42223d Border Color
<div style="border:3px solid #42223d">
Div here</div>
This div border color is #42223d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,34,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42223d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42223d; -webkit-box-shadow: 1px 1px 3px 2px #42223d; box-shadow: 1px 1px 3px 2px #42223d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,34,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42223d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42223d; -webkit-box-shadow: 1px 1px 3px 2px #42223d; box-shadow: 1px 1px 3px 2px #42223d;">
Div content here</div>
This div box has shadow with color #42223d
Comments
No comments written yet.
Please login to write comment.