COLOR #9D837E

HEX: #9D837E
RGB: (157,131,126)

Color info

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

RGB color model

#9D837E color RGB value is (157,131,126).

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

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 126 of 255 = 49%

157
131
126

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

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 126 = 414 (100%)
R 157 of 414 ~ 37.92%
G 131 of 414 ~ 31.64%
B 126 of 414 ~ 30.43%

%37.92
%31.64
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(0,17,20,38)
C0M17Y20K38 
(0%,17%,20%,38%)
(0.00/0.17/0.20/0.38)	

CMYK percentages

%0
%16.56
%19.75
%38.43

Codes

Color #9D837E in popluar color models

9D837E
RGB157131126
HSL10°13.66%55.49%
HSB/HSV10°19.75%61.57%
CMYK0.00%16.56%19.75%
38.43%

Color #9D837E in popluar number systems.

HEX9D837E
Decimal157131126
Binary10011101100000111111110
Octal235203176

Shades and tints

Shades of #9D837E

#9D837E
(157,131,126)
#8F7873
(143,120,115)
#816D68
(129,109,104)
#73625D
(115,98,93)
#655752
(101,87,82)
#574C47
(87,76,71)
#49413C
(73,65,60)
#3B3631
(59,54,49)
#2D2B26
(45,43,38)
#1F201B
(31,32,27)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9D837E

#9D837E
(157,131,126)
#A58E89
(165,142,137)
#AD9994
(173,153,148)
#B5A49F
(181,164,159)
#BDAFAA
(189,175,170)
#C5BAB5
(197,186,181)
#CDC5C0
(205,197,192)
#D5D0CB
(213,208,203)
#DDDBD6
(221,219,214)
#E5E6E1
(229,230,225)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D837E; }

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

This text font color is #9D837E.


Background Color

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

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

This div background color is #9D837E.


Border color

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

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

This div border color is #9D837E.


Opacity

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

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

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

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

This text has shadow with #9D837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D837E on black background.


Color preview on white background

This text has color #9D837E on white background.



Black color preview on #9D837E background

This text has black color on #9D837E background.


White color preview on #9D837E background

This text has white color on #9D837E background.