COLOR #9D8D71

HEX: #9D8D71
RGB: (157,141,113)

Color info

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

RGB color model

#9D8D71 color RGB value is (157,141,113).

  • red value is 157;
  • green value is 141;
  • blue value is 113.
RGB:
(157,141,113)
(62%,55%,44%)

RGB channels and saturation

R 157 of 255 = 62%
G 141 of 255 = 55%
B 113 of 255 = 44%

157
141
113

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

Portions of RGB colors in percentages

R + G + B =
157 + 141 + 113 = 411 (100%)
R 157 of 411 ~ 38.2%
G 141 of 411 ~ 34.31%
B 113 of 411 ~ 27.49%

%38.2
%34.31
%27.49

CMYK color model

#9D8D71 color CMYK value is (0,10,28,38).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 28.03%
  • key color value is 38.43%
CMYK:
(0,10,28,38)
C0M10Y28K38 
(0%,10%,28%,38%)
(0.00/0.10/0.28/0.38)	

CMYK percentages

%0
%10.19
%28.03
%38.43

Codes

Color #9D8D71 in popluar color models

9D8D71
RGB157141113
HSL38°18.33%52.94%
HSB/HSV38°28.03%61.57%
CMYK0.00%10.19%28.03%
38.43%

Color #9D8D71 in popluar number systems.

HEX9D8D71
Decimal157141113
Binary10011101100011011110001
Octal235215161

Shades and tints

Shades of #9D8D71

#9D8D71
(157,141,113)
#8F8167
(143,129,103)
#81755D
(129,117,93)
#736953
(115,105,83)
#655D49
(101,93,73)
#57513F
(87,81,63)
#494535
(73,69,53)
#3B392B
(59,57,43)
#2D2D21
(45,45,33)
#1F2117
(31,33,23)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #9D8D71

#9D8D71
(157,141,113)
#A5977D
(165,151,125)
#ADA189
(173,161,137)
#B5AB95
(181,171,149)
#BDB5A1
(189,181,161)
#C5BFAD
(197,191,173)
#CDC9B9
(205,201,185)
#D5D3C5
(213,211,197)
#DDDDD1
(221,221,209)
#E5E7DD
(229,231,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8D71 color. Also use rgb(157,141,113) instead hex code.

Text Font Color

.myTextColor { color: #9D8D71; }

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

This text font color is #9D8D71.


Background Color

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

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

This div background color is #9D8D71.


Border color

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

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

This div border color is #9D8D71.


Opacity

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

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

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

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

This text has shadow with #9D8D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8D71 on black background.


Color preview on white background

This text has color #9D8D71 on white background.



Black color preview on #9D8D71 background

This text has black color on #9D8D71 background.


White color preview on #9D8D71 background

This text has white color on #9D8D71 background.