color details

Color Details
#39393d Color Hex

#39393d color RGB value is (3, 147, 147).
#39393d hex color red value is 3, green value is 147, and blue value is 147.
Cylindrical-coordinate representations (HSL) of color #39393d hue: 180, saturation: 0.96 and lightness: 0.29.

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

Color Spaces
Color spaces of #39393dValue
RGB57, 57, 61
HSL0.67, 0.03, 0.23
HSV240°, 7°, 24°
XYZ3.99, 4.13, 5
Base Numbers
Base Red Green Blue
Binary 111001 111001 111101
Octal 71 71 75
Decimal 57 57 61
Hex 39 39 3D

RGB Percentages for Color #39393d

32.57%
32.57%
34.86%

CMYK Percentages of the Color #39393d

6.56%
6.56%
76.08%
CSS Codes for Color #39393d
.mybgColor {background-color: #39393d;}
.myforeColor {color: #39393d;}
.myborderColor {border:3px solid #39393d;}
Text Font Color #39393d

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

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

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

The background color of this div is #39393d
Border Color #39393d

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #39393d

Scroll to Top