COLOR #9D596F

HEX: #9D596F
RGB: (157,89,111)

Color info

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

RGB color model

#9D596F color RGB value is (157,89,111).

  • red value is 157;
  • green value is 89;
  • blue value is 111.
RGB:
(157,89,111)
(62%,35%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 89 of 255 = 35%
B 111 of 255 = 44%

157
89
111

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

Portions of RGB colors in percentages

R + G + B =
157 + 89 + 111 = 357 (100%)
R 157 of 357 ~ 43.98%
G 89 of 357 ~ 24.93%
B 111 of 357 ~ 31.09%

%43.98
%24.93
%31.09

CMYK color model

#9D596F color CMYK value is (0,43,29,38).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(0,43,29,38)
C0M43Y29K38 
(0%,43%,29%,38%)
(0.00/0.43/0.29/0.38)	

CMYK percentages

%0
%43.31
%29.3
%38.43

Codes

Color #9D596F in popluar color models

9D596F
RGB15789111
HSL341°27.64%48.24%
HSB/HSV341°43.31%61.57%
CMYK0.00%43.31%29.30%
38.43%

Color #9D596F in popluar number systems.

HEX9D596F
Decimal15789111
Binary1001110110110011101111
Octal235131157

Shades and tints

Shades of #9D596F

#9D596F
(157,89,111)
#8F5165
(143,81,101)
#81495B
(129,73,91)
#734151
(115,65,81)
#653947
(101,57,71)
#57313D
(87,49,61)
#492933
(73,41,51)
#3B2129
(59,33,41)
#2D191F
(45,25,31)
#1F1115
(31,17,21)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #9D596F

#9D596F
(157,89,111)
#A5687C
(165,104,124)
#AD7789
(173,119,137)
#B58696
(181,134,150)
#BD95A3
(189,149,163)
#C5A4B0
(197,164,176)
#CDB3BD
(205,179,189)
#D5C2CA
(213,194,202)
#DDD1D7
(221,209,215)
#E5E0E4
(229,224,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D596F color. Also use rgb(157,89,111) instead hex code.

Text Font Color

.myTextColor { color: #9D596F; }

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

This text font color is #9D596F.


Background Color

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

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

This div background color is #9D596F.


Border color

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

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

This div border color is #9D596F.


Opacity

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

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

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

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

This text has shadow with #9D596F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D596F on black background.


Color preview on white background

This text has color #9D596F on white background.



Black color preview on #9D596F background

This text has black color on #9D596F background.


White color preview on #9D596F background

This text has white color on #9D596F background.