COLOR #9C8A71

HEX: #9C8A71
RGB: (156,138,113)

Color info

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

RGB color model

#9C8A71 color RGB value is (156,138,113).

  • red value is 156;
  • green value is 138;
  • blue value is 113.
RGB:
(156,138,113)
(61%,54%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 113 of 255 = 44%

156
138
113

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

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 113 = 407 (100%)
R 156 of 407 ~ 38.33%
G 138 of 407 ~ 33.91%
B 113 of 407 ~ 27.76%

%38.33
%33.91
%27.76

CMYK color model

#9C8A71 color CMYK value is (0,12,28,39).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 27.56%
  • key color value is 38.82%
CMYK:
(0,12,28,39)
C0M12Y28K39 
(0%,12%,28%,39%)
(0.00/0.12/0.28/0.39)	

CMYK percentages

%0
%11.54
%27.56
%38.82

Codes

Color #9C8A71 in popluar color models

9C8A71
RGB156138113
HSL35°17.84%52.75%
HSB/HSV35°27.56%61.18%
CMYK0.00%11.54%27.56%
38.82%

Color #9C8A71 in popluar number systems.

HEX9C8A71
Decimal156138113
Binary10011100100010101110001
Octal234212161

Shades and tints

Shades of #9C8A71

#9C8A71
(156,138,113)
#8E7E67
(142,126,103)
#80725D
(128,114,93)
#726653
(114,102,83)
#645A49
(100,90,73)
#564E3F
(86,78,63)
#484235
(72,66,53)
#3A362B
(58,54,43)
#2C2A21
(44,42,33)
#1E1E17
(30,30,23)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #9C8A71

#9C8A71
(156,138,113)
#A5947D
(165,148,125)
#AE9E89
(174,158,137)
#B7A895
(183,168,149)
#C0B2A1
(192,178,161)
#C9BCAD
(201,188,173)
#D2C6B9
(210,198,185)
#DBD0C5
(219,208,197)
#E4DAD1
(228,218,209)
#EDE4DD
(237,228,221)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8A71 color. Also use rgb(156,138,113) instead hex code.

Text Font Color

.myTextColor { color: #9C8A71; }

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

This text font color is #9C8A71.


Background Color

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

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

This div background color is #9C8A71.


Border color

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

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

This div border color is #9C8A71.


Opacity

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

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

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

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

This text has shadow with #9C8A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8A71 on black background.


Color preview on white background

This text has color #9C8A71 on white background.



Black color preview on #9C8A71 background

This text has black color on #9C8A71 background.


White color preview on #9C8A71 background

This text has white color on #9C8A71 background.