COLOR #9C8F80

HEX: #9C8F80
RGB: (156,143,128)

Color info

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

RGB color model

#9C8F80 color RGB value is (156,143,128).

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

RGB channels and saturation

R 156 of 255 = 61%
G 143 of 255 = 56%
B 128 of 255 = 50%

156
143
128

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

Portions of RGB colors in percentages

R + G + B =
156 + 143 + 128 = 427 (100%)
R 156 of 427 ~ 36.53%
G 143 of 427 ~ 33.49%
B 128 of 427 ~ 29.98%

%36.53
%33.49
%29.98

CMYK color model

#9C8F80 color CMYK value is (0,8,18,39).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 17.95%
  • key color value is 38.82%
CMYK:
(0,8,18,39)
C0M8Y18K39 
(0%,8%,18%,39%)
(0.00/0.08/0.18/0.39)	

CMYK percentages

%0
%8.33
%17.95
%38.82

Codes

Color #9C8F80 in popluar color models

9C8F80
RGB156143128
HSL32°12.39%55.69%
HSB/HSV32°17.95%61.18%
CMYK0.00%8.33%17.95%
38.82%

Color #9C8F80 in popluar number systems.

HEX9C8F80
Decimal156143128
Binary100111001000111110000000
Octal234217200

Shades and tints

Shades of #9C8F80

#9C8F80
(156,143,128)
#8E8275
(142,130,117)
#80756A
(128,117,106)
#72685F
(114,104,95)
#645B54
(100,91,84)
#564E49
(86,78,73)
#48413E
(72,65,62)
#3A3433
(58,52,51)
#2C2728
(44,39,40)
#1E1A1D
(30,26,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #9C8F80

#9C8F80
(156,143,128)
#A5998B
(165,153,139)
#AEA396
(174,163,150)
#B7ADA1
(183,173,161)
#C0B7AC
(192,183,172)
#C9C1B7
(201,193,183)
#D2CBC2
(210,203,194)
#DBD5CD
(219,213,205)
#E4DFD8
(228,223,216)
#EDE9E3
(237,233,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C8F80; }

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

This text font color is #9C8F80.


Background Color

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

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

This div background color is #9C8F80.


Border color

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

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

This div border color is #9C8F80.


Opacity

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

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

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

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

This text has shadow with #9C8F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8F80 on black background.


Color preview on white background

This text has color #9C8F80 on white background.



Black color preview on #9C8F80 background

This text has black color on #9C8F80 background.


White color preview on #9C8F80 background

This text has white color on #9C8F80 background.