COLOR #9F6473

HEX: #9F6473
RGB: (159,100,115)

Color info

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

RGB color model

#9F6473 color RGB value is (159,100,115).

  • red value is 159;
  • green value is 100;
  • blue value is 115.
RGB:
(159,100,115)
(62%,39%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 115 of 255 = 45%

159
100
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 100 + 115 = 374 (100%)
R 159 of 374 ~ 42.51%
G 100 of 374 ~ 26.74%
B 115 of 374 ~ 30.75%

%42.51
%26.74
%30.75

CMYK color model

#9F6473 color CMYK value is (0,37,28,38).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,37,28,38)
C0M37Y28K38 
(0%,37%,28%,38%)
(0.00/0.37/0.28/0.38)	

CMYK percentages

%0
%37.11
%27.67
%37.65

Codes

Color #9F6473 in popluar color models

9F6473
RGB159100115
HSL345°23.51%50.78%
HSB/HSV345°37.11%62.35%
CMYK0.00%37.11%27.67%
37.65%

Color #9F6473 in popluar number systems.

HEX9F6473
Decimal159100115
Binary1001111111001001110011
Octal237144163

Shades and tints

Shades of #9F6473

#9F6473
(159,100,115)
#915B69
(145,91,105)
#83525F
(131,82,95)
#754955
(117,73,85)
#67404B
(103,64,75)
#593741
(89,55,65)
#4B2E37
(75,46,55)
#3D252D
(61,37,45)
#2F1C23
(47,28,35)
#211319
(33,19,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #9F6473

#9F6473
(159,100,115)
#A7727F
(167,114,127)
#AF808B
(175,128,139)
#B78E97
(183,142,151)
#BF9CA3
(191,156,163)
#C7AAAF
(199,170,175)
#CFB8BB
(207,184,187)
#D7C6C7
(215,198,199)
#DFD4D3
(223,212,211)
#E7E2DF
(231,226,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6473 color. Also use rgb(159,100,115) instead hex code.

Text Font Color

.myTextColor { color: #9F6473; }

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

This text font color is #9F6473.


Background Color

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

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

This div background color is #9F6473.


Border color

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

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

This div border color is #9F6473.


Opacity

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

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

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

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

This text has shadow with #9F6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6473 on black background.


Color preview on white background

This text has color #9F6473 on white background.



Black color preview on #9F6473 background

This text has black color on #9F6473 background.


White color preview on #9F6473 background

This text has white color on #9F6473 background.