COLOR #377F59

HEX: #377F59
RGB: (55,127,89)

Color info

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

RGB color model

#377F59 color RGB value is (55,127,89).

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

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 89 of 255 = 35%

55
127
89

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

Portions of RGB colors in percentages

R + G + B =
55 + 127 + 89 = 271 (100%)
R 55 of 271 ~ 20.3%
G 127 of 271 ~ 46.86%
B 89 of 271 ~ 32.84%

%20.3
%46.86
%32.84

CMYK color model

#377F59 color CMYK value is (57,0,30,50).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 50.20%
CMYK:
(57,0,30,50)
C57M0Y30K50 
(57%,0%,30%,50%)
(0.57/0.00/0.30/0.50)	

CMYK percentages

%56.69
%0
%29.92
%50.2

Codes

Color #377F59 in popluar color models

377F59
RGB5512789
HSL148°39.56%35.69%
HSB/HSV148°56.69%49.80%
CMYK56.69%0.00%29.92%
50.20%

Color #377F59 in popluar number systems.

HEX377F59
Decimal5512789
Binary11011111111111011001
Octal67177131

Shades and tints

Shades of #377F59

#377F59
(55,127,89)
#327451
(50,116,81)
#2D6949
(45,105,73)
#285E41
(40,94,65)
#235339
(35,83,57)
#1E4831
(30,72,49)
#193D29
(25,61,41)
#143221
(20,50,33)
#0F2719
(15,39,25)
#0A1C11
(10,28,17)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #377F59

#377F59
(55,127,89)
#498A68
(73,138,104)
#5B9577
(91,149,119)
#6DA086
(109,160,134)
#7FAB95
(127,171,149)
#91B6A4
(145,182,164)
#A3C1B3
(163,193,179)
#B5CCC2
(181,204,194)
#C7D7D1
(199,215,209)
#D9E2E0
(217,226,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377F59; }

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

This text font color is #377F59.


Background Color

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

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

This div background color is #377F59.


Border color

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

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

This div border color is #377F59.


Opacity

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

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

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

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

This text has shadow with #377F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F59 on black background.


Color preview on white background

This text has color #377F59 on white background.



Black color preview on #377F59 background

This text has black color on #377F59 background.


White color preview on #377F59 background

This text has white color on #377F59 background.