COLOR #9C8B77

HEX: #9C8B77
RGB: (156,139,119)

Color info

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

RGB color model

#9C8B77 color RGB value is (156,139,119).

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

RGB channels and saturation

R 156 of 255 = 61%
G 139 of 255 = 55%
B 119 of 255 = 47%

156
139
119

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

Portions of RGB colors in percentages

R + G + B =
156 + 139 + 119 = 414 (100%)
R 156 of 414 ~ 37.68%
G 139 of 414 ~ 33.57%
B 119 of 414 ~ 28.74%

%37.68
%33.57
%28.74

CMYK color model

#9C8B77 color CMYK value is (0,11,24,39).

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 23.72%
  • key color value is 38.82%
CMYK:
(0,11,24,39)
C0M11Y24K39 
(0%,11%,24%,39%)
(0.00/0.11/0.24/0.39)	

CMYK percentages

%0
%10.9
%23.72
%38.82

Codes

Color #9C8B77 in popluar color models

9C8B77
RGB156139119
HSL32°15.74%53.92%
HSB/HSV32°23.72%61.18%
CMYK0.00%10.90%23.72%
38.82%

Color #9C8B77 in popluar number systems.

HEX9C8B77
Decimal156139119
Binary10011100100010111110111
Octal234213167

Shades and tints

Shades of #9C8B77

#9C8B77
(156,139,119)
#8E7F6D
(142,127,109)
#807363
(128,115,99)
#726759
(114,103,89)
#645B4F
(100,91,79)
#564F45
(86,79,69)
#48433B
(72,67,59)
#3A3731
(58,55,49)
#2C2B27
(44,43,39)
#1E1F1D
(30,31,29)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9C8B77

#9C8B77
(156,139,119)
#A59583
(165,149,131)
#AE9F8F
(174,159,143)
#B7A99B
(183,169,155)
#C0B3A7
(192,179,167)
#C9BDB3
(201,189,179)
#D2C7BF
(210,199,191)
#DBD1CB
(219,209,203)
#E4DBD7
(228,219,215)
#EDE5E3
(237,229,227)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8B77; }

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

This text font color is #9C8B77.


Background Color

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

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

This div background color is #9C8B77.


Border color

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

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

This div border color is #9C8B77.


Opacity

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

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

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

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

This text has shadow with #9C8B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8B77 on black background.


Color preview on white background

This text has color #9C8B77 on white background.



Black color preview on #9C8B77 background

This text has black color on #9C8B77 background.


White color preview on #9C8B77 background

This text has white color on #9C8B77 background.