#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 of #39393d | Value |
---|---|
RGB | 57, 57, 61 |
HSL | 0.67, 0.03, 0.23 |
HSV | 240°, 7°, 24° |
XYZ | 3.99, 4.13, 5 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 111001 | 111001 | 111101 |
Octal | 71 | 71 | 75 |
Decimal | 57 | 57 | 61 |
Hex | 39 | 39 | 3D |
Shades of #39393d
Tints of #39393d
.mybgColor {background-color: #39393d;} .myforeColor {color: #39393d;} .myborderColor {border:3px solid #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,
<div style="background-color:#39393d">Div content here</div>
<div style="border:3px solid #39393d">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(57, 57, 61, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #39393d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>