Color spaces of #392532
RGB | 57 | 37 | 50 |
---|---|---|---|
HSL | 0.89 | 0.21 | 0.18 |
HSV | 321° | 35° | 22° |
CMYK | 0.00 | 0.35 | 0.12 0.78 |
XYZ | 2.9246 | 2.4233 | 3.3312 |
Yxy | 2.4233 | 0.3370 | 0.2792 |
Hunter Lab | 15.5670 | 6.2930 | -1.7907 |
CIE-Lab | 17.5681 | 11.9895 | -4.6763 |
#392532 color RGB value is (57,37,50).
#392532 hex color red value is 57, green value is 37 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #392532 hue: 0.89 , saturation: 0.21 and the lightness value of 392532 is 0.18.
The process color (four color CMYK) of #392532 color hex is 0.00, 0.35, 0.12, 0.78. Web safe color of #392532 is #333333. Color #392532 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 00100101 | 00110010 |
Octal | 71 | 45 | 62 |
Decimal | 57 | 37 | 50 |
Hex | 39 | 25 | 32 |
Shades of #392532
Tints of #392532
RGB Percentages of Color #392532
CMYK Percentages of Color #392532
Complementary Color
#392532 | #25392c |
#392532 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#392532 Color Preview on White Background
Lorem ipsum dolor sit amet.
#392532 Color CSS Codes
.mybgcolor {background-color:#392532; } .myforecolor {color:#392532; } .mybordercolor {border:3px solid #392532; }
#392532 Text Font Color
<p style="color:#392532">Text here</p>
This sample text font color is #392532
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.
#392532 Background Color
<div style="background-color:#392532">
Div content here</div>
This div background color is #392532
#392532 Border Color
<div style="border:3px solid #392532">
Div here</div>
This div border color is #392532
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,37,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #392532; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #392532; -webkit-box-shadow: 1px 1px 3px 2px #392532; box-shadow: 1px 1px 3px 2px #392532; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,37,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #392532">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #392532; -webkit-box-shadow: 1px 1px 3px 2px #392532; box-shadow: 1px 1px 3px 2px #392532;">
Div content here</div>
This div box has shadow with color #392532
Comments
No comments written yet.
Please login to write comment.