COLOR #9D586F

HEX: #9D586F RGB: (157,88,111)

Color info

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

RGB color model

#9D586F color RGB value is (157,88,111).

RGB: (157,88,111) (62%, 35%, 44%)

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 111 of 255 = 44%

157
88
111

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

Portions of RGB colors in percentages

R + G + B = 157 + 88 + 111 = 356 (100%)
R 157 of 356 ~ 44.1%
G 88 of 356 ~ 24.72%
B 111 of 356 ~ 31.18'%

%44.1
%24.72
%31.18

CMYK color model

#9D586F color CMYK value is (0,44,29,38).

  • cyan value is 0.00%
  • magenta value is 43.95%
  • yellow value is 29.30%
  • key color value is 38.43%

CMYK: (0,44,29,38)
C0M44Y29K38 (0%, 44%, 29%, 38%)
(0.00 / 0.44 / 0.29 / 0.38)

CMYK percentages

%0
%43.95
%29.3
%38.43

Codes

Color #9D586F in popluar color models

9D 58 6F
RGB 157 88 111
HSL 340° 28.16% 48.04%
HSB/HSV 340° 43.95% 61.57%
CMYK 0.00% 43.95% 29.30%
38.43%

Color #9D586F in popluar number systems.

HEX 9D 58 6F
Decimal 157 88 111
Binary 10011101 1011000 1101111
Octal 235 130 157

Shades and tints

Shades of #9D586F

#9D586F
(157,88,111)
#8F5065
(143,80,101)
#81485B
(129,72,91)
#734051
(115,64,81)
#653847
(101,56,71)
#57303D
(87,48,61)
#492833
(73,40,51)
#3B2029
(59,32,41)
#2D181F
(45,24,31)
#1F1015
(31,16,21)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #9D586F

#9D586F
(157,88,111)
#A5677C
(165,103,124)
#AD7689
(173,118,137)
#B58596
(181,133,150)
#BD94A3
(189,148,163)
#C5A3B0
(197,163,176)
#CDB2BD
(205,178,189)
#D5C1CA
(213,193,202)
#DDD0D7
(221,208,215)
#E5DFE4
(229,223,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D586F color. Also use rgb(157,88,111) instead hex code.

Text Font Color

.myTextColor { color: #9D586F; }

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

This text font color is #9D586F.

Background Color

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

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

This div background color is #9D586F.

Border color

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

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

This div border color is #9D586F.

Opacity

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

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

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

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

This text has shadow with #9D586F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D586F.

Preview

Color preview on black background

This text has color #9D586F on black background.


Color preview on white background

This text has color #9D586F on white background.


Black color preview on #9D586F background

This text has black color on #9D586F background.


White color preview on #9D586F background

This text has white color on #9D586F background.


Related colors

Complementary color

Complementary color for #hex is #62A790.


I love getcolorcode.com

Triadic colors

1 #6F9D58 and #586F9D with #9D586F are triadic colors.

2 #6F589D and #589D6F with #9D586F are triadic colors.