COLOR #9D5B73

HEX: #9D5B73
RGB: (157,91,115)

Color info

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

RGB color model

#9D5B73 color RGB value is (157,91,115).

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

RGB channels and saturation

R 157 of 255 = 62%
G 91 of 255 = 36%
B 115 of 255 = 45%

157
91
115

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 115 = 363 (100%)
R 157 of 363 ~ 43.25%
G 91 of 363 ~ 25.07%
B 115 of 363 ~ 31.68%

%43.25
%25.07
%31.68

CMYK color model

#9D5B73 color CMYK value is (0,42,27,38).

  • cyan value is 0.00%
  • magenta value is 42.04%
  • yellow value is 26.75%
  • key color value is 38.43%
CMYK:
(0,42,27,38)
C0M42Y27K38 
(0%,42%,27%,38%)
(0.00/0.42/0.27/0.38)	

CMYK percentages

%0
%42.04
%26.75
%38.43

Codes

Color #9D5B73 in popluar color models

9D5B73
RGB15791115
HSL338°26.61%48.63%
HSB/HSV338°42.04%61.57%
CMYK0.00%42.04%26.75%
38.43%

Color #9D5B73 in popluar number systems.

HEX9D5B73
Decimal15791115
Binary1001110110110111110011
Octal235133163

Shades and tints

Shades of #9D5B73

#9D5B73
(157,91,115)
#8F5369
(143,83,105)
#814B5F
(129,75,95)
#734355
(115,67,85)
#653B4B
(101,59,75)
#573341
(87,51,65)
#492B37
(73,43,55)
#3B232D
(59,35,45)
#2D1B23
(45,27,35)
#1F1319
(31,19,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #9D5B73

#9D5B73
(157,91,115)
#A5697F
(165,105,127)
#AD778B
(173,119,139)
#B58597
(181,133,151)
#BD93A3
(189,147,163)
#C5A1AF
(197,161,175)
#CDAFBB
(205,175,187)
#D5BDC7
(213,189,199)
#DDCBD3
(221,203,211)
#E5D9DF
(229,217,223)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5B73; }

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

This text font color is #9D5B73.


Background Color

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

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

This div background color is #9D5B73.


Border color

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

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

This div border color is #9D5B73.


Opacity

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

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

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

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

This text has shadow with #9D5B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5B73 on black background.


Color preview on white background

This text has color #9D5B73 on white background.



Black color preview on #9D5B73 background

This text has black color on #9D5B73 background.


White color preview on #9D5B73 background

This text has white color on #9D5B73 background.