COLOR #377A32

HEX: #377A32
RGB: (55,122,50)

Color info

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

RGB color model

#377A32 color RGB value is (55,122,50).

  • red value is 55;
  • green value is 122;
  • blue value is 50.
RGB:
(55,122,50)
(22%,48%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 122 of 255 = 48%
B 50 of 255 = 20%

55
122
50

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

Portions of RGB colors in percentages

R + G + B =
55 + 122 + 50 = 227 (100%)
R 55 of 227 ~ 24.23%
G 122 of 227 ~ 53.74%
B 50 of 227 ~ 22.03%

%24.23
%53.74
%22.03

CMYK color model

#377A32 color CMYK value is (55,0,59,52).

  • cyan value is 54.92%
  • magenta value is 0.00%
  • yellow value is 59.02%
  • key color value is 52.16%
CMYK:
(55,0,59,52)
C55M0Y59K52 
(55%,0%,59%,52%)
(0.55/0.00/0.59/0.52)	

CMYK percentages

%54.92
%0
%59.02
%52.16

Codes

Color #377A32 in popluar color models

377A32
RGB5512250
HSL116°41.86%33.73%
HSB/HSV116°59.02%47.84%
CMYK54.92%0.00%59.02%
52.16%

Color #377A32 in popluar number systems.

HEX377A32
Decimal5512250
Binary1101111111010110010
Octal6717262

Shades and tints

Shades of #377A32

#377A32
(55,122,50)
#326F2E
(50,111,46)
#2D642A
(45,100,42)
#285926
(40,89,38)
#234E22
(35,78,34)
#1E431E
(30,67,30)
#19381A
(25,56,26)
#142D16
(20,45,22)
#0F2212
(15,34,18)
#0A170E
(10,23,14)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #377A32

#377A32
(55,122,50)
#498644
(73,134,68)
#5B9256
(91,146,86)
#6D9E68
(109,158,104)
#7FAA7A
(127,170,122)
#91B68C
(145,182,140)
#A3C29E
(163,194,158)
#B5CEB0
(181,206,176)
#C7DAC2
(199,218,194)
#D9E6D4
(217,230,212)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377A32; }

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

This text font color is #377A32.


Background Color

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

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

This div background color is #377A32.


Border color

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

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

This div border color is #377A32.


Opacity

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

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

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

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

This text has shadow with #377A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377A32 on black background.


Color preview on white background

This text has color #377A32 on white background.



Black color preview on #377A32 background

This text has black color on #377A32 background.


White color preview on #377A32 background

This text has white color on #377A32 background.