color details

Color Details
#53445f Color Hex

#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
Color spaces of #53445fValue
RGB83, 68, 95
HSL0.76, 0.17, 0.32
HSV273°, 28°, 37°
XYZ7.7, 6.8, 11.73
Base Numbers
Base Red Green Blue
Binary 1010011 1000100 1011111
Octal 123 104 137
Decimal 83 68 95
Hex 53 44 5F

RGB Percentages for Color #53445f

33.74%
27.64%
38.62%

CMYK Percentages of the Color #53445f

12.63%
28.42%
62.75%
CSS Codes for Color #53445f
.mybgColor {background-color: #53445f;}
.myforeColor {color: #53445f;}
.myborderColor {border:3px solid #53445f;}
Text Font Color #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,

Background Color #53445f

<div style="background-color:#53445f">Div content here</div>

The background color of this div is #53445f
Border Color #53445f

<div style="border:3px solid #53445f">Div here</div>

The border color of this div is #53445f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83, 68, 95, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #53445f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #53445f

Scroll to Top