COLOR #9D728B

HEX: #9D728B RGB: (157,114,139)

Color info

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

RGB color model

#9D728B color RGB value is (157,114,139).

RGB: (157,114,139) (62%, 45%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 114 of 255 = 45%
B 139 of 255 = 55%

157
114
139

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

Portions of RGB colors in percentages

R + G + B = 157 + 114 + 139 = 410 (100%)
R 157 of 410 ~ 38.29%
G 114 of 410 ~ 27.8%
B 139 of 410 ~ 33.9'%

%38.29
%27.8
%33.9

CMYK color model

#9D728B color CMYK value is (0,27,11,38).

  • cyan value is 0.00%
  • magenta value is 27.39%
  • yellow value is 11.46%
  • key color value is 38.43%

CMYK: (0,27,11,38)
C0M27Y11K38 (0%, 27%, 11%, 38%)
(0.00 / 0.27 / 0.11 / 0.38)

CMYK percentages

%0
%27.39
%11.46
%38.43

Codes

Color #9D728B in popluar color models

9D 72 8B
RGB 157 114 139
HSL 325° 17.99% 53.14%
HSB/HSV 325° 27.39% 61.57%
CMYK 0.00% 27.39% 11.46%
38.43%

Color #9D728B in popluar number systems.

HEX 9D 72 8B
Decimal 157 114 139
Binary 10011101 1110010 10001011
Octal 235 162 213

Shades and tints

Shades of #9D728B

#9D728B
(157,114,139)
#8F687F
(143,104,127)
#815E73
(129,94,115)
#735467
(115,84,103)
#654A5B
(101,74,91)
#57404F
(87,64,79)
#493643
(73,54,67)
#3B2C37
(59,44,55)
#2D222B
(45,34,43)
#1F181F
(31,24,31)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #9D728B

#9D728B
(157,114,139)
#A57E95
(165,126,149)
#AD8A9F
(173,138,159)
#B596A9
(181,150,169)
#BDA2B3
(189,162,179)
#C5AEBD
(197,174,189)
#CDBAC7
(205,186,199)
#D5C6D1
(213,198,209)
#DDD2DB
(221,210,219)
#E5DEE5
(229,222,229)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D728B color. Also use rgb(157,114,139) instead hex code.

Text Font Color

.myTextColor { color: #9D728B; }

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

This text font color is #9D728B.

Background Color

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

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

This div background color is #9D728B.

Border color

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

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

This div border color is #9D728B.

Opacity

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

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

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

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

This text has shadow with #9D728B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D728B.

Preview

Color preview on black background

This text has color #9D728B on black background.


Color preview on white background

This text has color #9D728B on white background.


Black color preview on #9D728B background

This text has black color on #9D728B background.


White color preview on #9D728B background

This text has white color on #9D728B background.


Related colors

Complementary color

Complementary color for #hex is #628D74.


I love getcolorcode.com

Triadic colors

1 #8B9D72 and #728B9D with #9D728B are triadic colors.

2 #8B729D and #729D8B with #9D728B are triadic colors.