COLOR #9C807F

HEX: #9C807F
RGB: (156,128,127)

Color info

#9C807F contains red, green and blue colors in about the same proportion. Web safe color of #9C807F is #996666 (or #966).

RGB color model

#9C807F color RGB value is (156,128,127).

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

RGB channels and saturation

R 156 of 255 = 61%
G 128 of 255 = 50%
B 127 of 255 = 50%

156
128
127

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

Portions of RGB colors in percentages

R + G + B =
156 + 128 + 127 = 411 (100%)
R 156 of 411 ~ 37.96%
G 128 of 411 ~ 31.14%
B 127 of 411 ~ 30.9%

%37.96
%31.14
%30.9

CMYK color model

#9C807F color CMYK value is (0,18,19,39).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(0,18,19,39)
C0M18Y19K39 
(0%,18%,19%,39%)
(0.00/0.18/0.19/0.39)	

CMYK percentages

%0
%17.95
%18.59
%38.82

Codes

Color #9C807F in popluar color models

9C807F
RGB156128127
HSL12.78%55.49%
HSB/HSV18.59%61.18%
CMYK0.00%17.95%18.59%
38.82%

Color #9C807F in popluar number systems.

HEX9C807F
Decimal156128127
Binary10011100100000001111111
Octal234200177

Shades and tints

Shades of #9C807F

#9C807F
(156,128,127)
#8E7574
(142,117,116)
#806A69
(128,106,105)
#725F5E
(114,95,94)
#645453
(100,84,83)
#564948
(86,73,72)
#483E3D
(72,62,61)
#3A3332
(58,51,50)
#2C2827
(44,40,39)
#1E1D1C
(30,29,28)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #9C807F

#9C807F
(156,128,127)
#A58B8A
(165,139,138)
#AE9695
(174,150,149)
#B7A1A0
(183,161,160)
#C0ACAB
(192,172,171)
#C9B7B6
(201,183,182)
#D2C2C1
(210,194,193)
#DBCDCC
(219,205,204)
#E4D8D7
(228,216,215)
#EDE3E2
(237,227,226)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C807F; }

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

This text font color is #9C807F.


Background Color

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

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

This div background color is #9C807F.


Border color

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

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

This div border color is #9C807F.


Opacity

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

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

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

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

This text has shadow with #9C807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C807F on black background.


Color preview on white background

This text has color #9C807F on white background.



Black color preview on #9C807F background

This text has black color on #9C807F background.


White color preview on #9C807F background

This text has white color on #9C807F background.