Color spaces of #33423d
RGB | 51 | 66 | 61 |
---|---|---|---|
HSL | 0.44 | 0.13 | 0.23 |
HSV | 160° | 23° | 26° |
CMYK | 0.23 | 0.00 | 0.08 0.74 |
XYZ | 4.1558 | 4.9372 | 5.1488 |
Yxy | 4.9372 | 0.2918 | 0.3467 |
Hunter Lab | 22.2198 | -5.4996 | 1.8151 |
CIE-Lab | 26.5551 | -7.2801 | 1.0475 |
#33423d color RGB value is (51,66,61).
#33423d hex color red value is 51, green value is 66 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #33423d hue: 0.44 , saturation: 0.13 and the lightness value of 33423d is 0.23.
The process color (four color CMYK) of #33423d color hex is 0.23, 0.00, 0.08, 0.74. Web safe color of #33423d is #333333. Color #33423d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01000010 | 00111101 |
Octal | 63 | 102 | 75 |
Decimal | 51 | 66 | 61 |
Hex | 33 | 42 | 3D |
Shades of #33423d
Tints of #33423d
RGB Percentages of Color #33423d
CMYK Percentages of Color #33423d
Complementary Color
#33423d | #423338 |
#33423d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#33423d Color Preview on White Background
Lorem ipsum dolor sit amet.
#33423d Color CSS Codes
.mybgcolor {background-color:#33423d; } .myforecolor {color:#33423d; } .mybordercolor {border:3px solid #33423d; }
#33423d Text Font Color
<p style="color:#33423d">Text here</p>
This sample text font color is #33423d
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.
#33423d Background Color
<div style="background-color:#33423d">
Div content here</div>
This div background color is #33423d
#33423d Border Color
<div style="border:3px solid #33423d">
Div here</div>
This div border color is #33423d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,66,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #33423d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #33423d; -webkit-box-shadow: 1px 1px 3px 2px #33423d; box-shadow: 1px 1px 3px 2px #33423d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,66,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 #33423d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #33423d; -webkit-box-shadow: 1px 1px 3px 2px #33423d; box-shadow: 1px 1px 3px 2px #33423d;">
Div content here</div>
This div box has shadow with color #33423d
Comments
No comments written yet.
Please login to write comment.