COLOR #37A59D

HEX: #37A59D
RGB: (55,165,157)

Color info

#37A59D contains mainly green and blue colors. Web safe color of #37A59D is #339999 (or #399).

RGB color model

#37A59D color RGB value is (55,165,157).

  • red value is 55;
  • green value is 165;
  • blue value is 157.
RGB:
(55,165,157)
(22%,65%,62%)

RGB channels and saturation

R 55 of 255 = 22%
G 165 of 255 = 65%
B 157 of 255 = 62%

55
165
157

R + G + B ~ 50%. #37A59D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 165 + 157 = 377 (100%)
R 55 of 377 ~ 14.59%
G 165 of 377 ~ 43.77%
B 157 of 377 ~ 41.64%

%14.59
%43.77
%41.64

CMYK color model

#37A59D color CMYK value is (67,0,5,35).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(67,0,5,35)
C67M0Y5K35 
(67%,0%,5%,35%)
(0.67/0.00/0.05/0.35)	

CMYK percentages

%66.67
%0
%4.85
%35.29

Codes

Color #37A59D in popluar color models

37A59D
RGB55165157
HSL176°50.00%43.14%
HSB/HSV176°66.67%64.71%
CMYK66.67%0.00%4.85%
35.29%

Color #37A59D in popluar number systems.

HEX37A59D
Decimal55165157
Binary1101111010010110011101
Octal67245235

Shades and tints

Shades of #37A59D

#37A59D
(55,165,157)
#32968F
(50,150,143)
#2D8781
(45,135,129)
#287873
(40,120,115)
#236965
(35,105,101)
#1E5A57
(30,90,87)
#194B49
(25,75,73)
#143C3B
(20,60,59)
#0F2D2D
(15,45,45)
#0A1E1F
(10,30,31)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #37A59D

#37A59D
(55,165,157)
#49ADA5
(73,173,165)
#5BB5AD
(91,181,173)
#6DBDB5
(109,189,181)
#7FC5BD
(127,197,189)
#91CDC5
(145,205,197)
#A3D5CD
(163,213,205)
#B5DDD5
(181,221,213)
#C7E5DD
(199,229,221)
#D9EDE5
(217,237,229)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37A59D color. Also use rgb(55,165,157) instead hex code.

Text Font Color

.myTextColor { color: #37A59D; }

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

This text font color is #37A59D.


Background Color

.myBgColor { background-color: #37A59D; }

<div style="background-color:#37A59D">Inner text</div>

This div background color is #37A59D.


Border color

.myBorderColor { border: 1px solid #37A59D; }

<div style="border:3px solid #37A59D">Div</div>

This div border color is #37A59D.


Opacity

.myOpacity80 { color: #37A59D; opacity: 0.8; }

<p style="color:#37A59D;opacity:0.8;">80%</p>

Text with #37A59D 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 #37A59D;}

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

This text has shadow with #37A59D color.

.textShadow {text-shadow: 3px 3px 1px #37A59D, 3px 3px 1px red;}

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

This text has shadow with #37A59D primary color and red secondary color.


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

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

This text has shadow with #37A59D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37A59D on black background.


Color preview on white background

This text has color #37A59D on white background.



Black color preview on #37A59D background

This text has black color on #37A59D background.


White color preview on #37A59D background

This text has white color on #37A59D background.