COLOR #9F8476

HEX: #9F8476
RGB: (159,132,118)

Color info

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

RGB color model

#9F8476 color RGB value is (159,132,118).

  • red value is 159;
  • green value is 132;
  • blue value is 118.
RGB:
(159,132,118)
(62%,52%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 118 of 255 = 46%

159
132
118

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

Portions of RGB colors in percentages

R + G + B =
159 + 132 + 118 = 409 (100%)
R 159 of 409 ~ 38.88%
G 132 of 409 ~ 32.27%
B 118 of 409 ~ 28.85%

%38.88
%32.27
%28.85

CMYK color model

#9F8476 color CMYK value is (0,17,26,38).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 25.79%
  • key color value is 37.65%
CMYK:
(0,17,26,38)
C0M17Y26K38 
(0%,17%,26%,38%)
(0.00/0.17/0.26/0.38)	

CMYK percentages

%0
%16.98
%25.79
%37.65

Codes

Color #9F8476 in popluar color models

9F8476
RGB159132118
HSL20°17.60%54.31%
HSB/HSV20°25.79%62.35%
CMYK0.00%16.98%25.79%
37.65%

Color #9F8476 in popluar number systems.

HEX9F8476
Decimal159132118
Binary10011111100001001110110
Octal237204166

Shades and tints

Shades of #9F8476

#9F8476
(159,132,118)
#91786C
(145,120,108)
#836C62
(131,108,98)
#756058
(117,96,88)
#67544E
(103,84,78)
#594844
(89,72,68)
#4B3C3A
(75,60,58)
#3D3030
(61,48,48)
#2F2426
(47,36,38)
#21181C
(33,24,28)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #9F8476

#9F8476
(159,132,118)
#A78F82
(167,143,130)
#AF9A8E
(175,154,142)
#B7A59A
(183,165,154)
#BFB0A6
(191,176,166)
#C7BBB2
(199,187,178)
#CFC6BE
(207,198,190)
#D7D1CA
(215,209,202)
#DFDCD6
(223,220,214)
#E7E7E2
(231,231,226)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8476 color. Also use rgb(159,132,118) instead hex code.

Text Font Color

.myTextColor { color: #9F8476; }

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

This text font color is #9F8476.


Background Color

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

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

This div background color is #9F8476.


Border color

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

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

This div border color is #9F8476.


Opacity

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

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

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

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

This text has shadow with #9F8476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8476 on black background.


Color preview on white background

This text has color #9F8476 on white background.



Black color preview on #9F8476 background

This text has black color on #9F8476 background.


White color preview on #9F8476 background

This text has white color on #9F8476 background.