COLOR #377E31

HEX: #377E31
RGB: (55,126,49)

Color info

#377E31 contains mainly green color. Web safe color of #377E31 is #336633 (or #363).

RGB color model

#377E31 color RGB value is (55,126,49).

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

RGB channels and saturation

R 55 of 255 = 22%
G 126 of 255 = 49%
B 49 of 255 = 19%

55
126
49

R + G + B ~ 30%. #377E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 126 + 49 = 230 (100%)
R 55 of 230 ~ 23.91%
G 126 of 230 ~ 54.78%
B 49 of 230 ~ 21.3%

%23.91
%54.78
%21.3

CMYK color model

#377E31 color CMYK value is (56,0,61,51).

  • cyan value is 56.35%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 50.59%
CMYK:
(56,0,61,51)
C56M0Y61K51 
(56%,0%,61%,51%)
(0.56/0.00/0.61/0.51)	

CMYK percentages

%56.35
%0
%61.11
%50.59

Codes

Color #377E31 in popluar color models

377E31
RGB5512649
HSL115°44.00%34.31%
HSB/HSV115°61.11%49.41%
CMYK56.35%0.00%61.11%
50.59%

Color #377E31 in popluar number systems.

HEX377E31
Decimal5512649
Binary1101111111110110001
Octal6717661

Shades and tints

Shades of #377E31

#377E31
(55,126,49)
#32732D
(50,115,45)
#2D6829
(45,104,41)
#285D25
(40,93,37)
#235221
(35,82,33)
#1E471D
(30,71,29)
#193C19
(25,60,25)
#143115
(20,49,21)
#0F2611
(15,38,17)
#0A1B0D
(10,27,13)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #377E31

#377E31
(55,126,49)
#498943
(73,137,67)
#5B9455
(91,148,85)
#6D9F67
(109,159,103)
#7FAA79
(127,170,121)
#91B58B
(145,181,139)
#A3C09D
(163,192,157)
#B5CBAF
(181,203,175)
#C7D6C1
(199,214,193)
#D9E1D3
(217,225,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377E31 color. Also use rgb(55,126,49) instead hex code.

Text Font Color

.myTextColor { color: #377E31; }

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

This text font color is #377E31.


Background Color

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

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

This div background color is #377E31.


Border color

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

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

This div border color is #377E31.


Opacity

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

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

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

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

This text has shadow with #377E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E31 on black background.


Color preview on white background

This text has color #377E31 on white background.



Black color preview on #377E31 background

This text has black color on #377E31 background.


White color preview on #377E31 background

This text has white color on #377E31 background.