COLOR #376F76

HEX: #376F76 RGB: (55,111,118)

Color info

#376F76 contains mainly green and blue colors. Web safe color of #376F76 is #336666 (or #366).

RGB color model

#376F76 color RGB value is (55,111,118).

RGB: (55,111,118) (22%, 44%, 46%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 118 of 255 = 46%

55
111
118

R + G + B ~ 37%. #376F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 111 + 118 = 284 (100%)
R 55 of 284 ~ 19.37%
G 111 of 284 ~ 39.08%
B 118 of 284 ~ 41.55'%

%19.37
%39.08
%41.55

CMYK color model

#376F76 color CMYK value is (53,6,0,54).

  • cyan value is 53.39%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (53,6,0,54)
C53M6Y0K54 (53%, 6%, 0%, 54%)
(0.53 / 0.06 / 0.00 / 0.54)

CMYK percentages

%53.39
%5.93
%0
%53.73

Codes

Color #376F76 in popluar color models

37 6F 76
RGB 55 111 118
HSL 187° 36.42% 33.92%
HSB/HSV 187° 53.39% 46.27%
CMYK 53.39% 5.93% 0.00%
53.73%

Color #376F76 in popluar number systems.

HEX 37 6F 76
Decimal 55 111 118
Binary 110111 1101111 1110110
Octal 67 157 166

Shades and tints

Shades of #376F76

#376F76
(55,111,118)
#32656C
(50,101,108)
#2D5B62
(45,91,98)
#285158
(40,81,88)
#23474E
(35,71,78)
#1E3D44
(30,61,68)
#19333A
(25,51,58)
#142930
(20,41,48)
#0F1F26
(15,31,38)
#0A151C
(10,21,28)
#050B12
(5,11,18)
#000000
(0,0,0)

Tints of #376F76

#376F76
(55,111,118)
#497C82
(73,124,130)
#5B898E
(91,137,142)
#6D969A
(109,150,154)
#7FA3A6
(127,163,166)
#91B0B2
(145,176,178)
#A3BDBE
(163,189,190)
#B5CACA
(181,202,202)
#C7D7D6
(199,215,214)
#D9E4E2
(217,228,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F76 color. Also use rgb(55,111,118) instead hex code.

Text Font Color

.myTextColor { color: #376F76; }

<p style="color:#376F76">This sample text font color is #376F76.</p>

This text font color is #376F76.

Background Color

.myBgColor { background-color: #376F76; }

<div style="background-color:#376F76">Inner text</div>

This div background color is #376F76.

Border color

.myBorderColor { border: 1px solid #376F76; }

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

This div border color is #376F76.

Opacity

.myOpacity80 { color: #376F76; opacity: 0.8; }

<p style="color:#376F76;opacity:0.8;">80%</p>

Text with #376F76 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #376F76;}

<p style="text-shadow: 3px 3px 1px #376F76">Text here.</p>

This text has shadow with #376F76 color.


.textShadow {text-shadow: 3px 3px 1px #376F76', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #376F76, 5px 5px 20px red">Text here.</p>

This text has shadow with #376F76 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376F76, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#376F76, Direction=45, Strength=4)">Text</p>

This text has shadow with #376F76 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376F76;
-webkit-box-shadow: 1px 1px 3px 2px #376F76;
box-shadow: 1px 1px 3px 2px #376F76;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376F76; -webkit-box-shadow: 1px 1px 3px 2px #376F76; box-shadow:1px 1px 3px 2px #376F76;">
Div content here
</div>

This div box has shadow with color #376F76.

Preview

Color preview on black background

This text has color #376F76 on black background.


Color preview on white background

This text has color #376F76 on white background.


Black color preview on #376F76 background

This text has black color on #376F76 background.


White color preview on #376F76 background

This text has white color on #376F76 background.


Related colors

Complementary color

Complementary color for #hex is #C89089.


I love getcolorcode.com

Triadic colors

1 #76376F and #6F7637 with #376F76 are triadic colors.

2 #766F37 and #6F3776 with #376F76 are triadic colors.