COLOR #9F8874

HEX: #9F8874
RGB: (159,136,116)

Color info

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

RGB color model

#9F8874 color RGB value is (159,136,116).

  • red value is 159;
  • green value is 136;
  • blue value is 116.
RGB:
(159,136,116)
(62%,53%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 116 of 255 = 45%

159
136
116

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

Portions of RGB colors in percentages

R + G + B =
159 + 136 + 116 = 411 (100%)
R 159 of 411 ~ 38.69%
G 136 of 411 ~ 33.09%
B 116 of 411 ~ 28.22%

%38.69
%33.09
%28.22

CMYK color model

#9F8874 color CMYK value is (0,14,27,38).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 27.04%
  • key color value is 37.65%
CMYK:
(0,14,27,38)
C0M14Y27K38 
(0%,14%,27%,38%)
(0.00/0.14/0.27/0.38)	

CMYK percentages

%0
%14.47
%27.04
%37.65

Codes

Color #9F8874 in popluar color models

9F8874
RGB159136116
HSL28°18.30%53.92%
HSB/HSV28°27.04%62.35%
CMYK0.00%14.47%27.04%
37.65%

Color #9F8874 in popluar number systems.

HEX9F8874
Decimal159136116
Binary10011111100010001110100
Octal237210164

Shades and tints

Shades of #9F8874

#9F8874
(159,136,116)
#917C6A
(145,124,106)
#837060
(131,112,96)
#756456
(117,100,86)
#67584C
(103,88,76)
#594C42
(89,76,66)
#4B4038
(75,64,56)
#3D342E
(61,52,46)
#2F2824
(47,40,36)
#211C1A
(33,28,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9F8874

#9F8874
(159,136,116)
#A79280
(167,146,128)
#AF9C8C
(175,156,140)
#B7A698
(183,166,152)
#BFB0A4
(191,176,164)
#C7BAB0
(199,186,176)
#CFC4BC
(207,196,188)
#D7CEC8
(215,206,200)
#DFD8D4
(223,216,212)
#E7E2E0
(231,226,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8874 color. Also use rgb(159,136,116) instead hex code.

Text Font Color

.myTextColor { color: #9F8874; }

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

This text font color is #9F8874.


Background Color

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

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

This div background color is #9F8874.


Border color

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

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

This div border color is #9F8874.


Opacity

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

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

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

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

This text has shadow with #9F8874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8874 on black background.


Color preview on white background

This text has color #9F8874 on white background.



Black color preview on #9F8874 background

This text has black color on #9F8874 background.


White color preview on #9F8874 background

This text has white color on #9F8874 background.