COLOR #9D8677

HEX: #9D8677
RGB: (157,134,119)

Color info

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

RGB color model

#9D8677 color RGB value is (157,134,119).

  • red value is 157;
  • green value is 134;
  • blue value is 119.
RGB:
(157,134,119)
(62%,53%,47%)

RGB channels and saturation

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

157
134
119

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

Portions of RGB colors in percentages

R + G + B =
157 + 134 + 119 = 410 (100%)
R 157 of 410 ~ 38.29%
G 134 of 410 ~ 32.68%
B 119 of 410 ~ 29.02%

%38.29
%32.68
%29.02

CMYK color model

#9D8677 color CMYK value is (0,15,24,38).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 24.20%
  • key color value is 38.43%
CMYK:
(0,15,24,38)
C0M15Y24K38 
(0%,15%,24%,38%)
(0.00/0.15/0.24/0.38)	

CMYK percentages

%0
%14.65
%24.2
%38.43

Codes

Color #9D8677 in popluar color models

9D8677
RGB157134119
HSL24°16.24%54.12%
HSB/HSV24°24.20%61.57%
CMYK0.00%14.65%24.20%
38.43%

Color #9D8677 in popluar number systems.

HEX9D8677
Decimal157134119
Binary10011101100001101110111
Octal235206167

Shades and tints

Shades of #9D8677

#9D8677
(157,134,119)
#8F7A6D
(143,122,109)
#816E63
(129,110,99)
#736259
(115,98,89)
#65564F
(101,86,79)
#574A45
(87,74,69)
#493E3B
(73,62,59)
#3B3231
(59,50,49)
#2D2627
(45,38,39)
#1F1A1D
(31,26,29)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #9D8677

#9D8677
(157,134,119)
#A59183
(165,145,131)
#AD9C8F
(173,156,143)
#B5A79B
(181,167,155)
#BDB2A7
(189,178,167)
#C5BDB3
(197,189,179)
#CDC8BF
(205,200,191)
#D5D3CB
(213,211,203)
#DDDED7
(221,222,215)
#E5E9E3
(229,233,227)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8677; }

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

This text font color is #9D8677.


Background Color

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

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

This div background color is #9D8677.


Border color

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

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

This div border color is #9D8677.


Opacity

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

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

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

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

This text has shadow with #9D8677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8677 on black background.


Color preview on white background

This text has color #9D8677 on white background.



Black color preview on #9D8677 background

This text has black color on #9D8677 background.


White color preview on #9D8677 background

This text has white color on #9D8677 background.