#453a4d color RGB value is (4, 83, 164).
#453a4d hex color red value is 4, green value is 83, and blue value is 164.
Cylindrical-coordinate representations (HSL) of color #453a4d
hue: 210.38,
saturation: 0.95 and lightness: 0.33.
The process color (four-color CMYK) of #453a4d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #453a4d is #ff9999. Color #453a4d contains mainly RED.
| Color spaces of #453a4d | Value |
|---|---|
| RGB | 69, 58, 77 |
| HSL | 0.76, 0.14, 0.26 |
| HSV | 275°, 25°, 30° |
| XYZ | 5.31, 4.83, 7.67 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1000101 | 111010 | 1001101 |
| Octal | 105 | 72 | 115 |
| Decimal | 69 | 58 | 77 |
| Hex | 45 | 3A | 4D |
Shades of #453a4d
Tints of #453a4d
.mybgColor {background-color: #453a4d;}
.myforeColor {color: #453a4d;}
.myborderColor {border:3px solid #453a4d;}
<p style="color:#453a4d">Text here</p>
This sample text is styled with the font color #453a4d. 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:#453a4d">Div content here</div>
<div style="border:3px solid #453a4d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(69, 58, 77, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #453a4d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #453a4d;
-webkit-box-shadow: 1px 1px 3px #453a4d;
box-shadow: 1px 1px 3px #453a4d; }
<p style="text-shadow: 4px 4px 2px rgba(69, 58, 77, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #453a4d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #453a4d;
-webkit-box-shadow: 1px 1px 3px #453a4d;
box-shadow: 1px 1px 3px #453a4d;">Div content here</div>
