COLOR #9D8661

HEX: #9D8661
RGB: (157,134,97)

Color info

#9D8661 contains mainly red and green colors. Web safe color of #9D8661 is #999966 (or #996).

RGB color model

#9D8661 color RGB value is (157,134,97).

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

RGB channels and saturation

R 157 of 255 = 62%
G 134 of 255 = 53%
B 97 of 255 = 38%

157
134
97

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

Portions of RGB colors in percentages

R + G + B =
157 + 134 + 97 = 388 (100%)
R 157 of 388 ~ 40.46%
G 134 of 388 ~ 34.54%
B 97 of 388 ~ 25%

%40.46
%34.54
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 38.22%
  • key color value is 38.43%
CMYK:
(0,15,38,38)
C0M15Y38K38 
(0%,15%,38%,38%)
(0.00/0.15/0.38/0.38)	

CMYK percentages

%0
%14.65
%38.22
%38.43

Codes

Color #9D8661 in popluar color models

9D8661
RGB15713497
HSL37°23.62%49.80%
HSB/HSV37°38.22%61.57%
CMYK0.00%14.65%38.22%
38.43%

Color #9D8661 in popluar number systems.

HEX9D8661
Decimal15713497
Binary10011101100001101100001
Octal235206141

Shades and tints

Shades of #9D8661

#9D8661
(157,134,97)
#8F7A59
(143,122,89)
#816E51
(129,110,81)
#736249
(115,98,73)
#655641
(101,86,65)
#574A39
(87,74,57)
#493E31
(73,62,49)
#3B3229
(59,50,41)
#2D2621
(45,38,33)
#1F1A19
(31,26,25)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #9D8661

#9D8661
(157,134,97)
#A5916F
(165,145,111)
#AD9C7D
(173,156,125)
#B5A78B
(181,167,139)
#BDB299
(189,178,153)
#C5BDA7
(197,189,167)
#CDC8B5
(205,200,181)
#D5D3C3
(213,211,195)
#DDDED1
(221,222,209)
#E5E9DF
(229,233,223)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8661; }

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

This text font color is #9D8661.


Background Color

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

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

This div background color is #9D8661.


Border color

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

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

This div border color is #9D8661.


Opacity

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

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

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

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

This text has shadow with #9D8661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8661 on black background.


Color preview on white background

This text has color #9D8661 on white background.



Black color preview on #9D8661 background

This text has black color on #9D8661 background.


White color preview on #9D8661 background

This text has white color on #9D8661 background.