COLOR #377E1B

HEX: #377E1B
RGB: (55,126,27)

Color info

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

RGB color model

#377E1B color RGB value is (55,126,27).

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

RGB channels and saturation

R 55 of 255 = 22%
G 126 of 255 = 49%
B 27 of 255 = 11%

55
126
27

R + G + B ~ 27%. #377E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 126 + 27 = 208 (100%)
R 55 of 208 ~ 26.44%
G 126 of 208 ~ 60.58%
B 27 of 208 ~ 12.98%

%26.44
%60.58
%12.98

CMYK color model

#377E1B color CMYK value is (56,0,79,51).

  • cyan value is 56.35%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(56,0,79,51)
C56M0Y79K51 
(56%,0%,79%,51%)
(0.56/0.00/0.79/0.51)	

CMYK percentages

%56.35
%0
%78.57
%50.59

Codes

Color #377E1B in popluar color models

377E1B
RGB5512627
HSL103°64.71%30.00%
HSB/HSV103°78.57%49.41%
CMYK56.35%0.00%78.57%
50.59%

Color #377E1B in popluar number systems.

HEX377E1B
Decimal5512627
Binary110111111111011011
Octal6717633

Shades and tints

Shades of #377E1B

#377E1B
(55,126,27)
#327319
(50,115,25)
#2D6817
(45,104,23)
#285D15
(40,93,21)
#235213
(35,82,19)
#1E4711
(30,71,17)
#193C0F
(25,60,15)
#14310D
(20,49,13)
#0F260B
(15,38,11)
#0A1B09
(10,27,9)
#051007
(5,16,7)
#000000
(0,0,0)

Tints of #377E1B

#377E1B
(55,126,27)
#49892F
(73,137,47)
#5B9443
(91,148,67)
#6D9F57
(109,159,87)
#7FAA6B
(127,170,107)
#91B57F
(145,181,127)
#A3C093
(163,192,147)
#B5CBA7
(181,203,167)
#C7D6BB
(199,214,187)
#D9E1CF
(217,225,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377E1B; }

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

This text font color is #377E1B.


Background Color

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

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

This div background color is #377E1B.


Border color

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

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

This div border color is #377E1B.


Opacity

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

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

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

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

This text has shadow with #377E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E1B on black background.


Color preview on white background

This text has color #377E1B on white background.



Black color preview on #377E1B background

This text has black color on #377E1B background.


White color preview on #377E1B background

This text has white color on #377E1B background.