COLOR #5C8924

HEX: #5C8924
RGB: (92,137,36)

Color info

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

RGB color model

#5C8924 color RGB value is (92,137,36).

  • red value is 92;
  • green value is 137;
  • blue value is 36.
RGB:
(92,137,36)
(36%,54%,14%)

RGB channels and saturation

R 92 of 255 = 36%
G 137 of 255 = 54%
B 36 of 255 = 14%

92
137
36

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

Portions of RGB colors in percentages

R + G + B =
92 + 137 + 36 = 265 (100%)
R 92 of 265 ~ 34.72%
G 137 of 265 ~ 51.7%
B 36 of 265 ~ 13.58%

%34.72
%51.7
%13.58

CMYK color model

#5C8924 color CMYK value is (33,0,74,46).

  • cyan value is 32.85%
  • magenta value is 0.00%
  • yellow value is 73.72%
  • key color value is 46.27%
CMYK:
(33,0,74,46)
C33M0Y74K46 
(33%,0%,74%,46%)
(0.33/0.00/0.74/0.46)	

CMYK percentages

%32.85
%0
%73.72
%46.27

Codes

Color #5C8924 in popluar color models

5C8924
RGB9213736
HSL87°58.38%33.92%
HSB/HSV87°73.72%53.73%
CMYK32.85%0.00%73.72%
46.27%

Color #5C8924 in popluar number systems.

HEX5C8924
Decimal9213736
Binary101110010001001100100
Octal13421144

Shades and tints

Shades of #5C8924

#5C8924
(92,137,36)
#547D21
(84,125,33)
#4C711E
(76,113,30)
#44651B
(68,101,27)
#3C5918
(60,89,24)
#344D15
(52,77,21)
#2C4112
(44,65,18)
#24350F
(36,53,15)
#1C290C
(28,41,12)
#141D09
(20,29,9)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #5C8924

#5C8924
(92,137,36)
#6A9337
(106,147,55)
#789D4A
(120,157,74)
#86A75D
(134,167,93)
#94B170
(148,177,112)
#A2BB83
(162,187,131)
#B0C596
(176,197,150)
#BECFA9
(190,207,169)
#CCD9BC
(204,217,188)
#DAE3CF
(218,227,207)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8924 color. Also use rgb(92,137,36) instead hex code.

Text Font Color

.myTextColor { color: #5C8924; }

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

This text font color is #5C8924.


Background Color

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

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

This div background color is #5C8924.


Border color

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

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

This div border color is #5C8924.


Opacity

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

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

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

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

This text has shadow with #5C8924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8924 on black background.


Color preview on white background

This text has color #5C8924 on white background.



Black color preview on #5C8924 background

This text has black color on #5C8924 background.


White color preview on #5C8924 background

This text has white color on #5C8924 background.