COLOR #5CA570

HEX: #5CA570
RGB: (92,165,112)

Color info

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

RGB color model

#5CA570 color RGB value is (92,165,112).

  • red value is 92;
  • green value is 165;
  • blue value is 112.
RGB:
(92,165,112)
(36%,65%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 112 of 255 = 44%

92
165
112

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 112 = 369 (100%)
R 92 of 369 ~ 24.93%
G 165 of 369 ~ 44.72%
B 112 of 369 ~ 30.35%

%24.93
%44.72
%30.35

CMYK color model

#5CA570 color CMYK value is (44,0,32,35).

  • cyan value is 44.24%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(44,0,32,35)
C44M0Y32K35 
(44%,0%,32%,35%)
(0.44/0.00/0.32/0.35)	

CMYK percentages

%44.24
%0
%32.12
%35.29

Codes

Color #5CA570 in popluar color models

5CA570
RGB92165112
HSL136°28.85%50.39%
HSB/HSV136°44.24%64.71%
CMYK44.24%0.00%32.12%
35.29%

Color #5CA570 in popluar number systems.

HEX5CA570
Decimal92165112
Binary1011100101001011110000
Octal134245160

Shades and tints

Shades of #5CA570

#5CA570
(92,165,112)
#549666
(84,150,102)
#4C875C
(76,135,92)
#447852
(68,120,82)
#3C6948
(60,105,72)
#345A3E
(52,90,62)
#2C4B34
(44,75,52)
#243C2A
(36,60,42)
#1C2D20
(28,45,32)
#141E16
(20,30,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #5CA570

#5CA570
(92,165,112)
#6AAD7D
(106,173,125)
#78B58A
(120,181,138)
#86BD97
(134,189,151)
#94C5A4
(148,197,164)
#A2CDB1
(162,205,177)
#B0D5BE
(176,213,190)
#BEDDCB
(190,221,203)
#CCE5D8
(204,229,216)
#DAEDE5
(218,237,229)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA570 color. Also use rgb(92,165,112) instead hex code.

Text Font Color

.myTextColor { color: #5CA570; }

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

This text font color is #5CA570.


Background Color

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

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

This div background color is #5CA570.


Border color

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

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

This div border color is #5CA570.


Opacity

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

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

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

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

This text has shadow with #5CA570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA570 on black background.


Color preview on white background

This text has color #5CA570 on white background.



Black color preview on #5CA570 background

This text has black color on #5CA570 background.


White color preview on #5CA570 background

This text has white color on #5CA570 background.