COLOR #9C8016

HEX: #9C8016
RGB: (156,128,22)

Color info

#9C8016 contains mainly red and green colors. Web safe color of #9C8016 is #996600 (or #960).

RGB color model

#9C8016 color RGB value is (156,128,22).

  • red value is 156;
  • green value is 128;
  • blue value is 22.
RGB:
(156,128,22)
(61%,50%,9%)

RGB channels and saturation

R 156 of 255 = 61%
G 128 of 255 = 50%
B 22 of 255 = 9%

156
128
22

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

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 22 = 306 (100%)
R 156 of 306 ~ 50.98%
G 128 of 306 ~ 41.83%
B 22 of 306 ~ 7.19%

%50.98
%41.83

CMYK color model

#9C8016 color CMYK value is (0,18,86,39).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 85.90%
  • key color value is 38.82%
CMYK:
(0,18,86,39)
C0M18Y86K39 
(0%,18%,86%,39%)
(0.00/0.18/0.86/0.39)	

CMYK percentages

%0
%17.95
%85.9
%38.82

Codes

Color #9C8016 in popluar color models

9C8016
RGB15612822
HSL47°75.28%34.90%
HSB/HSV47°85.90%61.18%
CMYK0.00%17.95%85.90%
38.82%

Color #9C8016 in popluar number systems.

HEX9C8016
Decimal15612822
Binary100111001000000010110
Octal23420026

Shades and tints

Shades of #9C8016

#9C8016
(156,128,22)
#8E7514
(142,117,20)
#806A12
(128,106,18)
#725F10
(114,95,16)
#64540E
(100,84,14)
#56490C
(86,73,12)
#483E0A
(72,62,10)
#3A3308
(58,51,8)
#2C2806
(44,40,6)
#1E1D04
(30,29,4)
#101202
(16,18,2)
#000000
(0,0,0)

Tints of #9C8016

#9C8016
(156,128,22)
#A58B2B
(165,139,43)
#AE9640
(174,150,64)
#B7A155
(183,161,85)
#C0AC6A
(192,172,106)
#C9B77F
(201,183,127)
#D2C294
(210,194,148)
#DBCDA9
(219,205,169)
#E4D8BE
(228,216,190)
#EDE3D3
(237,227,211)
#F6EEE8
(246,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8016 color. Also use rgb(156,128,22) instead hex code.

Text Font Color

.myTextColor { color: #9C8016; }

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

This text font color is #9C8016.


Background Color

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

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

This div background color is #9C8016.


Border color

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

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

This div border color is #9C8016.


Opacity

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

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

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

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

This text has shadow with #9C8016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8016 on black background.


Color preview on white background

This text has color #9C8016 on white background.



Black color preview on #9C8016 background

This text has black color on #9C8016 background.


White color preview on #9C8016 background

This text has white color on #9C8016 background.