COLOR #5CAA73

HEX: #5CAA73
RGB: (92,170,115)

Color info

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

RGB color model

#5CAA73 color RGB value is (92,170,115).

  • red value is 92;
  • green value is 170;
  • blue value is 115.
RGB:
(92,170,115)
(36%,67%,45%)

RGB channels and saturation

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

92
170
115

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

Portions of RGB colors in percentages

R + G + B =
92 + 170 + 115 = 377 (100%)
R 92 of 377 ~ 24.4%
G 170 of 377 ~ 45.09%
B 115 of 377 ~ 30.5%

%24.4
%45.09
%30.5

CMYK color model

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

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(46,0,32,33)
C46M0Y32K33 
(46%,0%,32%,33%)
(0.46/0.00/0.32/0.33)	

CMYK percentages

%45.88
%0
%32.35
%33.33

Codes

Color #5CAA73 in popluar color models

5CAA73
RGB92170115
HSL138°31.45%51.37%
HSB/HSV138°45.88%66.67%
CMYK45.88%0.00%32.35%
33.33%

Color #5CAA73 in popluar number systems.

HEX5CAA73
Decimal92170115
Binary1011100101010101110011
Octal134252163

Shades and tints

Shades of #5CAA73

#5CAA73
(92,170,115)
#549B69
(84,155,105)
#4C8C5F
(76,140,95)
#447D55
(68,125,85)
#3C6E4B
(60,110,75)
#345F41
(52,95,65)
#2C5037
(44,80,55)
#24412D
(36,65,45)
#1C3223
(28,50,35)
#142319
(20,35,25)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #5CAA73

#5CAA73
(92,170,115)
#6AB17F
(106,177,127)
#78B88B
(120,184,139)
#86BF97
(134,191,151)
#94C6A3
(148,198,163)
#A2CDAF
(162,205,175)
#B0D4BB
(176,212,187)
#BEDBC7
(190,219,199)
#CCE2D3
(204,226,211)
#DAE9DF
(218,233,223)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CAA73; }

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

This text font color is #5CAA73.


Background Color

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

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

This div background color is #5CAA73.


Border color

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

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

This div border color is #5CAA73.


Opacity

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

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

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

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

This text has shadow with #5CAA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAA73 on black background.


Color preview on white background

This text has color #5CAA73 on white background.



Black color preview on #5CAA73 background

This text has black color on #5CAA73 background.


White color preview on #5CAA73 background

This text has white color on #5CAA73 background.