COLOR #377D8B

HEX: #377D8B
RGB: (55,125,139)

Color info

#377D8B contains mainly green and blue colors. Web safe color of #377D8B is #336699 (or #369).

RGB color model

#377D8B color RGB value is (55,125,139).

  • red value is 55;
  • green value is 125;
  • blue value is 139.
RGB:
(55,125,139)
(22%,49%,55%)

RGB channels and saturation

R 55 of 255 = 22%
G 125 of 255 = 49%
B 139 of 255 = 55%

55
125
139

R + G + B ~ 42%. #377D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 125 + 139 = 319 (100%)
R 55 of 319 ~ 17.24%
G 125 of 319 ~ 39.18%
B 139 of 319 ~ 43.57%

%17.24
%39.18
%43.57

CMYK color model

#377D8B color CMYK value is (60,10,0,45).

  • cyan value is 60.43%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(60,10,0,45)
C60M10Y0K45 
(60%,10%,0%,45%)
(0.60/0.10/0.00/0.45)	

CMYK percentages

%60.43
%10.07
%0
%45.49

Codes

Color #377D8B in popluar color models

377D8B
RGB55125139
HSL190°43.30%38.04%
HSB/HSV190°60.43%54.51%
CMYK60.43%10.07%0.00%
45.49%

Color #377D8B in popluar number systems.

HEX377D8B
Decimal55125139
Binary110111111110110001011
Octal67175213

Shades and tints

Shades of #377D8B

#377D8B
(55,125,139)
#32727F
(50,114,127)
#2D6773
(45,103,115)
#285C67
(40,92,103)
#23515B
(35,81,91)
#1E464F
(30,70,79)
#193B43
(25,59,67)
#143037
(20,48,55)
#0F252B
(15,37,43)
#0A1A1F
(10,26,31)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #377D8B

#377D8B
(55,125,139)
#498895
(73,136,149)
#5B939F
(91,147,159)
#6D9EA9
(109,158,169)
#7FA9B3
(127,169,179)
#91B4BD
(145,180,189)
#A3BFC7
(163,191,199)
#B5CAD1
(181,202,209)
#C7D5DB
(199,213,219)
#D9E0E5
(217,224,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377D8B color. Also use rgb(55,125,139) instead hex code.

Text Font Color

.myTextColor { color: #377D8B; }

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

This text font color is #377D8B.


Background Color

.myBgColor { background-color: #377D8B; }

<div style="background-color:#377D8B">Inner text</div>

This div background color is #377D8B.


Border color

.myBorderColor { border: 1px solid #377D8B; }

<div style="border:3px solid #377D8B">Div</div>

This div border color is #377D8B.


Opacity

.myOpacity80 { color: #377D8B; opacity: 0.8; }

<p style="color:#377D8B;opacity:0.8;">80%</p>

Text with #377D8B 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 #377D8B;}

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

This text has shadow with #377D8B color.

.textShadow {text-shadow: 3px 3px 1px #377D8B, 3px 3px 1px red;}

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

This text has shadow with #377D8B primary color and red secondary color.


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

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

This text has shadow with #377D8B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377D8B on black background.


Color preview on white background

This text has color #377D8B on white background.



Black color preview on #377D8B background

This text has black color on #377D8B background.


White color preview on #377D8B background

This text has white color on #377D8B background.