COLOR #9F7D6F

HEX: #9F7D6F
RGB: (159,125,111)

Color info

#9F7D6F contains red, green and blue colors in about the same proportion. Web safe color of #9F7D6F is #996666 (or #966).

RGB color model

#9F7D6F color RGB value is (159,125,111).

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

RGB channels and saturation

R 159 of 255 = 62%
G 125 of 255 = 49%
B 111 of 255 = 44%

159
125
111

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

Portions of RGB colors in percentages

R + G + B =
159 + 125 + 111 = 395 (100%)
R 159 of 395 ~ 40.25%
G 125 of 395 ~ 31.65%
B 111 of 395 ~ 28.1%

%40.25
%31.65
%28.1

CMYK color model

#9F7D6F color CMYK value is (0,21,30,38).

  • cyan value is 0.00%
  • magenta value is 21.38%
  • yellow value is 30.19%
  • key color value is 37.65%
CMYK:
(0,21,30,38)
C0M21Y30K38 
(0%,21%,30%,38%)
(0.00/0.21/0.30/0.38)	

CMYK percentages

%0
%21.38
%30.19
%37.65

Codes

Color #9F7D6F in popluar color models

9F7D6F
RGB159125111
HSL18°20.00%52.94%
HSB/HSV18°30.19%62.35%
CMYK0.00%21.38%30.19%
37.65%

Color #9F7D6F in popluar number systems.

HEX9F7D6F
Decimal159125111
Binary1001111111111011101111
Octal237175157

Shades and tints

Shades of #9F7D6F

#9F7D6F
(159,125,111)
#917265
(145,114,101)
#83675B
(131,103,91)
#755C51
(117,92,81)
#675147
(103,81,71)
#59463D
(89,70,61)
#4B3B33
(75,59,51)
#3D3029
(61,48,41)
#2F251F
(47,37,31)
#211A15
(33,26,21)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #9F7D6F

#9F7D6F
(159,125,111)
#A7887C
(167,136,124)
#AF9389
(175,147,137)
#B79E96
(183,158,150)
#BFA9A3
(191,169,163)
#C7B4B0
(199,180,176)
#CFBFBD
(207,191,189)
#D7CACA
(215,202,202)
#DFD5D7
(223,213,215)
#E7E0E4
(231,224,228)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7D6F; }

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

This text font color is #9F7D6F.


Background Color

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

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

This div background color is #9F7D6F.


Border color

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

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

This div border color is #9F7D6F.


Opacity

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

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

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

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

This text has shadow with #9F7D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7D6F on black background.


Color preview on white background

This text has color #9F7D6F on white background.



Black color preview on #9F7D6F background

This text has black color on #9F7D6F background.


White color preview on #9F7D6F background

This text has white color on #9F7D6F background.