COLOR #5C9220

HEX: #5C9220
RGB: (92,146,32)

Color info

#5C9220 contains mainly red and green colors. Web safe color of #5C9220 is #669933 (or #693).

RGB color model

#5C9220 color RGB value is (92,146,32).

  • red value is 92;
  • green value is 146;
  • blue value is 32.
RGB:
(92,146,32)
(36%,57%,13%)

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 32 of 255 = 13%

92
146
32

R + G + B ~ 35%. #5C9220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 146 + 32 = 270 (100%)
R 92 of 270 ~ 34.07%
G 146 of 270 ~ 54.07%
B 32 of 270 ~ 11.85%

%34.07
%54.07
%11.85

CMYK color model

#5C9220 color CMYK value is (37,0,78,43).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 78.08%
  • key color value is 42.75%
CMYK:
(37,0,78,43)
C37M0Y78K43 
(37%,0%,78%,43%)
(0.37/0.00/0.78/0.43)	

CMYK percentages

%36.99
%0
%78.08
%42.75

Codes

Color #5C9220 in popluar color models

5C9220
RGB9214632
HSL88°64.04%34.90%
HSB/HSV88°78.08%57.25%
CMYK36.99%0.00%78.08%
42.75%

Color #5C9220 in popluar number systems.

HEX5C9220
Decimal9214632
Binary101110010010010100000
Octal13422240

Shades and tints

Shades of #5C9220

#5C9220
(92,146,32)
#54851E
(84,133,30)
#4C781C
(76,120,28)
#446B1A
(68,107,26)
#3C5E18
(60,94,24)
#345116
(52,81,22)
#2C4414
(44,68,20)
#243712
(36,55,18)
#1C2A10
(28,42,16)
#141D0E
(20,29,14)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #5C9220

#5C9220
(92,146,32)
#6A9B34
(106,155,52)
#78A448
(120,164,72)
#86AD5C
(134,173,92)
#94B670
(148,182,112)
#A2BF84
(162,191,132)
#B0C898
(176,200,152)
#BED1AC
(190,209,172)
#CCDAC0
(204,218,192)
#DAE3D4
(218,227,212)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9220 color. Also use rgb(92,146,32) instead hex code.

Text Font Color

.myTextColor { color: #5C9220; }

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

This text font color is #5C9220.


Background Color

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

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

This div background color is #5C9220.


Border color

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

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

This div border color is #5C9220.


Opacity

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

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

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

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

This text has shadow with #5C9220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9220 on black background.


Color preview on white background

This text has color #5C9220 on white background.



Black color preview on #5C9220 background

This text has black color on #5C9220 background.


White color preview on #5C9220 background

This text has white color on #5C9220 background.