COLOR #9F5379

HEX: #9F5379
RGB: (159,83,121)

Color info

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

RGB color model

#9F5379 color RGB value is (159,83,121).

  • red value is 159;
  • green value is 83;
  • blue value is 121.
RGB:
(159,83,121)
(62%,33%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 83 of 255 = 33%
B 121 of 255 = 47%

159
83
121

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

Portions of RGB colors in percentages

R + G + B =
159 + 83 + 121 = 363 (100%)
R 159 of 363 ~ 43.8%
G 83 of 363 ~ 22.87%
B 121 of 363 ~ 33.33%

%43.8
%22.87
%33.33

CMYK color model

#9F5379 color CMYK value is (0,48,24,38).

  • cyan value is 0.00%
  • magenta value is 47.80%
  • yellow value is 23.90%
  • key color value is 37.65%
CMYK:
(0,48,24,38)
C0M48Y24K38 
(0%,48%,24%,38%)
(0.00/0.48/0.24/0.38)	

CMYK percentages

%0
%47.8
%23.9
%37.65

Codes

Color #9F5379 in popluar color models

9F5379
RGB15983121
HSL330°31.40%47.45%
HSB/HSV330°47.80%62.35%
CMYK0.00%47.80%23.90%
37.65%

Color #9F5379 in popluar number systems.

HEX9F5379
Decimal15983121
Binary1001111110100111111001
Octal237123171

Shades and tints

Shades of #9F5379

#9F5379
(159,83,121)
#914C6E
(145,76,110)
#834563
(131,69,99)
#753E58
(117,62,88)
#67374D
(103,55,77)
#593042
(89,48,66)
#4B2937
(75,41,55)
#3D222C
(61,34,44)
#2F1B21
(47,27,33)
#211416
(33,20,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #9F5379

#9F5379
(159,83,121)
#A76285
(167,98,133)
#AF7191
(175,113,145)
#B7809D
(183,128,157)
#BF8FA9
(191,143,169)
#C79EB5
(199,158,181)
#CFADC1
(207,173,193)
#D7BCCD
(215,188,205)
#DFCBD9
(223,203,217)
#E7DAE5
(231,218,229)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5379 color. Also use rgb(159,83,121) instead hex code.

Text Font Color

.myTextColor { color: #9F5379; }

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

This text font color is #9F5379.


Background Color

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

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

This div background color is #9F5379.


Border color

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

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

This div border color is #9F5379.


Opacity

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

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

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

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

This text has shadow with #9F5379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5379 on black background.


Color preview on white background

This text has color #9F5379 on white background.



Black color preview on #9F5379 background

This text has black color on #9F5379 background.


White color preview on #9F5379 background

This text has white color on #9F5379 background.