color details

Color Details
#376c68 Color Hex

#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
Color spaces of #376c68Value
RGB55, 108, 104
HSL0.49, 0.33, 0.32
HSV175°, 49°, 42°
XYZ9.44, 12.54, 15.02
Base Numbers
Base Red Green Blue
Binary 110111 1101100 1101000
Octal 67 154 150
Decimal 55 108 104
Hex 37 6C 68

RGB Percentages for Color #376c68

20.6%
40.45%
38.95%

CMYK Percentages of the Color #376c68

49.07%
3.7%
57.65%
CSS Codes for Color #376c68
.mybgColor {background-color: #376c68;}
.myforeColor {color: #376c68;}
.myborderColor {border:3px solid #376c68;}
Text Font Color #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,

Background Color #376c68

<div style="background-color:#376c68">Div content here</div>

The background color of this div is #376c68
Border Color #376c68

<div style="border:3px solid #376c68">Div here</div>

The border color of this div is #376c68
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55, 108, 104, 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 #376c68;">Text here</p>

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #376c68

Scroll to Top