COLOR #9D8079

HEX: #9D8079 RGB: (157,128,121)

Color info

#9D8079 contains red, green and blue colors in about the same proportion. Web safe color of #9D8079 is #996666 (or #966).

RGB color model

#9D8079 color RGB value is (157,128,121).

RGB: (157,128,121) (62%, 50%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 121 of 255 = 47%

157
128
121

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

Portions of RGB colors in percentages

R + G + B = 157 + 128 + 121 = 406 (100%)
R 157 of 406 ~ 38.67%
G 128 of 406 ~ 31.53%
B 121 of 406 ~ 29.8'%

%38.67
%31.53
%29.8

CMYK color model

#9D8079 color CMYK value is (0,18,23,38).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK: (0,18,23,38) C0M18Y23K38 (0%,18%,23%,38%) (0.00/0.18/0.23/0.38) 

CMYK percentages

%0
%18.47
%22.93
%38.43

Codes

Color #9D8079 in popluar color models

9D 80 79
RGB 157 128 121
HSL 12° 15.52% 54.51%
HSB/HSV 12° 22.93% 61.57%
CMYK 0.00% 18.47% 22.93%
38.43%

Color #9D8079 in popluar number systems.

HEX 9D 80 79
Decimal 157 128 121
Binary 10011101 10000000 1111001
Octal 235 200 171

Shades and tints

Shades of #9D8079

#9D8079
(157,128,121)
#8F756E
(143,117,110)
#816A63
(129,106,99)
#735F58
(115,95,88)
#65544D
(101,84,77)
#574942
(87,73,66)
#493E37
(73,62,55)
#3B332C
(59,51,44)
#2D2821
(45,40,33)
#1F1D16
(31,29,22)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #9D8079

#9D8079
(157,128,121)
#A58B85
(165,139,133)
#AD9691
(173,150,145)
#B5A19D
(181,161,157)
#BDACA9
(189,172,169)
#C5B7B5
(197,183,181)
#CDC2C1
(205,194,193)
#D5CDCD
(213,205,205)
#DDD8D9
(221,216,217)
#E5E3E5
(229,227,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8079 color. Also use rgb(157,128,121) instead hex code.

Text Font Color

.myTextColor { color: #9D8079; }

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

This text font color is #9D8079.

Background Color

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

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

This div background color is #9D8079.

Border color

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

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

This div border color is #9D8079.

Opacity

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

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

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

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

This text has shadow with #9D8079 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8079.

Preview

Color preview on black background

This text has color #9D8079 on black background.


Color preview on white background

This text has color #9D8079 on white background.


Black color preview on #9D8079 background

This text has black color on #9D8079 background.


White color preview on #9D8079 background

This text has white color on #9D8079 background.


Related colors

Complementary color

Complementary color for #hex is #627F86.


I love getcolorcode.com

Triadic colors

1 #799D80 and #80799D with #9D8079 are triadic colors.

2 #79809D and #809D79 with #9D8079 are triadic colors.