COLOR #9D8562

HEX: #9D8562
RGB: (157,133,98)

Color info

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

RGB color model

#9D8562 color RGB value is (157,133,98).

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

RGB channels and saturation

R 157 of 255 = 62%
G 133 of 255 = 52%
B 98 of 255 = 38%

157
133
98

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

Portions of RGB colors in percentages

R + G + B =
157 + 133 + 98 = 388 (100%)
R 157 of 388 ~ 40.46%
G 133 of 388 ~ 34.28%
B 98 of 388 ~ 25.26%

%40.46
%34.28
%25.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 37.58%
  • 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
%15.29
%37.58
%38.43

Codes

Color #9D8562 in popluar color models

9D8562
RGB15713398
HSL36°23.14%50.00%
HSB/HSV36°37.58%61.57%
CMYK0.00%15.29%37.58%
38.43%

Color #9D8562 in popluar number systems.

HEX9D8562
Decimal15713398
Binary10011101100001011100010
Octal235205142

Shades and tints

Shades of #9D8562

#9D8562
(157,133,98)
#8F795A
(143,121,90)
#816D52
(129,109,82)
#73614A
(115,97,74)
#655542
(101,85,66)
#57493A
(87,73,58)
#493D32
(73,61,50)
#3B312A
(59,49,42)
#2D2522
(45,37,34)
#1F191A
(31,25,26)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #9D8562

#9D8562
(157,133,98)
#A59070
(165,144,112)
#AD9B7E
(173,155,126)
#B5A68C
(181,166,140)
#BDB19A
(189,177,154)
#C5BCA8
(197,188,168)
#CDC7B6
(205,199,182)
#D5D2C4
(213,210,196)
#DDDDD2
(221,221,210)
#E5E8E0
(229,232,224)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8562; }

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

This text font color is #9D8562.


Background Color

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

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

This div background color is #9D8562.


Border color

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

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

This div border color is #9D8562.


Opacity

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

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

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

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

This text has shadow with #9D8562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8562 on black background.


Color preview on white background

This text has color #9D8562 on white background.



Black color preview on #9D8562 background

This text has black color on #9D8562 background.


White color preview on #9D8562 background

This text has white color on #9D8562 background.