COLOR #9F7F5E

HEX: #9F7F5E
RGB: (159,127,94)

Color info

#9F7F5E contains mainly red and green colors. Web safe color of #9F7F5E is #996666 (or #966).

RGB color model

#9F7F5E color RGB value is (159,127,94).

  • red value is 159;
  • green value is 127;
  • blue value is 94.
RGB:
(159,127,94)
(62%,50%,37%)

RGB channels and saturation

R 159 of 255 = 62%
G 127 of 255 = 50%
B 94 of 255 = 37%

159
127
94

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

Portions of RGB colors in percentages

R + G + B =
159 + 127 + 94 = 380 (100%)
R 159 of 380 ~ 41.84%
G 127 of 380 ~ 33.42%
B 94 of 380 ~ 24.74%

%41.84
%33.42
%24.74

CMYK color model

#9F7F5E color CMYK value is (0,20,41,38).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 40.88%
  • key color value is 37.65%
CMYK:
(0,20,41,38)
C0M20Y41K38 
(0%,20%,41%,38%)
(0.00/0.20/0.41/0.38)	

CMYK percentages

%0
%20.13
%40.88
%37.65

Codes

Color #9F7F5E in popluar color models

9F7F5E
RGB15912794
HSL30°25.69%49.61%
HSB/HSV30°40.88%62.35%
CMYK0.00%20.13%40.88%
37.65%

Color #9F7F5E in popluar number systems.

HEX9F7F5E
Decimal15912794
Binary1001111111111111011110
Octal237177136

Shades and tints

Shades of #9F7F5E

#9F7F5E
(159,127,94)
#917456
(145,116,86)
#83694E
(131,105,78)
#755E46
(117,94,70)
#67533E
(103,83,62)
#594836
(89,72,54)
#4B3D2E
(75,61,46)
#3D3226
(61,50,38)
#2F271E
(47,39,30)
#211C16
(33,28,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #9F7F5E

#9F7F5E
(159,127,94)
#A78A6C
(167,138,108)
#AF957A
(175,149,122)
#B7A088
(183,160,136)
#BFAB96
(191,171,150)
#C7B6A4
(199,182,164)
#CFC1B2
(207,193,178)
#D7CCC0
(215,204,192)
#DFD7CE
(223,215,206)
#E7E2DC
(231,226,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7F5E color. Also use rgb(159,127,94) instead hex code.

Text Font Color

.myTextColor { color: #9F7F5E; }

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

This text font color is #9F7F5E.


Background Color

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

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

This div background color is #9F7F5E.


Border color

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

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

This div border color is #9F7F5E.


Opacity

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

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

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

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

This text has shadow with #9F7F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7F5E on black background.


Color preview on white background

This text has color #9F7F5E on white background.



Black color preview on #9F7F5E background

This text has black color on #9F7F5E background.


White color preview on #9F7F5E background

This text has white color on #9F7F5E background.