COLOR #9D5B78

HEX: #9D5B78
RGB: (157,91,120)

Color info

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

RGB color model

#9D5B78 color RGB value is (157,91,120).

  • red value is 157;
  • green value is 91;
  • blue value is 120.
RGB:
(157,91,120)
(62%,36%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 91 of 255 = 36%
B 120 of 255 = 47%

157
91
120

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 120 = 368 (100%)
R 157 of 368 ~ 42.66%
G 91 of 368 ~ 24.73%
B 120 of 368 ~ 32.61%

%42.66
%24.73
%32.61

CMYK color model

#9D5B78 color CMYK value is (0,42,24,38).

  • cyan value is 0.00%
  • magenta value is 42.04%
  • yellow value is 23.57%
  • key color value is 38.43%
CMYK:
(0,42,24,38)
C0M42Y24K38 
(0%,42%,24%,38%)
(0.00/0.42/0.24/0.38)	

CMYK percentages

%0
%42.04
%23.57
%38.43

Codes

Color #9D5B78 in popluar color models

9D5B78
RGB15791120
HSL334°26.61%48.63%
HSB/HSV334°42.04%61.57%
CMYK0.00%42.04%23.57%
38.43%

Color #9D5B78 in popluar number systems.

HEX9D5B78
Decimal15791120
Binary1001110110110111111000
Octal235133170

Shades and tints

Shades of #9D5B78

#9D5B78
(157,91,120)
#8F536E
(143,83,110)
#814B64
(129,75,100)
#73435A
(115,67,90)
#653B50
(101,59,80)
#573346
(87,51,70)
#492B3C
(73,43,60)
#3B2332
(59,35,50)
#2D1B28
(45,27,40)
#1F131E
(31,19,30)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #9D5B78

#9D5B78
(157,91,120)
#A56984
(165,105,132)
#AD7790
(173,119,144)
#B5859C
(181,133,156)
#BD93A8
(189,147,168)
#C5A1B4
(197,161,180)
#CDAFC0
(205,175,192)
#D5BDCC
(213,189,204)
#DDCBD8
(221,203,216)
#E5D9E4
(229,217,228)
#EDE7F0
(237,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5B78 color. Also use rgb(157,91,120) instead hex code.

Text Font Color

.myTextColor { color: #9D5B78; }

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

This text font color is #9D5B78.


Background Color

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

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

This div background color is #9D5B78.


Border color

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

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

This div border color is #9D5B78.


Opacity

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

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

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

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

This text has shadow with #9D5B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5B78 on black background.


Color preview on white background

This text has color #9D5B78 on white background.



Black color preview on #9D5B78 background

This text has black color on #9D5B78 background.


White color preview on #9D5B78 background

This text has white color on #9D5B78 background.