COLOR #37A59F

HEX: #37A59F RGB: (55,165,159)

Color info

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

RGB color model

#37A59F color RGB value is (55,165,159).

RGB: (55,165,159) (22%, 65%, 62%)

RGB channels and saturation

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

55
165
159

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

Portions of RGB colors in percentages

R + G + B = 55 + 165 + 159 = 379 (100%)
R 55 of 379 ~ 14.51%
G 165 of 379 ~ 43.54%
B 159 of 379 ~ 41.95'%

%14.51
%43.54
%41.95

CMYK color model

#37A59F color CMYK value is (67,0,4,35).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK: (67,0,4,35) C67M0Y4K35 (67%,0%,4%,35%) (0.67/0.00/0.04/0.35) 

CMYK percentages

%66.67
%0
%3.64
%35.29

Codes

Color #37A59F in popluar color models

37 A5 9F
RGB 55 165 159
HSL 177° 50.00% 43.14%
HSB/HSV 177° 66.67% 64.71%
CMYK 66.67% 0.00% 3.64%
35.29%

Color #37A59F in popluar number systems.

HEX 37 A5 9F
Decimal 55 165 159
Binary 110111 10100101 10011111
Octal 67 245 237

Shades and tints

Shades of #37A59F

#37A59F
(55,165,159)
#329691
(50,150,145)
#2D8783
(45,135,131)
#287875
(40,120,117)
#236967
(35,105,103)
#1E5A59
(30,90,89)
#194B4B
(25,75,75)
#143C3D
(20,60,61)
#0F2D2F
(15,45,47)
#0A1E21
(10,30,33)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #37A59F

#37A59F
(55,165,159)
#49ADA7
(73,173,167)
#5BB5AF
(91,181,175)
#6DBDB7
(109,189,183)
#7FC5BF
(127,197,191)
#91CDC7
(145,205,199)
#A3D5CF
(163,213,207)
#B5DDD7
(181,221,215)
#C7E5DF
(199,229,223)
#D9EDE7
(217,237,231)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37A59F; }

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

This text font color is #37A59F.

Background Color

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

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

This div background color is #37A59F.

Border color

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

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

This div border color is #37A59F.

Opacity

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

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

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

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

This text has shadow with #37A59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37A59F.

Preview

Color preview on black background

This text has color #37A59F on black background.


Color preview on white background

This text has color #37A59F on white background.


Black color preview on #37A59F background

This text has black color on #37A59F background.


White color preview on #37A59F background

This text has white color on #37A59F background.


Related colors

Complementary color

Complementary color for #hex is #C85A60.


I love getcolorcode.com

Triadic colors

1 #9F37A5 and #A59F37 with #37A59F are triadic colors.

2 #9FA537 and #A5379F with #37A59F are triadic colors.