COLOR #9F726E

HEX: #9F726E
RGB: (159,114,110)

Color info

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

RGB color model

#9F726E color RGB value is (159,114,110).

  • red value is 159;
  • green value is 114;
  • blue value is 110.
RGB:
(159,114,110)
(62%,45%,43%)

RGB channels and saturation

R 159 of 255 = 62%
G 114 of 255 = 45%
B 110 of 255 = 43%

159
114
110

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

Portions of RGB colors in percentages

R + G + B =
159 + 114 + 110 = 383 (100%)
R 159 of 383 ~ 41.51%
G 114 of 383 ~ 29.77%
B 110 of 383 ~ 28.72%

%41.51
%29.77
%28.72

CMYK color model

#9F726E color CMYK value is (0,28,31,38).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(0,28,31,38)
C0M28Y31K38 
(0%,28%,31%,38%)
(0.00/0.28/0.31/0.38)	

CMYK percentages

%0
%28.3
%30.82
%37.65

Codes

Color #9F726E in popluar color models

9F726E
RGB159114110
HSL20.33%52.75%
HSB/HSV30.82%62.35%
CMYK0.00%28.30%30.82%
37.65%

Color #9F726E in popluar number systems.

HEX9F726E
Decimal159114110
Binary1001111111100101101110
Octal237162156

Shades and tints

Shades of #9F726E

#9F726E
(159,114,110)
#916864
(145,104,100)
#835E5A
(131,94,90)
#755450
(117,84,80)
#674A46
(103,74,70)
#59403C
(89,64,60)
#4B3632
(75,54,50)
#3D2C28
(61,44,40)
#2F221E
(47,34,30)
#211814
(33,24,20)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #9F726E

#9F726E
(159,114,110)
#A77E7B
(167,126,123)
#AF8A88
(175,138,136)
#B79695
(183,150,149)
#BFA2A2
(191,162,162)
#C7AEAF
(199,174,175)
#CFBABC
(207,186,188)
#D7C6C9
(215,198,201)
#DFD2D6
(223,210,214)
#E7DEE3
(231,222,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F726E color. Also use rgb(159,114,110) instead hex code.

Text Font Color

.myTextColor { color: #9F726E; }

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

This text font color is #9F726E.


Background Color

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

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

This div background color is #9F726E.


Border color

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

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

This div border color is #9F726E.


Opacity

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

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

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

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

This text has shadow with #9F726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F726E on black background.


Color preview on white background

This text has color #9F726E on white background.



Black color preview on #9F726E background

This text has black color on #9F726E background.


White color preview on #9F726E background

This text has white color on #9F726E background.