#3e3d39 color RGB value is (3, 227, 211).
#3e3d39 hex color red value is 3, green value is 227, and blue value is 211.
Cylindrical-coordinate representations (HSL) of color #3e3d39
hue: 175.71,
saturation: 0.97 and lightness: 0.45.
The process color (four-color CMYK) of #3e3d39 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #3e3d39 is #ff9999. Color #3e3d39 contains mainly RED.
| Color spaces of #3e3d39 | Value |
|---|---|
| RGB | 62, 61, 57 |
| HSL | 0.13, 0.04, 0.23 |
| HSV | 48°, 8°, 24° |
| XYZ | 4.39, 4.66, 4.54 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 111110 | 111101 | 111001 |
| Octal | 76 | 75 | 71 |
| Decimal | 62 | 61 | 57 |
| Hex | 3E | 3D | 39 |
Shades of #3e3d39
Tints of #3e3d39
.mybgColor {background-color: #3e3d39;}
.myforeColor {color: #3e3d39;}
.myborderColor {border:3px solid #3e3d39;}
<p style="color:#3e3d39">Text here</p>
This sample text is styled with the font color #3e3d39. 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:#3e3d39">Div content here</div>
<div style="border:3px solid #3e3d39">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(62, 61, 57, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #3e3d39; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #3e3d39;
-webkit-box-shadow: 1px 1px 3px #3e3d39;
box-shadow: 1px 1px 3px #3e3d39; }
<p style="text-shadow: 4px 4px 2px rgba(62, 61, 57, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #3e3d39;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #3e3d39;
-webkit-box-shadow: 1px 1px 3px #3e3d39;
box-shadow: 1px 1px 3px #3e3d39;">Div content here</div>
