COLOR #5CAA72

HEX: #5CAA72 RGB: (92,170,114)

Color info

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

RGB color model

#5CAA72 color RGB value is (92,170,114).

RGB: (92,170,114) (36%, 67%, 45%)

RGB channels and saturation

R 92 of 255 = 36%
G 170 of 255 = 67%
B 114 of 255 = 45%

92
170
114

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

Portions of RGB colors in percentages

R + G + B = 92 + 170 + 114 = 376 (100%)
R 92 of 376 ~ 24.47%
G 170 of 376 ~ 45.21%
B 114 of 376 ~ 30.32'%

%24.47
%45.21
%30.32

CMYK color model

#5CAA72 color CMYK value is (46,0,33,33).

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

CMYK: (46,0,33,33)
C46M0Y33K33 (46%, 0%, 33%, 33%)
(0.46 / 0.00 / 0.33 / 0.33)

CMYK percentages

%45.88
%0
%32.94
%33.33

Codes

Color #5CAA72 in popluar color models

5C AA 72
RGB 92 170 114
HSL 137° 31.45% 51.37%
HSB/HSV 137° 45.88% 66.67%
CMYK 45.88% 0.00% 32.94%
33.33%

Color #5CAA72 in popluar number systems.

HEX 5C AA 72
Decimal 92 170 114
Binary 1011100 10101010 1110010
Octal 134 252 162

Shades and tints

Shades of #5CAA72

#5CAA72
(92,170,114)
#549B68
(84,155,104)
#4C8C5E
(76,140,94)
#447D54
(68,125,84)
#3C6E4A
(60,110,74)
#345F40
(52,95,64)
#2C5036
(44,80,54)
#24412C
(36,65,44)
#1C3222
(28,50,34)
#142318
(20,35,24)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #5CAA72

#5CAA72
(92,170,114)
#6AB17E
(106,177,126)
#78B88A
(120,184,138)
#86BF96
(134,191,150)
#94C6A2
(148,198,162)
#A2CDAE
(162,205,174)
#B0D4BA
(176,212,186)
#BEDBC6
(190,219,198)
#CCE2D2
(204,226,210)
#DAE9DE
(218,233,222)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAA72; }

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

This text font color is #5CAA72.

Background Color

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

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

This div background color is #5CAA72.

Border color

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

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

This div border color is #5CAA72.

Opacity

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

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

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

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

This text has shadow with #5CAA72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CAA72.

Preview

Color preview on black background

This text has color #5CAA72 on black background.


Color preview on white background

This text has color #5CAA72 on white background.


Black color preview on #5CAA72 background

This text has black color on #5CAA72 background.


White color preview on #5CAA72 background

This text has white color on #5CAA72 background.


Related colors

Complementary color

Complementary color for #hex is #A3558D.


I love getcolorcode.com

Triadic colors

1 #725CAA and #AA725C with #5CAA72 are triadic colors.

2 #72AA5C and #AA5C72 with #5CAA72 are triadic colors.