COLOR #5EAA72

HEX: #5EAA72 RGB: (94,170,114)

Color info

#5EAA72 contains mainly green and blue colors. Web safe color of #5EAA72 is #669966 (or #696).

RGB color model

#5EAA72 color RGB value is (94,170,114).

RGB: (94,170,114) (37%, 67%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 170 of 255 = 67%
B 114 of 255 = 45%

94
170
114

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

Portions of RGB colors in percentages

R + G + B = 94 + 170 + 114 = 378 (100%)
R 94 of 378 ~ 24.87%
G 170 of 378 ~ 44.97%
B 114 of 378 ~ 30.16'%

%24.87
%44.97
%30.16

CMYK color model

#5EAA72 color CMYK value is (45,0,33,33).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%

CMYK: (45,0,33,33)
C45M0Y33K33 (45%, 0%, 33%, 33%)
(0.45 / 0.00 / 0.33 / 0.33)

CMYK percentages

%44.71
%0
%32.94
%33.33

Codes

Color #5EAA72 in popluar color models

5E AA 72
RGB 94 170 114
HSL 136° 30.89% 51.76%
HSB/HSV 136° 44.71% 66.67%
CMYK 44.71% 0.00% 32.94%
33.33%

Color #5EAA72 in popluar number systems.

HEX 5E AA 72
Decimal 94 170 114
Binary 1011110 10101010 1110010
Octal 136 252 162

Shades and tints

Shades of #5EAA72

#5EAA72
(94,170,114)
#569B68
(86,155,104)
#4E8C5E
(78,140,94)
#467D54
(70,125,84)
#3E6E4A
(62,110,74)
#365F40
(54,95,64)
#2E5036
(46,80,54)
#26412C
(38,65,44)
#1E3222
(30,50,34)
#162318
(22,35,24)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5EAA72

#5EAA72
(94,170,114)
#6CB17E
(108,177,126)
#7AB88A
(122,184,138)
#88BF96
(136,191,150)
#96C6A2
(150,198,162)
#A4CDAE
(164,205,174)
#B2D4BA
(178,212,186)
#C0DBC6
(192,219,198)
#CEE2D2
(206,226,210)
#DCE9DE
(220,233,222)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAA72 color. Also use rgb(94,170,114) instead hex code.

Text Font Color

.myTextColor { color: #5EAA72; }

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

This text font color is #5EAA72.

Background Color

.myBgColor { background-color: #5EAA72; }

<div style="background-color:#5EAA72">Inner text</div>

This div background color is #5EAA72.

Border color

.myBorderColor { border: 1px solid #5EAA72; }

<div style="border:3px solid #5EAA72">Div</div>

This div border color is #5EAA72.

Opacity

.myOpacity80 { color: #5EAA72; opacity: 0.8; }

<p style="color:#5EAA72;opacity:0.8;">80%</p>

Text with #5EAA72 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 #5EAA72;}

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

This text has shadow with #5EAA72 color.


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

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

This text has shadow with #5EAA72 primary color and red secondary color.


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

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

This text has shadow with #5EAA72 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5EAA72.

Preview

Color preview on black background

This text has color #5EAA72 on black background.


Color preview on white background

This text has color #5EAA72 on white background.


Black color preview on #5EAA72 background

This text has black color on #5EAA72 background.


White color preview on #5EAA72 background

This text has white color on #5EAA72 background.


Related colors

Complementary color

Complementary color for #hex is #A1558D.


I love getcolorcode.com

Triadic colors

1 #725EAA and #AA725E with #5EAA72 are triadic colors.

2 #72AA5E and #AA5E72 with #5EAA72 are triadic colors.