COLOR #9D8679

HEX: #9D8679 RGB: (157,134,121)

Color info

#9D8679 contains red, green and blue colors in about the same proportion. Web safe color of #9D8679 is #999966 (or #996).

RGB color model

#9D8679 color RGB value is (157,134,121).

RGB: (157,134,121) (62%, 53%, 47%)

RGB channels and saturation

R 157 of 255 = 62%
G 134 of 255 = 53%
B 121 of 255 = 47%

157
134
121

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

Portions of RGB colors in percentages

R + G + B = 157 + 134 + 121 = 412 (100%)
R 157 of 412 ~ 38.11%
G 134 of 412 ~ 32.52%
B 121 of 412 ~ 29.37'%

%38.11
%32.52
%29.37

CMYK color model

#9D8679 color CMYK value is (0,15,23,38).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 22.93%
  • key color value is 38.43%

CMYK: (0,15,23,38)
C0M15Y23K38 (0%, 15%, 23%, 38%)
(0.00 / 0.15 / 0.23 / 0.38)

CMYK percentages

%0
%14.65
%22.93
%38.43

Codes

Color #9D8679 in popluar color models

9D 86 79
RGB 157 134 121
HSL 22° 15.52% 54.51%
HSB/HSV 22° 22.93% 61.57%
CMYK 0.00% 14.65% 22.93%
38.43%

Color #9D8679 in popluar number systems.

HEX 9D 86 79
Decimal 157 134 121
Binary 10011101 10000110 1111001
Octal 235 206 171

Shades and tints

Shades of #9D8679

#9D8679
(157,134,121)
#8F7A6E
(143,122,110)
#816E63
(129,110,99)
#736258
(115,98,88)
#65564D
(101,86,77)
#574A42
(87,74,66)
#493E37
(73,62,55)
#3B322C
(59,50,44)
#2D2621
(45,38,33)
#1F1A16
(31,26,22)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #9D8679

#9D8679
(157,134,121)
#A59185
(165,145,133)
#AD9C91
(173,156,145)
#B5A79D
(181,167,157)
#BDB2A9
(189,178,169)
#C5BDB5
(197,189,181)
#CDC8C1
(205,200,193)
#D5D3CD
(213,211,205)
#DDDED9
(221,222,217)
#E5E9E5
(229,233,229)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8679; }

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

This text font color is #9D8679.

Background Color

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

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

This div background color is #9D8679.

Border color

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

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

This div border color is #9D8679.

Opacity

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

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

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

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

This text has shadow with #9D8679 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8679.

Preview

Color preview on black background

This text has color #9D8679 on black background.


Color preview on white background

This text has color #9D8679 on white background.


Black color preview on #9D8679 background

This text has black color on #9D8679 background.


White color preview on #9D8679 background

This text has white color on #9D8679 background.


Related colors

Complementary color

Complementary color for #hex is #627986.


I love getcolorcode.com

Triadic colors

1 #799D86 and #86799D with #9D8679 are triadic colors.

2 #79869D and #869D79 with #9D8679 are triadic colors.