COLOR #9C876C

HEX: #9C876C
RGB: (156,135,108)

Color info

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

RGB color model

#9C876C color RGB value is (156,135,108).

  • red value is 156;
  • green value is 135;
  • blue value is 108.
RGB:
(156,135,108)
(61%,53%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 108 of 255 = 42%

156
135
108

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 108 = 399 (100%)
R 156 of 399 ~ 39.1%
G 135 of 399 ~ 33.83%
B 108 of 399 ~ 27.07%

%39.1
%33.83
%27.07

CMYK color model

#9C876C color CMYK value is (0,13,31,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 30.77%
  • key color value is 38.82%
CMYK:
(0,13,31,39)
C0M13Y31K39 
(0%,13%,31%,39%)
(0.00/0.13/0.31/0.39)	

CMYK percentages

%0
%13.46
%30.77
%38.82

Codes

Color #9C876C in popluar color models

9C876C
RGB156135108
HSL34°19.51%51.76%
HSB/HSV34°30.77%61.18%
CMYK0.00%13.46%30.77%
38.82%

Color #9C876C in popluar number systems.

HEX9C876C
Decimal156135108
Binary10011100100001111101100
Octal234207154

Shades and tints

Shades of #9C876C

#9C876C
(156,135,108)
#8E7B63
(142,123,99)
#806F5A
(128,111,90)
#726351
(114,99,81)
#645748
(100,87,72)
#564B3F
(86,75,63)
#483F36
(72,63,54)
#3A332D
(58,51,45)
#2C2724
(44,39,36)
#1E1B1B
(30,27,27)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #9C876C

#9C876C
(156,135,108)
#A59179
(165,145,121)
#AE9B86
(174,155,134)
#B7A593
(183,165,147)
#C0AFA0
(192,175,160)
#C9B9AD
(201,185,173)
#D2C3BA
(210,195,186)
#DBCDC7
(219,205,199)
#E4D7D4
(228,215,212)
#EDE1E1
(237,225,225)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C876C color. Also use rgb(156,135,108) instead hex code.

Text Font Color

.myTextColor { color: #9C876C; }

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

This text font color is #9C876C.


Background Color

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

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

This div background color is #9C876C.


Border color

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

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

This div border color is #9C876C.


Opacity

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

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

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

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

This text has shadow with #9C876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C876C on black background.


Color preview on white background

This text has color #9C876C on white background.



Black color preview on #9C876C background

This text has black color on #9C876C background.


White color preview on #9C876C background

This text has white color on #9C876C background.