COLOR #377E52

HEX: #377E52
RGB: (55,126,82)

Color info

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

RGB color model

#377E52 color RGB value is (55,126,82).

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

RGB channels and saturation

R 55 of 255 = 22%
G 126 of 255 = 49%
B 82 of 255 = 32%

55
126
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 126 + 82 = 263 (100%)
R 55 of 263 ~ 20.91%
G 126 of 263 ~ 47.91%
B 82 of 263 ~ 31.18%

%20.91
%47.91
%31.18

CMYK color model

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

  • cyan value is 56.35%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(56,0,35,51)
C56M0Y35K51 
(56%,0%,35%,51%)
(0.56/0.00/0.35/0.51)	

CMYK percentages

%56.35
%0
%34.92
%50.59

Codes

Color #377E52 in popluar color models

377E52
RGB5512682
HSL143°39.23%35.49%
HSB/HSV143°56.35%49.41%
CMYK56.35%0.00%34.92%
50.59%

Color #377E52 in popluar number systems.

HEX377E52
Decimal5512682
Binary11011111111101010010
Octal67176122

Shades and tints

Shades of #377E52

#377E52
(55,126,82)
#32734B
(50,115,75)
#2D6844
(45,104,68)
#285D3D
(40,93,61)
#235236
(35,82,54)
#1E472F
(30,71,47)
#193C28
(25,60,40)
#143121
(20,49,33)
#0F261A
(15,38,26)
#0A1B13
(10,27,19)
#05100C
(5,16,12)
#000000
(0,0,0)

Tints of #377E52

#377E52
(55,126,82)
#498961
(73,137,97)
#5B9470
(91,148,112)
#6D9F7F
(109,159,127)
#7FAA8E
(127,170,142)
#91B59D
(145,181,157)
#A3C0AC
(163,192,172)
#B5CBBB
(181,203,187)
#C7D6CA
(199,214,202)
#D9E1D9
(217,225,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377E52; }

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

This text font color is #377E52.


Background Color

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

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

This div background color is #377E52.


Border color

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

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

This div border color is #377E52.


Opacity

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

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

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

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

This text has shadow with #377E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E52 on black background.


Color preview on white background

This text has color #377E52 on white background.



Black color preview on #377E52 background

This text has black color on #377E52 background.


White color preview on #377E52 background

This text has white color on #377E52 background.