COLOR #5CA578

HEX: #5CA578
RGB: (92,165,120)

Color info

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

RGB color model

#5CA578 color RGB value is (92,165,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 120 of 255 = 47%

92
165
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 120 = 377 (100%)
R 92 of 377 ~ 24.4%
G 165 of 377 ~ 43.77%
B 120 of 377 ~ 31.83%

%24.4
%43.77
%31.83

CMYK color model

#5CA578 color CMYK value is (44,0,27,35).

  • cyan value is 44.24%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(44,0,27,35)
C44M0Y27K35 
(44%,0%,27%,35%)
(0.44/0.00/0.27/0.35)	

CMYK percentages

%44.24
%0
%27.27
%35.29

Codes

Color #5CA578 in popluar color models

5CA578
RGB92165120
HSL143°28.85%50.39%
HSB/HSV143°44.24%64.71%
CMYK44.24%0.00%27.27%
35.29%

Color #5CA578 in popluar number systems.

HEX5CA578
Decimal92165120
Binary1011100101001011111000
Octal134245170

Shades and tints

Shades of #5CA578

#5CA578
(92,165,120)
#54966E
(84,150,110)
#4C8764
(76,135,100)
#44785A
(68,120,90)
#3C6950
(60,105,80)
#345A46
(52,90,70)
#2C4B3C
(44,75,60)
#243C32
(36,60,50)
#1C2D28
(28,45,40)
#141E1E
(20,30,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #5CA578

#5CA578
(92,165,120)
#6AAD84
(106,173,132)
#78B590
(120,181,144)
#86BD9C
(134,189,156)
#94C5A8
(148,197,168)
#A2CDB4
(162,205,180)
#B0D5C0
(176,213,192)
#BEDDCC
(190,221,204)
#CCE5D8
(204,229,216)
#DAEDE4
(218,237,228)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA578; }

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

This text font color is #5CA578.


Background Color

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

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

This div background color is #5CA578.


Border color

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

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

This div border color is #5CA578.


Opacity

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

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

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

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

This text has shadow with #5CA578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA578 on black background.


Color preview on white background

This text has color #5CA578 on white background.



Black color preview on #5CA578 background

This text has black color on #5CA578 background.


White color preview on #5CA578 background

This text has white color on #5CA578 background.