color details

Color Details
#353839 Color Hex

#353839 color RGB value is (3, 83, 131).
#353839 hex color red value is 3, green value is 83, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #353839 hue: 202.5, saturation: 0.96 and lightness: 0.26.

The process color (four-color CMYK) of #353839 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #353839 is #ff9999. Color #353839 contains mainly RED.

Color Spaces
Color spaces of #353839Value
RGB53, 56, 57
HSL0.54, 0.04, 0.22
HSV195°, 7°, 22°
XYZ3.62, 3.88, 4.43
Base Numbers
Base Red Green Blue
Binary 110101 111000 111001
Octal 65 70 71
Decimal 53 56 57
Hex 35 38 39

RGB Percentages for Color #353839

31.93%
33.73%
34.34%

CMYK Percentages of the Color #353839

7.02%
1.75%
77.65%
CSS Codes for Color #353839
.mybgColor {background-color: #353839;}
.myforeColor {color: #353839;}
.myborderColor {border:3px solid #353839;}
Text Font Color #353839

<p style="color:#353839">Text here</p>

This sample text is styled with the font color #353839. 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 #353839

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

The background color of this div is #353839
Border Color #353839

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

The border color of this div is #353839
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(53, 56, 57, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #353839;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #353839;
-webkit-box-shadow: 1px 1px 3px #353839;
box-shadow: 1px 1px 3px #353839;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53, 56, 57, 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 #353839;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #353839; -webkit-box-shadow: 1px 1px 3px #353839; box-shadow: 1px 1px 3px #353839;">Div content here</div>

This div box has a shadow with a specified color. #353839
Scroll to Top