COLOR #377F5B

HEX: #377F5B
RGB: (55,127,91)

Color info

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

RGB color model

#377F5B color RGB value is (55,127,91).

  • red value is 55;
  • green value is 127;
  • blue value is 91.
RGB:
(55,127,91)
(22%,50%,36%)

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 91 of 255 = 36%

55
127
91

R + G + B ~ 36%. #377F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 127 + 91 = 273 (100%)
R 55 of 273 ~ 20.15%
G 127 of 273 ~ 46.52%
B 91 of 273 ~ 33.33%

%20.15
%46.52
%33.33

CMYK color model

#377F5B color CMYK value is (57,0,28,50).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%
CMYK:
(57,0,28,50)
C57M0Y28K50 
(57%,0%,28%,50%)
(0.57/0.00/0.28/0.50)	

CMYK percentages

%56.69
%0
%28.35
%50.2

Codes

Color #377F5B in popluar color models

377F5B
RGB5512791
HSL150°39.56%35.69%
HSB/HSV150°56.69%49.80%
CMYK56.69%0.00%28.35%
50.20%

Color #377F5B in popluar number systems.

HEX377F5B
Decimal5512791
Binary11011111111111011011
Octal67177133

Shades and tints

Shades of #377F5B

#377F5B
(55,127,91)
#327453
(50,116,83)
#2D694B
(45,105,75)
#285E43
(40,94,67)
#23533B
(35,83,59)
#1E4833
(30,72,51)
#193D2B
(25,61,43)
#143223
(20,50,35)
#0F271B
(15,39,27)
#0A1C13
(10,28,19)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #377F5B

#377F5B
(55,127,91)
#498A69
(73,138,105)
#5B9577
(91,149,119)
#6DA085
(109,160,133)
#7FAB93
(127,171,147)
#91B6A1
(145,182,161)
#A3C1AF
(163,193,175)
#B5CCBD
(181,204,189)
#C7D7CB
(199,215,203)
#D9E2D9
(217,226,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377F5B; }

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

This text font color is #377F5B.


Background Color

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

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

This div background color is #377F5B.


Border color

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

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

This div border color is #377F5B.


Opacity

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

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

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

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

This text has shadow with #377F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F5B on black background.


Color preview on white background

This text has color #377F5B on white background.



Black color preview on #377F5B background

This text has black color on #377F5B background.


White color preview on #377F5B background

This text has white color on #377F5B background.