COLOR #9C8376

HEX: #9C8376
RGB: (156,131,118)

Color info

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

RGB color model

#9C8376 color RGB value is (156,131,118).

  • red value is 156;
  • green value is 131;
  • blue value is 118.
RGB:
(156,131,118)
(61%,51%,46%)

RGB channels and saturation

R 156 of 255 = 61%
G 131 of 255 = 51%
B 118 of 255 = 46%

156
131
118

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

Portions of RGB colors in percentages

R + G + B =
156 + 131 + 118 = 405 (100%)
R 156 of 405 ~ 38.52%
G 131 of 405 ~ 32.35%
B 118 of 405 ~ 29.14%

%38.52
%32.35
%29.14

CMYK color model

#9C8376 color CMYK value is (0,16,24,39).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(0,16,24,39)
C0M16Y24K39 
(0%,16%,24%,39%)
(0.00/0.16/0.24/0.39)	

CMYK percentages

%0
%16.03
%24.36
%38.82

Codes

Color #9C8376 in popluar color models

9C8376
RGB156131118
HSL21°16.10%53.73%
HSB/HSV21°24.36%61.18%
CMYK0.00%16.03%24.36%
38.82%

Color #9C8376 in popluar number systems.

HEX9C8376
Decimal156131118
Binary10011100100000111110110
Octal234203166

Shades and tints

Shades of #9C8376

#9C8376
(156,131,118)
#8E786C
(142,120,108)
#806D62
(128,109,98)
#726258
(114,98,88)
#64574E
(100,87,78)
#564C44
(86,76,68)
#48413A
(72,65,58)
#3A3630
(58,54,48)
#2C2B26
(44,43,38)
#1E201C
(30,32,28)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #9C8376

#9C8376
(156,131,118)
#A58E82
(165,142,130)
#AE998E
(174,153,142)
#B7A49A
(183,164,154)
#C0AFA6
(192,175,166)
#C9BAB2
(201,186,178)
#D2C5BE
(210,197,190)
#DBD0CA
(219,208,202)
#E4DBD6
(228,219,214)
#EDE6E2
(237,230,226)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8376 color. Also use rgb(156,131,118) instead hex code.

Text Font Color

.myTextColor { color: #9C8376; }

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

This text font color is #9C8376.


Background Color

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

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

This div background color is #9C8376.


Border color

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

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

This div border color is #9C8376.


Opacity

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

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

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

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

This text has shadow with #9C8376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8376 on black background.


Color preview on white background

This text has color #9C8376 on white background.



Black color preview on #9C8376 background

This text has black color on #9C8376 background.


White color preview on #9C8376 background

This text has white color on #9C8376 background.