#57203a hex color information.
RGB value of #57203a is (87,32,58)
Change page background color to #57203a
| Reset
| RGB | 87 | 32 | 58 |
|---|---|---|---|
| HSL | 0.92 | 0.46 | 0.23 |
| HSV | 332° | 63° | 34° |
| CMYK | 0.00 | 0.63 | 0.33 0.66 |
| XYZ | 5.2107 | 3.3647 | 4.3778 |
| Yxy | 3.3647 | 0.4023 | 0.2598 |
| Hunter Lab | 18.3431 | 18.6057 | -1.3101 |
| CIE-Lab | 21.4490 | 28.5246 | -3.9493 |
#57203a hex color red value is 87, green value is 32 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #57203a hue: 0.92 , saturation: 0.46 and the lightness value of 57203a is 0.23.
The process color (four color CMYK) of #57203a hex color is 0.00, 0.63, 0.33, 0.66. Web safe color of #57203a is #663333
Color #57203a contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 01010111 | 00100000 | 00111010 |
| Octal | 127 | 40 | 72 |
| Decimal | 87 | 32 | 58 |
| Hexadecimal | 57 | 20 | 3A |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#57203a; }
.myforecolor {color:#57203a; }
.mybordercolor {border:3px solid #57203a; }
This sample text font color is #57203a
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.
<p style="color:#57203a">Text here</p>
This div background color is #57203a
<div style="background-color:#57203a">
Div content here</div>
This div border color is #57203a
<div style="border:3px solid #57203a">
Div here</div>
| #57203a | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(87,32,58, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #57203a;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #57203a;
-webkit-box-shadow: 1px 1px 3px 2px #57203a;
box-shadow: 1px 1px 3px 2px #57203a;
}
<p style="text-shadow: 4px 4px 2px rgba(87,32,58, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #57203a">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #57203a
<div style="-moz-box-shadow: 1px 1px 3px 2px #57203a; -webkit-box-shadow: 1px 1px 3px 2px #57203a; box-shadow: 1px 1px 3px 2px #57203a;">
Div content here</div>