COLOR #377F4F

HEX: #377F4F
RGB: (55,127,79)

Color info

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

RGB color model

#377F4F color RGB value is (55,127,79).

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

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 79 of 255 = 31%

55
127
79

R + G + B ~ 34%. #377F4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 127 + 79 = 261 (100%)
R 55 of 261 ~ 21.07%
G 127 of 261 ~ 48.66%
B 79 of 261 ~ 30.27%

%21.07
%48.66
%30.27

CMYK color model

#377F4F color CMYK value is (57,0,38,50).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(57,0,38,50)
C57M0Y38K50 
(57%,0%,38%,50%)
(0.57/0.00/0.38/0.50)	

CMYK percentages

%56.69
%0
%37.8
%50.2

Codes

Color #377F4F in popluar color models

377F4F
RGB5512779
HSL140°39.56%35.69%
HSB/HSV140°56.69%49.80%
CMYK56.69%0.00%37.80%
50.20%

Color #377F4F in popluar number systems.

HEX377F4F
Decimal5512779
Binary11011111111111001111
Octal67177117

Shades and tints

Shades of #377F4F

#377F4F
(55,127,79)
#327448
(50,116,72)
#2D6941
(45,105,65)
#285E3A
(40,94,58)
#235333
(35,83,51)
#1E482C
(30,72,44)
#193D25
(25,61,37)
#14321E
(20,50,30)
#0F2717
(15,39,23)
#0A1C10
(10,28,16)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #377F4F

#377F4F
(55,127,79)
#498A5F
(73,138,95)
#5B956F
(91,149,111)
#6DA07F
(109,160,127)
#7FAB8F
(127,171,143)
#91B69F
(145,182,159)
#A3C1AF
(163,193,175)
#B5CCBF
(181,204,191)
#C7D7CF
(199,215,207)
#D9E2DF
(217,226,223)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377F4F; }

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

This text font color is #377F4F.


Background Color

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

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

This div background color is #377F4F.


Border color

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

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

This div border color is #377F4F.


Opacity

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

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

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

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

This text has shadow with #377F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F4F on black background.


Color preview on white background

This text has color #377F4F on white background.



Black color preview on #377F4F background

This text has black color on #377F4F background.


White color preview on #377F4F background

This text has white color on #377F4F background.