COLOR #9F887D

HEX: #9F887D
RGB: (159,136,125)

Color info

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

RGB color model

#9F887D color RGB value is (159,136,125).

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

RGB channels and saturation

R 159 of 255 = 62%
G 136 of 255 = 53%
B 125 of 255 = 49%

159
136
125

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

Portions of RGB colors in percentages

R + G + B =
159 + 136 + 125 = 420 (100%)
R 159 of 420 ~ 37.86%
G 136 of 420 ~ 32.38%
B 125 of 420 ~ 29.76%

%37.86
%32.38
%29.76

CMYK color model

#9F887D color CMYK value is (0,14,21,38).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 21.38%
  • key color value is 37.65%
CMYK:
(0,14,21,38)
C0M14Y21K38 
(0%,14%,21%,38%)
(0.00/0.14/0.21/0.38)	

CMYK percentages

%0
%14.47
%21.38
%37.65

Codes

Color #9F887D in popluar color models

9F887D
RGB159136125
HSL19°15.04%55.69%
HSB/HSV19°21.38%62.35%
CMYK0.00%14.47%21.38%
37.65%

Color #9F887D in popluar number systems.

HEX9F887D
Decimal159136125
Binary10011111100010001111101
Octal237210175

Shades and tints

Shades of #9F887D

#9F887D
(159,136,125)
#917C72
(145,124,114)
#837067
(131,112,103)
#75645C
(117,100,92)
#675851
(103,88,81)
#594C46
(89,76,70)
#4B403B
(75,64,59)
#3D3430
(61,52,48)
#2F2825
(47,40,37)
#211C1A
(33,28,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9F887D

#9F887D
(159,136,125)
#A79288
(167,146,136)
#AF9C93
(175,156,147)
#B7A69E
(183,166,158)
#BFB0A9
(191,176,169)
#C7BAB4
(199,186,180)
#CFC4BF
(207,196,191)
#D7CECA
(215,206,202)
#DFD8D5
(223,216,213)
#E7E2E0
(231,226,224)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F887D; }

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

This text font color is #9F887D.


Background Color

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

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

This div background color is #9F887D.


Border color

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

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

This div border color is #9F887D.


Opacity

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

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

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

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

This text has shadow with #9F887D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F887D on black background.


Color preview on white background

This text has color #9F887D on white background.



Black color preview on #9F887D background

This text has black color on #9F887D background.


White color preview on #9F887D background

This text has white color on #9F887D background.