#523476 color RGB value is (5, 35, 71).
#523476 hex color red value is 5, green value is 35, and blue value is 71.
Cylindrical-coordinate representations (HSL) of color #523476
hue: 212.73,
saturation: 0.87 and lightness: 0.15.
The process color (four-color CMYK) of #523476 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #523476 is #ff9999. Color #523476 contains mainly RED.
| Color spaces of #523476 | Value |
|---|---|
| RGB | 82, 52, 118 |
| HSL | 0.74, 0.39, 0.33 |
| HSV | 267°, 56°, 46° |
| XYZ | 7.98, 5.56, 17.79 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010010 | 110100 | 1110110 |
| Octal | 122 | 64 | 166 |
| Decimal | 82 | 52 | 118 |
| Hex | 52 | 34 | 76 |
Shades of #523476
Tints of #523476
.mybgColor {background-color: #523476;}
.myforeColor {color: #523476;}
.myborderColor {border:3px solid #523476;}
<p style="color:#523476">Text here</p>
This sample text is styled with the font color #523476. 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:#523476">Div content here</div>
<div style="border:3px solid #523476">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(82, 52, 118, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #523476; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #523476;
-webkit-box-shadow: 1px 1px 3px #523476;
box-shadow: 1px 1px 3px #523476; }
<p style="text-shadow: 4px 4px 2px rgba(82, 52, 118, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #523476;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #523476;
-webkit-box-shadow: 1px 1px 3px #523476;
box-shadow: 1px 1px 3px #523476;">Div content here</div>
