COLOR #9D8362

HEX: #9D8362
RGB: (157,131,98)

Color info

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

RGB color model

#9D8362 color RGB value is (157,131,98).

  • red value is 157;
  • green value is 131;
  • blue value is 98.
RGB:
(157,131,98)
(62%,51%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 98 of 255 = 38%

157
131
98

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

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 98 = 386 (100%)
R 157 of 386 ~ 40.67%
G 131 of 386 ~ 33.94%
B 98 of 386 ~ 25.39%

%40.67
%33.94
%25.39

CMYK color model

#9D8362 color CMYK value is (0,17,38,38).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 37.58%
  • key color value is 38.43%
CMYK:
(0,17,38,38)
C0M17Y38K38 
(0%,17%,38%,38%)
(0.00/0.17/0.38/0.38)	

CMYK percentages

%0
%16.56
%37.58
%38.43

Codes

Color #9D8362 in popluar color models

9D8362
RGB15713198
HSL34°23.14%50.00%
HSB/HSV34°37.58%61.57%
CMYK0.00%16.56%37.58%
38.43%

Color #9D8362 in popluar number systems.

HEX9D8362
Decimal15713198
Binary10011101100000111100010
Octal235203142

Shades and tints

Shades of #9D8362

#9D8362
(157,131,98)
#8F785A
(143,120,90)
#816D52
(129,109,82)
#73624A
(115,98,74)
#655742
(101,87,66)
#574C3A
(87,76,58)
#494132
(73,65,50)
#3B362A
(59,54,42)
#2D2B22
(45,43,34)
#1F201A
(31,32,26)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #9D8362

#9D8362
(157,131,98)
#A58E70
(165,142,112)
#AD997E
(173,153,126)
#B5A48C
(181,164,140)
#BDAF9A
(189,175,154)
#C5BAA8
(197,186,168)
#CDC5B6
(205,197,182)
#D5D0C4
(213,208,196)
#DDDBD2
(221,219,210)
#E5E6E0
(229,230,224)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8362 color. Also use rgb(157,131,98) instead hex code.

Text Font Color

.myTextColor { color: #9D8362; }

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

This text font color is #9D8362.


Background Color

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

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

This div background color is #9D8362.


Border color

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

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

This div border color is #9D8362.


Opacity

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

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

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

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

This text has shadow with #9D8362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8362 on black background.


Color preview on white background

This text has color #9D8362 on white background.



Black color preview on #9D8362 background

This text has black color on #9D8362 background.


White color preview on #9D8362 background

This text has white color on #9D8362 background.