#376c68 color RGB value is (3, 118, 198).
#376c68 hex color red value is 3, green value is 118, and blue value is 198.
Cylindrical-coordinate representations (HSL) of color #376c68
hue: 204.62,
saturation: 0.97 and lightness: 0.39.
The process color (four-color CMYK) of #376c68 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #376c68 is #ff9999. Color #376c68 contains mainly RED.
| Color spaces of #376c68 | Value |
|---|---|
| RGB | 55, 108, 104 |
| HSL | 0.49, 0.33, 0.32 |
| HSV | 175°, 49°, 42° |
| XYZ | 9.44, 12.54, 15.02 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 110111 | 1101100 | 1101000 |
| Octal | 67 | 154 | 150 |
| Decimal | 55 | 108 | 104 |
| Hex | 37 | 6C | 68 |
Shades of #376c68
Tints of #376c68
.mybgColor {background-color: #376c68;}
.myforeColor {color: #376c68;}
.myborderColor {border:3px solid #376c68;}
<p style="color:#376c68">Text here</p>
This sample text is styled with the font color #376c68. 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:#376c68">Div content here</div>
<div style="border:3px solid #376c68">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(55, 108, 104, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #376c68; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #376c68;
-webkit-box-shadow: 1px 1px 3px #376c68;
box-shadow: 1px 1px 3px #376c68; }
<p style="text-shadow: 4px 4px 2px rgba(55, 108, 104, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #376c68;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #376c68;
-webkit-box-shadow: 1px 1px 3px #376c68;
box-shadow: 1px 1px 3px #376c68;">Div content here</div>
