Color spaces of #42373a
RGB | 66 | 55 | 58 |
---|---|---|---|
HSL | 0.95 | 0.09 | 0.24 |
HSV | 344° | 17° | 26° |
CMYK | 0.00 | 0.17 | 0.12 0.74 |
XYZ | 4.3767 | 4.1961 | 4.5822 |
Yxy | 4.1961 | 0.3327 | 0.3190 |
Hunter Lab | 20.4844 | 2.2907 | 1.0763 |
CIE-Lab | 24.3094 | 5.4668 | -0.0677 |
#42373a color RGB value is (66,55,58).
#42373a hex color red value is 66, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #42373a hue: 0.95 , saturation: 0.09 and the lightness value of 42373a is 0.24.
The process color (four color CMYK) of #42373a color hex is 0.00, 0.17, 0.12, 0.74. Web safe color of #42373a is #333333. Color #42373a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00110111 | 00111010 |
Octal | 102 | 67 | 72 |
Decimal | 66 | 55 | 58 |
Hex | 42 | 37 | 3A |
Shades of #42373a
Tints of #42373a
RGB Percentages of Color #42373a
CMYK Percentages of Color #42373a
Complementary Color
#42373a | #37423f |
#42373a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42373a Color Preview on White Background
Lorem ipsum dolor sit amet.
#42373a Color CSS Codes
.mybgcolor {background-color:#42373a; } .myforecolor {color:#42373a; } .mybordercolor {border:3px solid #42373a; }
#42373a Text Font Color
<p style="color:#42373a">Text here</p>
This sample text font color is #42373a
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.
#42373a Background Color
<div style="background-color:#42373a">
Div content here</div>
This div background color is #42373a
#42373a Border Color
<div style="border:3px solid #42373a">
Div here</div>
This div border color is #42373a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,55,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42373a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42373a; -webkit-box-shadow: 1px 1px 3px 2px #42373a; box-shadow: 1px 1px 3px 2px #42373a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,55,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42373a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42373a; -webkit-box-shadow: 1px 1px 3px 2px #42373a; box-shadow: 1px 1px 3px 2px #42373a;">
Div content here</div>
This div box has shadow with color #42373a
#42373a Color Palettes
Comments
No comments written yet.
Please login to write comment.