COLOR #9F7470

HEX: #9F7470
RGB: (159,116,112)

Color info

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

RGB color model

#9F7470 color RGB value is (159,116,112).

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

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 112 of 255 = 44%

159
116
112

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

Portions of RGB colors in percentages

R + G + B =
159 + 116 + 112 = 387 (100%)
R 159 of 387 ~ 41.09%
G 116 of 387 ~ 29.97%
B 112 of 387 ~ 28.94%

%41.09
%29.97
%28.94

CMYK color model

#9F7470 color CMYK value is (0,27,30,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 29.56%
  • key color value is 37.65%
CMYK:
(0,27,30,38)
C0M27Y30K38 
(0%,27%,30%,38%)
(0.00/0.27/0.30/0.38)	

CMYK percentages

%0
%27.04
%29.56
%37.65

Codes

Color #9F7470 in popluar color models

9F7470
RGB159116112
HSL19.67%53.14%
HSB/HSV29.56%62.35%
CMYK0.00%27.04%29.56%
37.65%

Color #9F7470 in popluar number systems.

HEX9F7470
Decimal159116112
Binary1001111111101001110000
Octal237164160

Shades and tints

Shades of #9F7470

#9F7470
(159,116,112)
#916A66
(145,106,102)
#83605C
(131,96,92)
#755652
(117,86,82)
#674C48
(103,76,72)
#59423E
(89,66,62)
#4B3834
(75,56,52)
#3D2E2A
(61,46,42)
#2F2420
(47,36,32)
#211A16
(33,26,22)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #9F7470

#9F7470
(159,116,112)
#A7807D
(167,128,125)
#AF8C8A
(175,140,138)
#B79897
(183,152,151)
#BFA4A4
(191,164,164)
#C7B0B1
(199,176,177)
#CFBCBE
(207,188,190)
#D7C8CB
(215,200,203)
#DFD4D8
(223,212,216)
#E7E0E5
(231,224,229)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7470; }

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

This text font color is #9F7470.


Background Color

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

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

This div background color is #9F7470.


Border color

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

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

This div border color is #9F7470.


Opacity

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

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

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

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

This text has shadow with #9F7470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7470 on black background.


Color preview on white background

This text has color #9F7470 on white background.



Black color preview on #9F7470 background

This text has black color on #9F7470 background.


White color preview on #9F7470 background

This text has white color on #9F7470 background.