COLOR #9A7470

HEX: #9A7470
RGB: (154,116,112)

Color info

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

RGB color model

#9A7470 color RGB value is (154,116,112).

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

RGB channels and saturation

R 154 of 255 = 60%
G 116 of 255 = 45%
B 112 of 255 = 44%

154
116
112

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

Portions of RGB colors in percentages

R + G + B =
154 + 116 + 112 = 382 (100%)
R 154 of 382 ~ 40.31%
G 116 of 382 ~ 30.37%
B 112 of 382 ~ 29.32%

%40.31
%30.37
%29.32

CMYK color model

#9A7470 color CMYK value is (0,25,27,40).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 27.27%
  • key color value is 39.61%
CMYK:
(0,25,27,40)
C0M25Y27K40 
(0%,25%,27%,40%)
(0.00/0.25/0.27/0.40)	

CMYK percentages

%0
%24.68
%27.27
%39.61

Codes

Color #9A7470 in popluar color models

9A7470
RGB154116112
HSL17.21%52.16%
HSB/HSV27.27%60.39%
CMYK0.00%24.68%27.27%
39.61%

Color #9A7470 in popluar number systems.

HEX9A7470
Decimal154116112
Binary1001101011101001110000
Octal232164160

Shades and tints

Shades of #9A7470

#9A7470
(154,116,112)
#8C6A66
(140,106,102)
#7E605C
(126,96,92)
#705652
(112,86,82)
#624C48
(98,76,72)
#54423E
(84,66,62)
#463834
(70,56,52)
#382E2A
(56,46,42)
#2A2420
(42,36,32)
#1C1A16
(28,26,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #9A7470

#9A7470
(154,116,112)
#A3807D
(163,128,125)
#AC8C8A
(172,140,138)
#B59897
(181,152,151)
#BEA4A4
(190,164,164)
#C7B0B1
(199,176,177)
#D0BCBE
(208,188,190)
#D9C8CB
(217,200,203)
#E2D4D8
(226,212,216)
#EBE0E5
(235,224,229)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7470; }

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

This text font color is #9A7470.


Background Color

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

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

This div background color is #9A7470.


Border color

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

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

This div border color is #9A7470.


Opacity

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

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

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

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

This text has shadow with #9A7470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7470 on black background.


Color preview on white background

This text has color #9A7470 on white background.



Black color preview on #9A7470 background

This text has black color on #9A7470 background.


White color preview on #9A7470 background

This text has white color on #9A7470 background.