COLOR #376D77

HEX: #376D77
RGB: (55,109,119)

Color info

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

RGB color model

#376D77 color RGB value is (55,109,119).

  • red value is 55;
  • green value is 109;
  • blue value is 119.
RGB:
(55,109,119)
(22%,43%,47%)

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 119 of 255 = 47%

55
109
119

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

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 119 = 283 (100%)
R 55 of 283 ~ 19.43%
G 109 of 283 ~ 38.52%
B 119 of 283 ~ 42.05%

%19.43
%38.52
%42.05

CMYK color model

#376D77 color CMYK value is (54,8,0,53).

  • cyan value is 53.78%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(54,8,0,53)
C54M8Y0K53 
(54%,8%,0%,53%)
(0.54/0.08/0.00/0.53)	

CMYK percentages

%53.78
%8.4
%0
%53.33

Codes

Color #376D77 in popluar color models

376D77
RGB55109119
HSL189°36.78%34.12%
HSB/HSV189°53.78%46.67%
CMYK53.78%8.40%0.00%
53.33%

Color #376D77 in popluar number systems.

HEX376D77
Decimal55109119
Binary11011111011011110111
Octal67155167

Shades and tints

Shades of #376D77

#376D77
(55,109,119)
#32646D
(50,100,109)
#2D5B63
(45,91,99)
#285259
(40,82,89)
#23494F
(35,73,79)
#1E4045
(30,64,69)
#19373B
(25,55,59)
#142E31
(20,46,49)
#0F2527
(15,37,39)
#0A1C1D
(10,28,29)
#051313
(5,19,19)
#000000
(0,0,0)

Tints of #376D77

#376D77
(55,109,119)
#497A83
(73,122,131)
#5B878F
(91,135,143)
#6D949B
(109,148,155)
#7FA1A7
(127,161,167)
#91AEB3
(145,174,179)
#A3BBBF
(163,187,191)
#B5C8CB
(181,200,203)
#C7D5D7
(199,213,215)
#D9E2E3
(217,226,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D77 color. Also use rgb(55,109,119) instead hex code.

Text Font Color

.myTextColor { color: #376D77; }

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

This text font color is #376D77.


Background Color

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

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

This div background color is #376D77.


Border color

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

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

This div border color is #376D77.


Opacity

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

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

Text with #376D77 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 #376D77;}

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

This text has shadow with #376D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D77 on black background.


Color preview on white background

This text has color #376D77 on white background.



Black color preview on #376D77 background

This text has black color on #376D77 background.


White color preview on #376D77 background

This text has white color on #376D77 background.