Color spaces of #42383b
RGB | 66 | 56 | 59 |
---|---|---|---|
HSL | 0.95 | 0.08 | 0.24 |
HSV | 342° | 15° | 26° |
CMYK | 0.00 | 0.15 | 0.11 0.74 |
XYZ | 4.4504 | 4.3024 | 4.7336 |
Yxy | 4.3024 | 0.3300 | 0.3190 |
Hunter Lab | 20.7422 | 1.9996 | 0.9889 |
CIE-Lab | 24.6470 | 5.0122 | -0.2436 |
#42383b color RGB value is (66,56,59).
#42383b hex color red value is 66, green value is 56 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #42383b hue: 0.95 , saturation: 0.08 and the lightness value of 42383b is 0.24.
The process color (four color CMYK) of #42383b color hex is 0.00, 0.15, 0.11, 0.74. Web safe color of #42383b is #333333. Color #42383b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00111000 | 00111011 |
Octal | 102 | 70 | 73 |
Decimal | 66 | 56 | 59 |
Hex | 42 | 38 | 3B |
Shades of #42383b
Tints of #42383b
RGB Percentages of Color #42383b
CMYK Percentages of Color #42383b
Complementary Color
#42383b | #38423f |
#42383b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42383b Color Preview on White Background
Lorem ipsum dolor sit amet.
#42383b Color CSS Codes
.mybgcolor {background-color:#42383b; } .myforecolor {color:#42383b; } .mybordercolor {border:3px solid #42383b; }
#42383b Text Font Color
<p style="color:#42383b">Text here</p>
This sample text font color is #42383b
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.
#42383b Background Color
<div style="background-color:#42383b">
Div content here</div>
This div background color is #42383b
#42383b Border Color
<div style="border:3px solid #42383b">
Div here</div>
This div border color is #42383b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,56,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42383b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42383b; -webkit-box-shadow: 1px 1px 3px 2px #42383b; box-shadow: 1px 1px 3px 2px #42383b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,56,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42383b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42383b; -webkit-box-shadow: 1px 1px 3px 2px #42383b; box-shadow: 1px 1px 3px 2px #42383b;">
Div content here</div>
This div box has shadow with color #42383b
Comments
No comments written yet.
Please login to write comment.