COLOR #9C8820

HEX: #9C8820
RGB: (156,136,32)

Color info

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

RGB color model

#9C8820 color RGB value is (156,136,32).

  • red value is 156;
  • green value is 136;
  • blue value is 32.
RGB:
(156,136,32)
(61%,53%,13%)

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 32 of 255 = 13%

156
136
32

R + G + B ~ 42%. #9C8820 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 136 + 32 = 324 (100%)
R 156 of 324 ~ 48.15%
G 136 of 324 ~ 41.98%
B 32 of 324 ~ 9.88%

%48.15
%41.98
%9.88

CMYK color model

#9C8820 color CMYK value is (0,13,79,39).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(0,13,79,39)
C0M13Y79K39 
(0%,13%,79%,39%)
(0.00/0.13/0.79/0.39)	

CMYK percentages

%0
%12.82
%79.49
%38.82

Codes

Color #9C8820 in popluar color models

9C8820
RGB15613632
HSL50°65.96%36.86%
HSB/HSV50°79.49%61.18%
CMYK0.00%12.82%79.49%
38.82%

Color #9C8820 in popluar number systems.

HEX9C8820
Decimal15613632
Binary1001110010001000100000
Octal23421040

Shades and tints

Shades of #9C8820

#9C8820
(156,136,32)
#8E7C1E
(142,124,30)
#80701C
(128,112,28)
#72641A
(114,100,26)
#645818
(100,88,24)
#564C16
(86,76,22)
#484014
(72,64,20)
#3A3412
(58,52,18)
#2C2810
(44,40,16)
#1E1C0E
(30,28,14)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #9C8820

#9C8820
(156,136,32)
#A59234
(165,146,52)
#AE9C48
(174,156,72)
#B7A65C
(183,166,92)
#C0B070
(192,176,112)
#C9BA84
(201,186,132)
#D2C498
(210,196,152)
#DBCEAC
(219,206,172)
#E4D8C0
(228,216,192)
#EDE2D4
(237,226,212)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8820 color. Also use rgb(156,136,32) instead hex code.

Text Font Color

.myTextColor { color: #9C8820; }

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

This text font color is #9C8820.


Background Color

.myBgColor { background-color: #9C8820; }

<div style="background-color:#9C8820">Inner text</div>

This div background color is #9C8820.


Border color

.myBorderColor { border: 1px solid #9C8820; }

<div style="border:3px solid #9C8820">Div</div>

This div border color is #9C8820.


Opacity

.myOpacity80 { color: #9C8820; opacity: 0.8; }

<p style="color:#9C8820;opacity:0.8;">80%</p>

Text with #9C8820 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 #9C8820;}

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

This text has shadow with #9C8820 color.

.textShadow {text-shadow: 3px 3px 1px #9C8820, 3px 3px 1px red;}

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

This text has shadow with #9C8820 primary color and red secondary color.


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

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

This text has shadow with #9C8820 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8820 on black background.


Color preview on white background

This text has color #9C8820 on white background.



Black color preview on #9C8820 background

This text has black color on #9C8820 background.


White color preview on #9C8820 background

This text has white color on #9C8820 background.