COLOR #9C8773

HEX: #9C8773
RGB: (156,135,115)

Color info

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

RGB color model

#9C8773 color RGB value is (156,135,115).

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

RGB channels and saturation

R 156 of 255 = 61%
G 135 of 255 = 53%
B 115 of 255 = 45%

156
135
115

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

Portions of RGB colors in percentages

R + G + B =
156 + 135 + 115 = 406 (100%)
R 156 of 406 ~ 38.42%
G 135 of 406 ~ 33.25%
B 115 of 406 ~ 28.33%

%38.42
%33.25
%28.33

CMYK color model

#9C8773 color CMYK value is (0,13,26,39).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 26.28%
  • key color value is 38.82%
CMYK:
(0,13,26,39)
C0M13Y26K39 
(0%,13%,26%,39%)
(0.00/0.13/0.26/0.39)	

CMYK percentages

%0
%13.46
%26.28
%38.82

Codes

Color #9C8773 in popluar color models

9C8773
RGB156135115
HSL29°17.15%53.14%
HSB/HSV29°26.28%61.18%
CMYK0.00%13.46%26.28%
38.82%

Color #9C8773 in popluar number systems.

HEX9C8773
Decimal156135115
Binary10011100100001111110011
Octal234207163

Shades and tints

Shades of #9C8773

#9C8773
(156,135,115)
#8E7B69
(142,123,105)
#806F5F
(128,111,95)
#726355
(114,99,85)
#64574B
(100,87,75)
#564B41
(86,75,65)
#483F37
(72,63,55)
#3A332D
(58,51,45)
#2C2723
(44,39,35)
#1E1B19
(30,27,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9C8773

#9C8773
(156,135,115)
#A5917F
(165,145,127)
#AE9B8B
(174,155,139)
#B7A597
(183,165,151)
#C0AFA3
(192,175,163)
#C9B9AF
(201,185,175)
#D2C3BB
(210,195,187)
#DBCDC7
(219,205,199)
#E4D7D3
(228,215,211)
#EDE1DF
(237,225,223)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8773; }

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

This text font color is #9C8773.


Background Color

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

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

This div background color is #9C8773.


Border color

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

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

This div border color is #9C8773.


Opacity

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

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

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

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

This text has shadow with #9C8773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8773 on black background.


Color preview on white background

This text has color #9C8773 on white background.



Black color preview on #9C8773 background

This text has black color on #9C8773 background.


White color preview on #9C8773 background

This text has white color on #9C8773 background.