COLOR #9C8B72

HEX: #9C8B72
RGB: (156,139,114)

Color info

#9C8B72 contains red, green and blue colors in about the same proportion. Web safe color of #9C8B72 is #999966 (or #996).

RGB color model

#9C8B72 color RGB value is (156,139,114).

  • red value is 156;
  • green value is 139;
  • blue value is 114.
RGB:
(156,139,114)
(61%,55%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 139 of 255 = 55%
B 114 of 255 = 45%

156
139
114

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

Portions of RGB colors in percentages

R + G + B =
156 + 139 + 114 = 409 (100%)
R 156 of 409 ~ 38.14%
G 139 of 409 ~ 33.99%
B 114 of 409 ~ 27.87%

%38.14
%33.99
%27.87

CMYK color model

#9C8B72 color CMYK value is (0,11,27,39).

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 26.92%
  • key color value is 38.82%
CMYK:
(0,11,27,39)
C0M11Y27K39 
(0%,11%,27%,39%)
(0.00/0.11/0.27/0.39)	

CMYK percentages

%0
%10.9
%26.92
%38.82

Codes

Color #9C8B72 in popluar color models

9C8B72
RGB156139114
HSL36°17.50%52.94%
HSB/HSV36°26.92%61.18%
CMYK0.00%10.90%26.92%
38.82%

Color #9C8B72 in popluar number systems.

HEX9C8B72
Decimal156139114
Binary10011100100010111110010
Octal234213162

Shades and tints

Shades of #9C8B72

#9C8B72
(156,139,114)
#8E7F68
(142,127,104)
#80735E
(128,115,94)
#726754
(114,103,84)
#645B4A
(100,91,74)
#564F40
(86,79,64)
#484336
(72,67,54)
#3A372C
(58,55,44)
#2C2B22
(44,43,34)
#1E1F18
(30,31,24)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #9C8B72

#9C8B72
(156,139,114)
#A5957E
(165,149,126)
#AE9F8A
(174,159,138)
#B7A996
(183,169,150)
#C0B3A2
(192,179,162)
#C9BDAE
(201,189,174)
#D2C7BA
(210,199,186)
#DBD1C6
(219,209,198)
#E4DBD2
(228,219,210)
#EDE5DE
(237,229,222)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8B72 color. Also use rgb(156,139,114) instead hex code.

Text Font Color

.myTextColor { color: #9C8B72; }

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

This text font color is #9C8B72.


Background Color

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

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

This div background color is #9C8B72.


Border color

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

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

This div border color is #9C8B72.


Opacity

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

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

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

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

This text has shadow with #9C8B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8B72 on black background.


Color preview on white background

This text has color #9C8B72 on white background.



Black color preview on #9C8B72 background

This text has black color on #9C8B72 background.


White color preview on #9C8B72 background

This text has white color on #9C8B72 background.