COLOR #5CA576

HEX: #5CA576
RGB: (92,165,118)

Color info

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

RGB color model

#5CA576 color RGB value is (92,165,118).

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

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 118 of 255 = 46%

92
165
118

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

Portions of RGB colors in percentages

R + G + B =
92 + 165 + 118 = 375 (100%)
R 92 of 375 ~ 24.53%
G 165 of 375 ~ 44%
B 118 of 375 ~ 31.47%

%24.53
%44
%31.47

CMYK color model

#5CA576 color CMYK value is (44,0,28,35).

  • cyan value is 44.24%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(44,0,28,35)
C44M0Y28K35 
(44%,0%,28%,35%)
(0.44/0.00/0.28/0.35)	

CMYK percentages

%44.24
%0
%28.48
%35.29

Codes

Color #5CA576 in popluar color models

5CA576
RGB92165118
HSL141°28.85%50.39%
HSB/HSV141°44.24%64.71%
CMYK44.24%0.00%28.48%
35.29%

Color #5CA576 in popluar number systems.

HEX5CA576
Decimal92165118
Binary1011100101001011110110
Octal134245166

Shades and tints

Shades of #5CA576

#5CA576
(92,165,118)
#54966C
(84,150,108)
#4C8762
(76,135,98)
#447858
(68,120,88)
#3C694E
(60,105,78)
#345A44
(52,90,68)
#2C4B3A
(44,75,58)
#243C30
(36,60,48)
#1C2D26
(28,45,38)
#141E1C
(20,30,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #5CA576

#5CA576
(92,165,118)
#6AAD82
(106,173,130)
#78B58E
(120,181,142)
#86BD9A
(134,189,154)
#94C5A6
(148,197,166)
#A2CDB2
(162,205,178)
#B0D5BE
(176,213,190)
#BEDDCA
(190,221,202)
#CCE5D6
(204,229,214)
#DAEDE2
(218,237,226)
#E8F5EE
(232,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA576; }

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

This text font color is #5CA576.


Background Color

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

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

This div background color is #5CA576.


Border color

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

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

This div border color is #5CA576.


Opacity

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

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

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

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

This text has shadow with #5CA576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA576 on black background.


Color preview on white background

This text has color #5CA576 on white background.



Black color preview on #5CA576 background

This text has black color on #5CA576 background.


White color preview on #5CA576 background

This text has white color on #5CA576 background.