COLOR #9D836E

HEX: #9D836E
RGB: (157,131,110)

Color info

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

RGB color model

#9D836E color RGB value is (157,131,110).

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

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 110 of 255 = 43%

157
131
110

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

Portions of RGB colors in percentages

R + G + B =
157 + 131 + 110 = 398 (100%)
R 157 of 398 ~ 39.45%
G 131 of 398 ~ 32.91%
B 110 of 398 ~ 27.64%

%39.45
%32.91
%27.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(0,17,30,38)
C0M17Y30K38 
(0%,17%,30%,38%)
(0.00/0.17/0.30/0.38)	

CMYK percentages

%0
%16.56
%29.94
%38.43

Codes

Color #9D836E in popluar color models

9D836E
RGB157131110
HSL27°19.34%52.35%
HSB/HSV27°29.94%61.57%
CMYK0.00%16.56%29.94%
38.43%

Color #9D836E in popluar number systems.

HEX9D836E
Decimal157131110
Binary10011101100000111101110
Octal235203156

Shades and tints

Shades of #9D836E

#9D836E
(157,131,110)
#8F7864
(143,120,100)
#816D5A
(129,109,90)
#736250
(115,98,80)
#655746
(101,87,70)
#574C3C
(87,76,60)
#494132
(73,65,50)
#3B3628
(59,54,40)
#2D2B1E
(45,43,30)
#1F2014
(31,32,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #9D836E

#9D836E
(157,131,110)
#A58E7B
(165,142,123)
#AD9988
(173,153,136)
#B5A495
(181,164,149)
#BDAFA2
(189,175,162)
#C5BAAF
(197,186,175)
#CDC5BC
(205,197,188)
#D5D0C9
(213,208,201)
#DDDBD6
(221,219,214)
#E5E6E3
(229,230,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D836E; }

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

This text font color is #9D836E.


Background Color

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

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

This div background color is #9D836E.


Border color

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

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

This div border color is #9D836E.


Opacity

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

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

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

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

This text has shadow with #9D836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D836E on black background.


Color preview on white background

This text has color #9D836E on white background.



Black color preview on #9D836E background

This text has black color on #9D836E background.


White color preview on #9D836E background

This text has white color on #9D836E background.