COLOR #9F877F

HEX: #9F877F
RGB: (159,135,127)

Color info

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

RGB color model

#9F877F color RGB value is (159,135,127).

  • red value is 159;
  • green value is 135;
  • blue value is 127.
RGB:
(159,135,127)
(62%,53%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 127 of 255 = 50%

159
135
127

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

Portions of RGB colors in percentages

R + G + B =
159 + 135 + 127 = 421 (100%)
R 159 of 421 ~ 37.77%
G 135 of 421 ~ 32.07%
B 127 of 421 ~ 30.17%

%37.77
%32.07
%30.17

CMYK color model

#9F877F color CMYK value is (0,15,20,38).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK:
(0,15,20,38)
C0M15Y20K38 
(0%,15%,20%,38%)
(0.00/0.15/0.20/0.38)	

CMYK percentages

%0
%15.09
%20.13
%37.65

Codes

Color #9F877F in popluar color models

9F877F
RGB159135127
HSL15°14.29%56.08%
HSB/HSV15°20.13%62.35%
CMYK0.00%15.09%20.13%
37.65%

Color #9F877F in popluar number systems.

HEX9F877F
Decimal159135127
Binary10011111100001111111111
Octal237207177

Shades and tints

Shades of #9F877F

#9F877F
(159,135,127)
#917B74
(145,123,116)
#836F69
(131,111,105)
#75635E
(117,99,94)
#675753
(103,87,83)
#594B48
(89,75,72)
#4B3F3D
(75,63,61)
#3D3332
(61,51,50)
#2F2727
(47,39,39)
#211B1C
(33,27,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9F877F

#9F877F
(159,135,127)
#A7918A
(167,145,138)
#AF9B95
(175,155,149)
#B7A5A0
(183,165,160)
#BFAFAB
(191,175,171)
#C7B9B6
(199,185,182)
#CFC3C1
(207,195,193)
#D7CDCC
(215,205,204)
#DFD7D7
(223,215,215)
#E7E1E2
(231,225,226)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F877F color. Also use rgb(159,135,127) instead hex code.

Text Font Color

.myTextColor { color: #9F877F; }

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

This text font color is #9F877F.


Background Color

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

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

This div background color is #9F877F.


Border color

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

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

This div border color is #9F877F.


Opacity

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

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

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

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

This text has shadow with #9F877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F877F on black background.


Color preview on white background

This text has color #9F877F on white background.



Black color preview on #9F877F background

This text has black color on #9F877F background.


White color preview on #9F877F background

This text has white color on #9F877F background.