COLOR #37AE7F

HEX: #37AE7F
RGB: (55,174,127)

Color info

#37AE7F contains mainly green and blue colors. Web safe color of #37AE7F is #339966 (or #396).

RGB color model

#37AE7F color RGB value is (55,174,127).

  • red value is 55;
  • green value is 174;
  • blue value is 127.
RGB:
(55,174,127)
(22%,68%,50%)

RGB channels and saturation

R 55 of 255 = 22%
G 174 of 255 = 68%
B 127 of 255 = 50%

55
174
127

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

Portions of RGB colors in percentages

R + G + B =
55 + 174 + 127 = 356 (100%)
R 55 of 356 ~ 15.45%
G 174 of 356 ~ 48.88%
B 127 of 356 ~ 35.67%

%15.45
%48.88
%35.67

CMYK color model

#37AE7F color CMYK value is (68,0,27,32).

  • cyan value is 68.39%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(68,0,27,32)
C68M0Y27K32 
(68%,0%,27%,32%)
(0.68/0.00/0.27/0.32)	

CMYK percentages

%68.39
%0
%27.01
%31.76

Codes

Color #37AE7F in popluar color models

37AE7F
RGB55174127
HSL156°51.97%44.90%
HSB/HSV156°68.39%68.24%
CMYK68.39%0.00%27.01%
31.76%

Color #37AE7F in popluar number systems.

HEX37AE7F
Decimal55174127
Binary110111101011101111111
Octal67256177

Shades and tints

Shades of #37AE7F

#37AE7F
(55,174,127)
#329F74
(50,159,116)
#2D9069
(45,144,105)
#28815E
(40,129,94)
#237253
(35,114,83)
#1E6348
(30,99,72)
#19543D
(25,84,61)
#144532
(20,69,50)
#0F3627
(15,54,39)
#0A271C
(10,39,28)
#051811
(5,24,17)
#000000
(0,0,0)

Tints of #37AE7F

#37AE7F
(55,174,127)
#49B58A
(73,181,138)
#5BBC95
(91,188,149)
#6DC3A0
(109,195,160)
#7FCAAB
(127,202,171)
#91D1B6
(145,209,182)
#A3D8C1
(163,216,193)
#B5DFCC
(181,223,204)
#C7E6D7
(199,230,215)
#D9EDE2
(217,237,226)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37AE7F color. Also use rgb(55,174,127) instead hex code.

Text Font Color

.myTextColor { color: #37AE7F; }

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

This text font color is #37AE7F.


Background Color

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

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

This div background color is #37AE7F.


Border color

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

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

This div border color is #37AE7F.


Opacity

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

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

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

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

This text has shadow with #37AE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37AE7F on black background.


Color preview on white background

This text has color #37AE7F on white background.



Black color preview on #37AE7F background

This text has black color on #37AE7F background.


White color preview on #37AE7F background

This text has white color on #37AE7F background.