color details

Color Details
#353638 Color Hex

#353638 color RGB value is (3, 83, 99).
#353638 hex color red value is 3, green value is 83, and blue value is 99.
Cylindrical-coordinate representations (HSL) of color #353638 hue: 190, saturation: 0.94 and lightness: 0.2.

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

Color Spaces
Color spaces of #353638Value
RGB53, 54, 56
HSL0.61, 0.03, 0.21
HSV220°, 5°, 22°
XYZ3.5, 3.68, 4.27
Base Numbers
Base Red Green Blue
Binary 110101 110110 111000
Octal 65 66 70
Decimal 53 54 56
Hex 35 36 38

RGB Percentages for Color #353638

32.52%
33.13%
34.36%

CMYK Percentages of the Color #353638

5.36%
3.57%
78.04%
CSS Codes for Color #353638
.mybgColor {background-color: #353638;}
.myforeColor {color: #353638;}
.myborderColor {border:3px solid #353638;}
Text Font Color #353638

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #353638

Scroll to Top