COLOR #8C9820

HEX: #8C9820
RGB: (140,152,32)

Color info

#8C9820 contains mainly red and green colors. Web safe color of #8C9820 is #999933 (or #993).

RGB color model

#8C9820 color RGB value is (140,152,32).

  • red value is 140;
  • green value is 152;
  • blue value is 32.
RGB:
(140,152,32)
(55%,60%,13%)

RGB channels and saturation

R 140 of 255 = 55%
G 152 of 255 = 60%
B 32 of 255 = 13%

140
152
32

R + G + B ~ 43%. #8C9820 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 152 + 32 = 324 (100%)
R 140 of 324 ~ 43.21%
G 152 of 324 ~ 46.91%
B 32 of 324 ~ 9.88%

%43.21
%46.91
%9.88

CMYK color model

#8C9820 color CMYK value is (8,0,79,40).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 40.39%
CMYK:
(8,0,79,40)
C8M0Y79K40 
(8%,0%,79%,40%)
(0.08/0.00/0.79/0.40)	

CMYK percentages

%7.89
%0
%78.95
%40.39

Codes

Color #8C9820 in popluar color models

8C9820
RGB14015232
HSL66°65.22%36.08%
HSB/HSV66°78.95%59.61%
CMYK7.89%0.00%78.95%
40.39%

Color #8C9820 in popluar number systems.

HEX8C9820
Decimal14015232
Binary1000110010011000100000
Octal21423040

Shades and tints

Shades of #8C9820

#8C9820
(140,152,32)
#808B1E
(128,139,30)
#747E1C
(116,126,28)
#68711A
(104,113,26)
#5C6418
(92,100,24)
#505716
(80,87,22)
#444A14
(68,74,20)
#383D12
(56,61,18)
#2C3010
(44,48,16)
#20230E
(32,35,14)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #8C9820

#8C9820
(140,152,32)
#96A134
(150,161,52)
#A0AA48
(160,170,72)
#AAB35C
(170,179,92)
#B4BC70
(180,188,112)
#BEC584
(190,197,132)
#C8CE98
(200,206,152)
#D2D7AC
(210,215,172)
#DCE0C0
(220,224,192)
#E6E9D4
(230,233,212)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9820 color. Also use rgb(140,152,32) instead hex code.

Text Font Color

.myTextColor { color: #8C9820; }

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

This text font color is #8C9820.


Background Color

.myBgColor { background-color: #8C9820; }

<div style="background-color:#8C9820">Inner text</div>

This div background color is #8C9820.


Border color

.myBorderColor { border: 1px solid #8C9820; }

<div style="border:3px solid #8C9820">Div</div>

This div border color is #8C9820.


Opacity

.myOpacity80 { color: #8C9820; opacity: 0.8; }

<p style="color:#8C9820;opacity:0.8;">80%</p>

Text with #8C9820 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 #8C9820;}

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

This text has shadow with #8C9820 color.

.textShadow {text-shadow: 3px 3px 1px #8C9820, 3px 3px 1px red;}

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

This text has shadow with #8C9820 primary color and red secondary color.


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

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

This text has shadow with #8C9820 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9820 on black background.


Color preview on white background

This text has color #8C9820 on white background.



Black color preview on #8C9820 background

This text has black color on #8C9820 background.


White color preview on #8C9820 background

This text has white color on #8C9820 background.