COLOR #9C8577

HEX: #9C8577
RGB: (156,133,119)

Color info

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

RGB color model

#9C8577 color RGB value is (156,133,119).

  • red value is 156;
  • green value is 133;
  • blue value is 119.
RGB:
(156,133,119)
(61%,52%,47%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 119 of 255 = 47%

156
133
119

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

Portions of RGB colors in percentages

R + G + B =
156 + 133 + 119 = 408 (100%)
R 156 of 408 ~ 38.24%
G 133 of 408 ~ 32.6%
B 119 of 408 ~ 29.17%

%38.24
%32.6
%29.17

CMYK color model

#9C8577 color CMYK value is (0,15,24,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(0,15,24,39)
C0M15Y24K39 
(0%,15%,24%,39%)
(0.00/0.15/0.24/0.39)	

CMYK percentages

%0
%14.74
%23.72
%38.82

Codes

Color #9C8577 in popluar color models

9C8577
RGB156133119
HSL23°15.74%53.92%
HSB/HSV23°23.72%61.18%
CMYK0.00%14.74%23.72%
38.82%

Color #9C8577 in popluar number systems.

HEX9C8577
Decimal156133119
Binary10011100100001011110111
Octal234205167

Shades and tints

Shades of #9C8577

#9C8577
(156,133,119)
#8E796D
(142,121,109)
#806D63
(128,109,99)
#726159
(114,97,89)
#64554F
(100,85,79)
#564945
(86,73,69)
#483D3B
(72,61,59)
#3A3131
(58,49,49)
#2C2527
(44,37,39)
#1E191D
(30,25,29)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #9C8577

#9C8577
(156,133,119)
#A59083
(165,144,131)
#AE9B8F
(174,155,143)
#B7A69B
(183,166,155)
#C0B1A7
(192,177,167)
#C9BCB3
(201,188,179)
#D2C7BF
(210,199,191)
#DBD2CB
(219,210,203)
#E4DDD7
(228,221,215)
#EDE8E3
(237,232,227)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8577 color. Also use rgb(156,133,119) instead hex code.

Text Font Color

.myTextColor { color: #9C8577; }

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

This text font color is #9C8577.


Background Color

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

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

This div background color is #9C8577.


Border color

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

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

This div border color is #9C8577.


Opacity

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

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

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

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

This text has shadow with #9C8577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8577 on black background.


Color preview on white background

This text has color #9C8577 on white background.



Black color preview on #9C8577 background

This text has black color on #9C8577 background.


White color preview on #9C8577 background

This text has white color on #9C8577 background.