COLOR #9D585D

HEX: #9D585D RGB: (157,88,93)

Color info

#9D585D contains mainly red color. Web safe color of #9D585D is #996666 (or #966).

RGB color model

#9D585D color RGB value is (157,88,93).

RGB: (157,88,93) (62%, 35%, 36%)

RGB channels and saturation

R 157 of 255 = 62%
G 88 of 255 = 35%
B 93 of 255 = 36%

157
88
93

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

Portions of RGB colors in percentages

R + G + B = 157 + 88 + 93 = 338 (100%)
R 157 of 338 ~ 46.45%
G 88 of 338 ~ 26.04%
B 93 of 338 ~ 27.51'%

%46.45
%26.04
%27.51

CMYK color model

#9D585D color CMYK value is (0,44,41,38).

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

CMYK: (0,44,41,38)
C0M44Y41K38 (0%, 44%, 41%, 38%)
(0.00 / 0.44 / 0.41 / 0.38)

CMYK percentages

%0
%43.95
%40.76
%38.43

Codes

Color #9D585D in popluar color models

9D 58 5D
RGB 157 88 93
HSL 356° 28.16% 48.04%
HSB/HSV 356° 43.95% 61.57%
CMYK 0.00% 43.95% 40.76%
38.43%

Color #9D585D in popluar number systems.

HEX 9D 58 5D
Decimal 157 88 93
Binary 10011101 1011000 1011101
Octal 235 130 135

Shades and tints

Shades of #9D585D

#9D585D
(157,88,93)
#8F5055
(143,80,85)
#81484D
(129,72,77)
#734045
(115,64,69)
#65383D
(101,56,61)
#573035
(87,48,53)
#49282D
(73,40,45)
#3B2025
(59,32,37)
#2D181D
(45,24,29)
#1F1015
(31,16,21)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #9D585D

#9D585D
(157,88,93)
#A5676B
(165,103,107)
#AD7679
(173,118,121)
#B58587
(181,133,135)
#BD9495
(189,148,149)
#C5A3A3
(197,163,163)
#CDB2B1
(205,178,177)
#D5C1BF
(213,193,191)
#DDD0CD
(221,208,205)
#E5DFDB
(229,223,219)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D585D; }

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

This text font color is #9D585D.

Background Color

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

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

This div background color is #9D585D.

Border color

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

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

This div border color is #9D585D.

Opacity

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

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

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

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

This text has shadow with #9D585D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D585D.

Preview

Color preview on black background

This text has color #9D585D on black background.


Color preview on white background

This text has color #9D585D on white background.


Black color preview on #9D585D background

This text has black color on #9D585D background.


White color preview on #9D585D background

This text has white color on #9D585D background.


Related colors

Complementary color

Complementary color for #hex is #62A7A2.


I love getcolorcode.com

Triadic colors

1 #5D9D58 and #585D9D with #9D585D are triadic colors.

2 #5D589D and #589D5D with #9D585D are triadic colors.