#003e3f color RGB value is (0, 3, 227).
#003e3f hex color red value is 0, green value is 3, and blue value is 227.
Cylindrical-coordinate representations (HSL) of color #003e3f
hue: 239.21,
saturation: 1 and lightness: 0.45.
The process color (four-color CMYK) of #003e3f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #003e3f is #ff9999. Color #003e3f contains mainly RED.
| Color spaces of #003e3f | Value |
|---|---|
| RGB | 0, 62, 63 |
| HSL | 0.5, 1, 0.12 |
| HSV | 181°, 100°, 25° |
| XYZ | 2.62, 3.8, 5.3 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 0 | 111110 | 111111 |
| Octal | 0 | 76 | 77 |
| Decimal | 0 | 62 | 63 |
| Hex | 0 | 3E | 3F |
Shades of #003e3f
Tints of #003e3f
.mybgColor {background-color: #003e3f;}
.myforeColor {color: #003e3f;}
.myborderColor {border:3px solid #003e3f;}
<p style="color:#003e3f">Text here</p>
This sample text is styled with the font color #003e3f. 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:#003e3f">Div content here</div>
<div style="border:3px solid #003e3f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(0, 62, 63, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #003e3f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #003e3f;
-webkit-box-shadow: 1px 1px 3px #003e3f;
box-shadow: 1px 1px 3px #003e3f; }
<p style="text-shadow: 4px 4px 2px rgba(0, 62, 63, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #003e3f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #003e3f;
-webkit-box-shadow: 1px 1px 3px #003e3f;
box-shadow: 1px 1px 3px #003e3f;">Div content here</div>
