COLOR #9D7583

HEX: #9D7583
RGB: (157,117,131)

Color info

#9D7583 contains red, green and blue colors in about the same proportion. Web safe color of #9D7583 is #996699 (or #969).

RGB color model

#9D7583 color RGB value is (157,117,131).

  • red value is 157;
  • green value is 117;
  • blue value is 131.
RGB:
(157,117,131)
(62%,46%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 131 of 255 = 51%

157
117
131

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

Portions of RGB colors in percentages

R + G + B =
157 + 117 + 131 = 405 (100%)
R 157 of 405 ~ 38.77%
G 117 of 405 ~ 28.89%
B 131 of 405 ~ 32.35%

%38.77
%28.89
%32.35

CMYK color model

#9D7583 color CMYK value is (0,25,17,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 16.56%
  • key color value is 38.43%
CMYK:
(0,25,17,38)
C0M25Y17K38 
(0%,25%,17%,38%)
(0.00/0.25/0.17/0.38)	

CMYK percentages

%0
%25.48
%16.56
%38.43

Codes

Color #9D7583 in popluar color models

9D7583
RGB157117131
HSL339°16.95%53.73%
HSB/HSV339°25.48%61.57%
CMYK0.00%25.48%16.56%
38.43%

Color #9D7583 in popluar number systems.

HEX9D7583
Decimal157117131
Binary10011101111010110000011
Octal235165203

Shades and tints

Shades of #9D7583

#9D7583
(157,117,131)
#8F6B78
(143,107,120)
#81616D
(129,97,109)
#735762
(115,87,98)
#654D57
(101,77,87)
#57434C
(87,67,76)
#493941
(73,57,65)
#3B2F36
(59,47,54)
#2D252B
(45,37,43)
#1F1B20
(31,27,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #9D7583

#9D7583
(157,117,131)
#A5818E
(165,129,142)
#AD8D99
(173,141,153)
#B599A4
(181,153,164)
#BDA5AF
(189,165,175)
#C5B1BA
(197,177,186)
#CDBDC5
(205,189,197)
#D5C9D0
(213,201,208)
#DDD5DB
(221,213,219)
#E5E1E6
(229,225,230)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7583 color. Also use rgb(157,117,131) instead hex code.

Text Font Color

.myTextColor { color: #9D7583; }

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

This text font color is #9D7583.


Background Color

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

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

This div background color is #9D7583.


Border color

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

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

This div border color is #9D7583.


Opacity

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

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

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

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

This text has shadow with #9D7583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7583 on black background.


Color preview on white background

This text has color #9D7583 on white background.



Black color preview on #9D7583 background

This text has black color on #9D7583 background.


White color preview on #9D7583 background

This text has white color on #9D7583 background.