COLOR #377D37

HEX: #377D37
RGB: (55,125,55)

Color info

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

RGB color model

#377D37 color RGB value is (55,125,55).

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

RGB channels and saturation

R 55 of 255 = 22%
G 125 of 255 = 49%
B 55 of 255 = 22%

55
125
55

R + G + B ~ 31%. #377D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 125 + 55 = 235 (100%)
R 55 of 235 ~ 23.4%
G 125 of 235 ~ 53.19%
B 55 of 235 ~ 23.4%

%23.4
%53.19
%23.4

CMYK color model

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

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 50.98%
CMYK:
(56,0,56,51)
C56M0Y56K51 
(56%,0%,56%,51%)
(0.56/0.00/0.56/0.51)	

CMYK percentages

%56
%0
%56
%50.98

Codes

Color #377D37 in popluar color models

377D37
RGB5512555
HSL120°38.89%35.29%
HSB/HSV120°56.00%49.02%
CMYK56.00%0.00%56.00%
50.98%

Color #377D37 in popluar number systems.

HEX377D37
Decimal5512555
Binary1101111111101110111
Octal6717567

Shades and tints

Shades of #377D37

#377D37
(55,125,55)
#327232
(50,114,50)
#2D672D
(45,103,45)
#285C28
(40,92,40)
#235123
(35,81,35)
#1E461E
(30,70,30)
#193B19
(25,59,25)
#143014
(20,48,20)
#0F250F
(15,37,15)
#0A1A0A
(10,26,10)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #377D37

#377D37
(55,125,55)
#498849
(73,136,73)
#5B935B
(91,147,91)
#6D9E6D
(109,158,109)
#7FA97F
(127,169,127)
#91B491
(145,180,145)
#A3BFA3
(163,191,163)
#B5CAB5
(181,202,181)
#C7D5C7
(199,213,199)
#D9E0D9
(217,224,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377D37; }

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

This text font color is #377D37.


Background Color

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

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

This div background color is #377D37.


Border color

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

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

This div border color is #377D37.


Opacity

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

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

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

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

This text has shadow with #377D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377D37 on black background.


Color preview on white background

This text has color #377D37 on white background.



Black color preview on #377D37 background

This text has black color on #377D37 background.


White color preview on #377D37 background

This text has white color on #377D37 background.