COLOR #377F85

HEX: #377F85 RGB: (55,127,133)

Color info

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

RGB color model

#377F85 color RGB value is (55,127,133).

RGB: (55,127,133) (22%, 50%, 52%)

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 133 of 255 = 52%

55
127
133

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

Portions of RGB colors in percentages

R + G + B = 55 + 127 + 133 = 315 (100%)
R 55 of 315 ~ 17.46%
G 127 of 315 ~ 40.32%
B 133 of 315 ~ 42.22'%

%17.46
%40.32
%42.22

CMYK color model

#377F85 color CMYK value is (59,5,0,48).

  • cyan value is 58.65%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (59,5,0,48)
C59M5Y0K48 (59%, 5%, 0%, 48%)
(0.59 / 0.05 / 0.00 / 0.48)

CMYK percentages

%58.65
%4.51
%0
%47.84

Codes

Color #377F85 in popluar color models

37 7F 85
RGB 55 127 133
HSL 185° 41.49% 36.86%
HSB/HSV 185° 58.65% 52.16%
CMYK 58.65% 4.51% 0.00%
47.84%

Color #377F85 in popluar number systems.

HEX 37 7F 85
Decimal 55 127 133
Binary 110111 1111111 10000101
Octal 67 177 205

Shades and tints

Shades of #377F85

#377F85
(55,127,133)
#327479
(50,116,121)
#2D696D
(45,105,109)
#285E61
(40,94,97)
#235355
(35,83,85)
#1E4849
(30,72,73)
#193D3D
(25,61,61)
#143231
(20,50,49)
#0F2725
(15,39,37)
#0A1C19
(10,28,25)
#05110D
(5,17,13)
#000000
(0,0,0)

Tints of #377F85

#377F85
(55,127,133)
#498A90
(73,138,144)
#5B959B
(91,149,155)
#6DA0A6
(109,160,166)
#7FABB1
(127,171,177)
#91B6BC
(145,182,188)
#A3C1C7
(163,193,199)
#B5CCD2
(181,204,210)
#C7D7DD
(199,215,221)
#D9E2E8
(217,226,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377F85 color. Also use rgb(55,127,133) instead hex code.

Text Font Color

.myTextColor { color: #377F85; }

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

This text font color is #377F85.

Background Color

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

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

This div background color is #377F85.

Border color

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

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

This div border color is #377F85.

Opacity

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

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

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

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

This text has shadow with #377F85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377F85.

Preview

Color preview on black background

This text has color #377F85 on black background.


Color preview on white background

This text has color #377F85 on white background.


Black color preview on #377F85 background

This text has black color on #377F85 background.


White color preview on #377F85 background

This text has white color on #377F85 background.


Related colors

Complementary color

Complementary color for #hex is #C8807A.


I love getcolorcode.com

Triadic colors

1 #85377F and #7F8537 with #377F85 are triadic colors.

2 #857F37 and #7F3785 with #377F85 are triadic colors.