color details

Color Details
#302d2a Color Hex

#302d2a color RGB value is (3, 2, 210).
#302d2a hex color red value is 3, green value is 2, and blue value is 210.
Cylindrical-coordinate representations (HSL) of color #302d2a hue: 240.29, saturation: 0.98 and lightness: 0.42.

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

Color Spaces
Color spaces of #302d2aValue
RGB48, 45, 42
HSL0.08, 0.07, 0.18
HSV30°, 13°, 19°
XYZ2.58, 2.67, 2.57
Base Numbers
Base Red Green Blue
Binary 110000 101101 101010
Octal 60 55 52
Decimal 48 45 42
Hex 30 2D 2A

RGB Percentages for Color #302d2a

35.56%
33.33%
31.11%

CMYK Percentages of the Color #302d2a

6.25%
12.5%
81.18%
CSS Codes for Color #302d2a
.mybgColor {background-color: #302d2a;}
.myforeColor {color: #302d2a;}
.myborderColor {border:3px solid #302d2a;}
Text Font Color #302d2a

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

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

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

The background color of this div is #302d2a
Border Color #302d2a

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

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

<p style="text-shadow: 4px 4px 2px rgba(48, 45, 42, 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 #302d2a;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #302d2a

Scroll to Top