COLOR #9C8A80

HEX: #9C8A80
RGB: (156,138,128)

Color info

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

RGB color model

#9C8A80 color RGB value is (156,138,128).

  • red value is 156;
  • green value is 138;
  • blue value is 128.
RGB:
(156,138,128)
(61%,54%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 138 of 255 = 54%
B 128 of 255 = 50%

156
138
128

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

Portions of RGB colors in percentages

R + G + B =
156 + 138 + 128 = 422 (100%)
R 156 of 422 ~ 36.97%
G 138 of 422 ~ 32.7%
B 128 of 422 ~ 30.33%

%36.97
%32.7
%30.33

CMYK color model

#9C8A80 color CMYK value is (0,12,18,39).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 17.95%
  • key color value is 38.82%
CMYK:
(0,12,18,39)
C0M12Y18K39 
(0%,12%,18%,39%)
(0.00/0.12/0.18/0.39)	

CMYK percentages

%0
%11.54
%17.95
%38.82

Codes

Color #9C8A80 in popluar color models

9C8A80
RGB156138128
HSL21°12.39%55.69%
HSB/HSV21°17.95%61.18%
CMYK0.00%11.54%17.95%
38.82%

Color #9C8A80 in popluar number systems.

HEX9C8A80
Decimal156138128
Binary100111001000101010000000
Octal234212200

Shades and tints

Shades of #9C8A80

#9C8A80
(156,138,128)
#8E7E75
(142,126,117)
#80726A
(128,114,106)
#72665F
(114,102,95)
#645A54
(100,90,84)
#564E49
(86,78,73)
#48423E
(72,66,62)
#3A3633
(58,54,51)
#2C2A28
(44,42,40)
#1E1E1D
(30,30,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #9C8A80

#9C8A80
(156,138,128)
#A5948B
(165,148,139)
#AE9E96
(174,158,150)
#B7A8A1
(183,168,161)
#C0B2AC
(192,178,172)
#C9BCB7
(201,188,183)
#D2C6C2
(210,198,194)
#DBD0CD
(219,208,205)
#E4DAD8
(228,218,216)
#EDE4E3
(237,228,227)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8A80 color. Also use rgb(156,138,128) instead hex code.

Text Font Color

.myTextColor { color: #9C8A80; }

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

This text font color is #9C8A80.


Background Color

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

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

This div background color is #9C8A80.


Border color

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

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

This div border color is #9C8A80.


Opacity

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

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

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

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

This text has shadow with #9C8A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8A80 on black background.


Color preview on white background

This text has color #9C8A80 on white background.



Black color preview on #9C8A80 background

This text has black color on #9C8A80 background.


White color preview on #9C8A80 background

This text has white color on #9C8A80 background.