COLOR #5CA56A

HEX: #5CA56A RGB: (92,165,106)

Color info

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

RGB color model

#5CA56A color RGB value is (92,165,106).

RGB: (92,165,106) (36%, 65%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 165 of 255 = 65%
B 106 of 255 = 42%

92
165
106

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

Portions of RGB colors in percentages

R + G + B = 92 + 165 + 106 = 363 (100%)
R 92 of 363 ~ 25.34%
G 165 of 363 ~ 45.45%
B 106 of 363 ~ 29.2'%

%25.34
%45.45
%29.2

CMYK color model

#5CA56A color CMYK value is (44,0,36,35).

  • cyan value is 44.24%
  • magenta value is 0.00%
  • yellow value is 35.76%
  • key color value is 35.29%
CMYK: (44,0,36,35) C44M0Y36K35 (44%,0%,36%,35%) (0.44/0.00/0.36/0.35) 

CMYK percentages

%44.24
%0
%35.76
%35.29

Codes

Color #5CA56A in popluar color models

5C A5 6A
RGB 92 165 106
HSL 132° 28.85% 50.39%
HSB/HSV 132° 44.24% 64.71%
CMYK 44.24% 0.00% 35.76%
35.29%

Color #5CA56A in popluar number systems.

HEX 5C A5 6A
Decimal 92 165 106
Binary 1011100 10100101 1101010
Octal 134 245 152

Shades and tints

Shades of #5CA56A

#5CA56A
(92,165,106)
#549661
(84,150,97)
#4C8758
(76,135,88)
#44784F
(68,120,79)
#3C6946
(60,105,70)
#345A3D
(52,90,61)
#2C4B34
(44,75,52)
#243C2B
(36,60,43)
#1C2D22
(28,45,34)
#141E19
(20,30,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5CA56A

#5CA56A
(92,165,106)
#6AAD77
(106,173,119)
#78B584
(120,181,132)
#86BD91
(134,189,145)
#94C59E
(148,197,158)
#A2CDAB
(162,205,171)
#B0D5B8
(176,213,184)
#BEDDC5
(190,221,197)
#CCE5D2
(204,229,210)
#DAEDDF
(218,237,223)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA56A; }

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

This text font color is #5CA56A.

Background Color

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

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

This div background color is #5CA56A.

Border color

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

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

This div border color is #5CA56A.

Opacity

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

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

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

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

This text has shadow with #5CA56A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA56A.

Preview

Color preview on black background

This text has color #5CA56A on black background.


Color preview on white background

This text has color #5CA56A on white background.


Black color preview on #5CA56A background

This text has black color on #5CA56A background.


White color preview on #5CA56A background

This text has white color on #5CA56A background.


Related colors

Complementary color

Complementary color for #hex is #A35A95.


I love getcolorcode.com

Triadic colors

1 #6A5CA5 and #A56A5C with #5CA56A are triadic colors.

2 #6AA55C and #A55C6A with #5CA56A are triadic colors.