#53445f color RGB value is (5, 52, 69).
#53445f hex color red value is 5, green value is 52, and blue value is 69.
Cylindrical-coordinate representations (HSL) of color #53445f
hue: 195.94,
saturation: 0.86 and lightness: 0.15.
The process color (four-color CMYK) of #53445f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #53445f is #ff9999. Color #53445f contains mainly RED.
| Color spaces of #53445f | Value |
|---|---|
| RGB | 83, 68, 95 |
| HSL | 0.76, 0.17, 0.32 |
| HSV | 273°, 28°, 37° |
| XYZ | 7.7, 6.8, 11.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010011 | 1000100 | 1011111 |
| Octal | 123 | 104 | 137 |
| Decimal | 83 | 68 | 95 |
| Hex | 53 | 44 | 5F |
Shades of #53445f
Tints of #53445f
.mybgColor {background-color: #53445f;}
.myforeColor {color: #53445f;}
.myborderColor {border:3px solid #53445f;}
<p style="color:#53445f">Text here</p>
This sample text is styled with the font color #53445f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#53445f">Div content here</div>
<div style="border:3px solid #53445f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(83, 68, 95, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #53445f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #53445f;
-webkit-box-shadow: 1px 1px 3px #53445f;
box-shadow: 1px 1px 3px #53445f; }
<p style="text-shadow: 4px 4px 2px rgba(83, 68, 95, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #53445f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #53445f;
-webkit-box-shadow: 1px 1px 3px #53445f;
box-shadow: 1px 1px 3px #53445f;">Div content here</div>
