COLOR #5CA574

HEX: #5CA574
RGB: (92,165,116)

Color info

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

RGB color model

#5CA574 color RGB value is (92,165,116).

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

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 116 of 255 = 45%

92
165
116

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 116 = 373 (100%)
R 92 of 373 ~ 24.66%
G 165 of 373 ~ 44.24%
B 116 of 373 ~ 31.1%

%24.66
%44.24
%31.1

CMYK color model

#5CA574 color CMYK value is (44,0,30,35).

  • cyan value is 44.24%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(44,0,30,35)
C44M0Y30K35 
(44%,0%,30%,35%)
(0.44/0.00/0.30/0.35)	

CMYK percentages

%44.24
%0
%29.7
%35.29

Codes

Color #5CA574 in popluar color models

5CA574
RGB92165116
HSL140°28.85%50.39%
HSB/HSV140°44.24%64.71%
CMYK44.24%0.00%29.70%
35.29%

Color #5CA574 in popluar number systems.

HEX5CA574
Decimal92165116
Binary1011100101001011110100
Octal134245164

Shades and tints

Shades of #5CA574

#5CA574
(92,165,116)
#54966A
(84,150,106)
#4C8760
(76,135,96)
#447856
(68,120,86)
#3C694C
(60,105,76)
#345A42
(52,90,66)
#2C4B38
(44,75,56)
#243C2E
(36,60,46)
#1C2D24
(28,45,36)
#141E1A
(20,30,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5CA574

#5CA574
(92,165,116)
#6AAD80
(106,173,128)
#78B58C
(120,181,140)
#86BD98
(134,189,152)
#94C5A4
(148,197,164)
#A2CDB0
(162,205,176)
#B0D5BC
(176,213,188)
#BEDDC8
(190,221,200)
#CCE5D4
(204,229,212)
#DAEDE0
(218,237,224)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA574; }

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

This text font color is #5CA574.


Background Color

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

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

This div background color is #5CA574.


Border color

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

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

This div border color is #5CA574.


Opacity

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

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

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

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

This text has shadow with #5CA574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA574 on black background.


Color preview on white background

This text has color #5CA574 on white background.



Black color preview on #5CA574 background

This text has black color on #5CA574 background.


White color preview on #5CA574 background

This text has white color on #5CA574 background.