COLOR #9D5B77

HEX: #9D5B77
RGB: (157,91,119)

Color info

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

RGB color model

#9D5B77 color RGB value is (157,91,119).

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

RGB channels and saturation

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

157
91
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 91 + 119 = 367 (100%)
R 157 of 367 ~ 42.78%
G 91 of 367 ~ 24.8%
B 119 of 367 ~ 32.43%

%42.78
%24.8
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.04%
  • yellow value is 24.20%
  • 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
%24.2
%38.43

Codes

Color #9D5B77 in popluar color models

9D5B77
RGB15791119
HSL335°26.61%48.63%
HSB/HSV335°42.04%61.57%
CMYK0.00%42.04%24.20%
38.43%

Color #9D5B77 in popluar number systems.

HEX9D5B77
Decimal15791119
Binary1001110110110111110111
Octal235133167

Shades and tints

Shades of #9D5B77

#9D5B77
(157,91,119)
#8F536D
(143,83,109)
#814B63
(129,75,99)
#734359
(115,67,89)
#653B4F
(101,59,79)
#573345
(87,51,69)
#492B3B
(73,43,59)
#3B2331
(59,35,49)
#2D1B27
(45,27,39)
#1F131D
(31,19,29)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #9D5B77

#9D5B77
(157,91,119)
#A56983
(165,105,131)
#AD778F
(173,119,143)
#B5859B
(181,133,155)
#BD93A7
(189,147,167)
#C5A1B3
(197,161,179)
#CDAFBF
(205,175,191)
#D5BDCB
(213,189,203)
#DDCBD7
(221,203,215)
#E5D9E3
(229,217,227)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5B77; }

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

This text font color is #9D5B77.


Background Color

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

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

This div background color is #9D5B77.


Border color

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

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

This div border color is #9D5B77.


Opacity

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

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

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

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

This text has shadow with #9D5B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5B77 on black background.


Color preview on white background

This text has color #9D5B77 on white background.



Black color preview on #9D5B77 background

This text has black color on #9D5B77 background.


White color preview on #9D5B77 background

This text has white color on #9D5B77 background.