COLOR #9F876F

HEX: #9F876F
RGB: (159,135,111)

Color info

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

RGB color model

#9F876F color RGB value is (159,135,111).

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

RGB channels and saturation

R 159 of 255 = 62%
G 135 of 255 = 53%
B 111 of 255 = 44%

159
135
111

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

Portions of RGB colors in percentages

R + G + B =
159 + 135 + 111 = 405 (100%)
R 159 of 405 ~ 39.26%
G 135 of 405 ~ 33.33%
B 111 of 405 ~ 27.41%

%39.26
%33.33
%27.41

CMYK color model

#9F876F color CMYK value is (0,15,30,38).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 30.19%
  • key color value is 37.65%
CMYK:
(0,15,30,38)
C0M15Y30K38 
(0%,15%,30%,38%)
(0.00/0.15/0.30/0.38)	

CMYK percentages

%0
%15.09
%30.19
%37.65

Codes

Color #9F876F in popluar color models

9F876F
RGB159135111
HSL30°20.00%52.94%
HSB/HSV30°30.19%62.35%
CMYK0.00%15.09%30.19%
37.65%

Color #9F876F in popluar number systems.

HEX9F876F
Decimal159135111
Binary10011111100001111101111
Octal237207157

Shades and tints

Shades of #9F876F

#9F876F
(159,135,111)
#917B65
(145,123,101)
#836F5B
(131,111,91)
#756351
(117,99,81)
#675747
(103,87,71)
#594B3D
(89,75,61)
#4B3F33
(75,63,51)
#3D3329
(61,51,41)
#2F271F
(47,39,31)
#211B15
(33,27,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #9F876F

#9F876F
(159,135,111)
#A7917C
(167,145,124)
#AF9B89
(175,155,137)
#B7A596
(183,165,150)
#BFAFA3
(191,175,163)
#C7B9B0
(199,185,176)
#CFC3BD
(207,195,189)
#D7CDCA
(215,205,202)
#DFD7D7
(223,215,215)
#E7E1E4
(231,225,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F876F; }

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

This text font color is #9F876F.


Background Color

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

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

This div background color is #9F876F.


Border color

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

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

This div border color is #9F876F.


Opacity

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

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

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

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

This text has shadow with #9F876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F876F on black background.


Color preview on white background

This text has color #9F876F on white background.



Black color preview on #9F876F background

This text has black color on #9F876F background.


White color preview on #9F876F background

This text has white color on #9F876F background.