COLOR #9D5F76

HEX: #9D5F76
RGB: (157,95,118)

Color info

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

RGB color model

#9D5F76 color RGB value is (157,95,118).

  • red value is 157;
  • green value is 95;
  • blue value is 118.
RGB:
(157,95,118)
(62%,37%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 95 of 255 = 37%
B 118 of 255 = 46%

157
95
118

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

Portions of RGB colors in percentages

R + G + B =
157 + 95 + 118 = 370 (100%)
R 157 of 370 ~ 42.43%
G 95 of 370 ~ 25.68%
B 118 of 370 ~ 31.89%

%42.43
%25.68
%31.89

CMYK color model

#9D5F76 color CMYK value is (0,39,25,38).

  • cyan value is 0.00%
  • magenta value is 39.49%
  • yellow value is 24.84%
  • key color value is 38.43%
CMYK:
(0,39,25,38)
C0M39Y25K38 
(0%,39%,25%,38%)
(0.00/0.39/0.25/0.38)	

CMYK percentages

%0
%39.49
%24.84
%38.43

Codes

Color #9D5F76 in popluar color models

9D5F76
RGB15795118
HSL338°24.60%49.41%
HSB/HSV338°39.49%61.57%
CMYK0.00%39.49%24.84%
38.43%

Color #9D5F76 in popluar number systems.

HEX9D5F76
Decimal15795118
Binary1001110110111111110110
Octal235137166

Shades and tints

Shades of #9D5F76

#9D5F76
(157,95,118)
#8F576C
(143,87,108)
#814F62
(129,79,98)
#734758
(115,71,88)
#653F4E
(101,63,78)
#573744
(87,55,68)
#492F3A
(73,47,58)
#3B2730
(59,39,48)
#2D1F26
(45,31,38)
#1F171C
(31,23,28)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #9D5F76

#9D5F76
(157,95,118)
#A56D82
(165,109,130)
#AD7B8E
(173,123,142)
#B5899A
(181,137,154)
#BD97A6
(189,151,166)
#C5A5B2
(197,165,178)
#CDB3BE
(205,179,190)
#D5C1CA
(213,193,202)
#DDCFD6
(221,207,214)
#E5DDE2
(229,221,226)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5F76 color. Also use rgb(157,95,118) instead hex code.

Text Font Color

.myTextColor { color: #9D5F76; }

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

This text font color is #9D5F76.


Background Color

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

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

This div background color is #9D5F76.


Border color

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

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

This div border color is #9D5F76.


Opacity

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

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

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

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

This text has shadow with #9D5F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5F76 on black background.


Color preview on white background

This text has color #9D5F76 on white background.



Black color preview on #9D5F76 background

This text has black color on #9D5F76 background.


White color preview on #9D5F76 background

This text has white color on #9D5F76 background.