COLOR #9F8677

HEX: #9F8677
RGB: (159,134,119)

Color info

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

RGB color model

#9F8677 color RGB value is (159,134,119).

  • red value is 159;
  • green value is 134;
  • blue value is 119.
RGB:
(159,134,119)
(62%,53%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 134 of 255 = 53%
B 119 of 255 = 47%

159
134
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 134 + 119 = 412 (100%)
R 159 of 412 ~ 38.59%
G 134 of 412 ~ 32.52%
B 119 of 412 ~ 28.88%

%38.59
%32.52
%28.88

CMYK color model

#9F8677 color CMYK value is (0,16,25,38).

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(0,16,25,38)
C0M16Y25K38 
(0%,16%,25%,38%)
(0.00/0.16/0.25/0.38)	

CMYK percentages

%0
%15.72
%25.16
%37.65

Codes

Color #9F8677 in popluar color models

9F8677
RGB159134119
HSL23°17.24%54.51%
HSB/HSV23°25.16%62.35%
CMYK0.00%15.72%25.16%
37.65%

Color #9F8677 in popluar number systems.

HEX9F8677
Decimal159134119
Binary10011111100001101110111
Octal237206167

Shades and tints

Shades of #9F8677

#9F8677
(159,134,119)
#917A6D
(145,122,109)
#836E63
(131,110,99)
#756259
(117,98,89)
#67564F
(103,86,79)
#594A45
(89,74,69)
#4B3E3B
(75,62,59)
#3D3231
(61,50,49)
#2F2627
(47,38,39)
#211A1D
(33,26,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #9F8677

#9F8677
(159,134,119)
#A79183
(167,145,131)
#AF9C8F
(175,156,143)
#B7A79B
(183,167,155)
#BFB2A7
(191,178,167)
#C7BDB3
(199,189,179)
#CFC8BF
(207,200,191)
#D7D3CB
(215,211,203)
#DFDED7
(223,222,215)
#E7E9E3
(231,233,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8677 color. Also use rgb(159,134,119) instead hex code.

Text Font Color

.myTextColor { color: #9F8677; }

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

This text font color is #9F8677.


Background Color

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

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

This div background color is #9F8677.


Border color

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

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

This div border color is #9F8677.


Opacity

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

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

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

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

This text has shadow with #9F8677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8677 on black background.


Color preview on white background

This text has color #9F8677 on white background.



Black color preview on #9F8677 background

This text has black color on #9F8677 background.


White color preview on #9F8677 background

This text has white color on #9F8677 background.