Color spaces of #32413d
RGB | 50 | 65 | 61 |
---|---|---|---|
HSL | 0.46 | 0.13 | 0.23 |
HSV | 164° | 23° | 25° |
CMYK | 0.23 | 0.00 | 0.06 0.75 |
XYZ | 4.0480 | 4.7956 | 5.1272 |
Yxy | 4.7956 | 0.2897 | 0.3433 |
Hunter Lab | 21.8989 | -5.3273 | 1.4476 |
CIE-Lab | 26.1443 | -7.0459 | 0.4405 |
#32413d color RGB value is (50,65,61).
#32413d hex color red value is 50, green value is 65 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #32413d hue: 0.46 , saturation: 0.13 and the lightness value of 32413d is 0.23.
The process color (four color CMYK) of #32413d color hex is 0.23, 0.00, 0.06, 0.75. Web safe color of #32413d is #333333. Color #32413d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 01000001 | 00111101 |
Octal | 62 | 101 | 75 |
Decimal | 50 | 65 | 61 |
Hex | 32 | 41 | 3D |
Shades of #32413d
Tints of #32413d
RGB Percentages of Color #32413d
CMYK Percentages of Color #32413d
Complementary Color
#32413d | #413236 |
#32413d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32413d Color Preview on White Background
Lorem ipsum dolor sit amet.
#32413d Color CSS Codes
.mybgcolor {background-color:#32413d; } .myforecolor {color:#32413d; } .mybordercolor {border:3px solid #32413d; }
#32413d Text Font Color
<p style="color:#32413d">Text here</p>
This sample text font color is #32413d
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.
#32413d Background Color
<div style="background-color:#32413d">
Div content here</div>
This div background color is #32413d
#32413d Border Color
<div style="border:3px solid #32413d">
Div here</div>
This div border color is #32413d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,65,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32413d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32413d; -webkit-box-shadow: 1px 1px 3px 2px #32413d; box-shadow: 1px 1px 3px 2px #32413d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,65,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 #32413d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32413d; -webkit-box-shadow: 1px 1px 3px 2px #32413d; box-shadow: 1px 1px 3px 2px #32413d;">
Div content here</div>
This div box has shadow with color #32413d
Comments
No comments written yet.
Please login to write comment.