COLOR #9D8866

HEX: #9D8866
RGB: (157,136,102)

Color info

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

RGB color model

#9D8866 color RGB value is (157,136,102).

  • red value is 157;
  • green value is 136;
  • blue value is 102.
RGB:
(157,136,102)
(62%,53%,40%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 102 of 255 = 40%

157
136
102

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

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 102 = 395 (100%)
R 157 of 395 ~ 39.75%
G 136 of 395 ~ 34.43%
B 102 of 395 ~ 25.82%

%39.75
%34.43
%25.82

CMYK color model

#9D8866 color CMYK value is (0,13,35,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 35.03%
  • key color value is 38.43%
CMYK:
(0,13,35,38)
C0M13Y35K38 
(0%,13%,35%,38%)
(0.00/0.13/0.35/0.38)	

CMYK percentages

%0
%13.38
%35.03
%38.43

Codes

Color #9D8866 in popluar color models

9D8866
RGB157136102
HSL37°21.91%50.78%
HSB/HSV37°35.03%61.57%
CMYK0.00%13.38%35.03%
38.43%

Color #9D8866 in popluar number systems.

HEX9D8866
Decimal157136102
Binary10011101100010001100110
Octal235210146

Shades and tints

Shades of #9D8866

#9D8866
(157,136,102)
#8F7C5D
(143,124,93)
#817054
(129,112,84)
#73644B
(115,100,75)
#655842
(101,88,66)
#574C39
(87,76,57)
#494030
(73,64,48)
#3B3427
(59,52,39)
#2D281E
(45,40,30)
#1F1C15
(31,28,21)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #9D8866

#9D8866
(157,136,102)
#A59273
(165,146,115)
#AD9C80
(173,156,128)
#B5A68D
(181,166,141)
#BDB09A
(189,176,154)
#C5BAA7
(197,186,167)
#CDC4B4
(205,196,180)
#D5CEC1
(213,206,193)
#DDD8CE
(221,216,206)
#E5E2DB
(229,226,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8866 color. Also use rgb(157,136,102) instead hex code.

Text Font Color

.myTextColor { color: #9D8866; }

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

This text font color is #9D8866.


Background Color

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

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

This div background color is #9D8866.


Border color

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

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

This div border color is #9D8866.


Opacity

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

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

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

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

This text has shadow with #9D8866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8866 on black background.


Color preview on white background

This text has color #9D8866 on white background.



Black color preview on #9D8866 background

This text has black color on #9D8866 background.


White color preview on #9D8866 background

This text has white color on #9D8866 background.