COLOR #5CAA21

HEX: #5CAA21
RGB: (92,170,33)

Color info

#5CAA21 contains mainly green color. Web safe color of #5CAA21 is #669933 (or #693).

RGB color model

#5CAA21 color RGB value is (92,170,33).

  • red value is 92;
  • green value is 170;
  • blue value is 33.
RGB:
(92,170,33)
(36%,67%,13%)

RGB channels and saturation

R 92 of 255 = 36%
G 170 of 255 = 67%
B 33 of 255 = 13%

92
170
33

R + G + B ~ 39%. #5CAA21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 170 + 33 = 295 (100%)
R 92 of 295 ~ 31.19%
G 170 of 295 ~ 57.63%
B 33 of 295 ~ 11.19%

%31.19
%57.63
%11.19

CMYK color model

#5CAA21 color CMYK value is (46,0,81,33).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 80.59%
  • key color value is 33.33%
CMYK:
(46,0,81,33)
C46M0Y81K33 
(46%,0%,81%,33%)
(0.46/0.00/0.81/0.33)	

CMYK percentages

%45.88
%0
%80.59
%33.33

Codes

Color #5CAA21 in popluar color models

5CAA21
RGB9217033
HSL94°67.49%39.80%
HSB/HSV94°80.59%66.67%
CMYK45.88%0.00%80.59%
33.33%

Color #5CAA21 in popluar number systems.

HEX5CAA21
Decimal9217033
Binary101110010101010100001
Octal13425241

Shades and tints

Shades of #5CAA21

#5CAA21
(92,170,33)
#549B1E
(84,155,30)
#4C8C1B
(76,140,27)
#447D18
(68,125,24)
#3C6E15
(60,110,21)
#345F12
(52,95,18)
#2C500F
(44,80,15)
#24410C
(36,65,12)
#1C3209
(28,50,9)
#142306
(20,35,6)
#0C1403
(12,20,3)
#000000
(0,0,0)

Tints of #5CAA21

#5CAA21
(92,170,33)
#6AB135
(106,177,53)
#78B849
(120,184,73)
#86BF5D
(134,191,93)
#94C671
(148,198,113)
#A2CD85
(162,205,133)
#B0D499
(176,212,153)
#BEDBAD
(190,219,173)
#CCE2C1
(204,226,193)
#DAE9D5
(218,233,213)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAA21 color. Also use rgb(92,170,33) instead hex code.

Text Font Color

.myTextColor { color: #5CAA21; }

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

This text font color is #5CAA21.


Background Color

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

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

This div background color is #5CAA21.


Border color

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

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

This div border color is #5CAA21.


Opacity

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

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

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

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

This text has shadow with #5CAA21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAA21 on black background.


Color preview on white background

This text has color #5CAA21 on white background.



Black color preview on #5CAA21 background

This text has black color on #5CAA21 background.


White color preview on #5CAA21 background

This text has white color on #5CAA21 background.