COLOR #9D836A

HEX: #9D836A RGB: (157,131,106)

Color info

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

RGB color model

#9D836A color RGB value is (157,131,106).

RGB: (157,131,106) (62%, 51%, 42%)

RGB channels and saturation

R 157 of 255 = 62%
G 131 of 255 = 51%
B 106 of 255 = 42%

157
131
106

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

Portions of RGB colors in percentages

R + G + B = 157 + 131 + 106 = 394 (100%)
R 157 of 394 ~ 39.85%
G 131 of 394 ~ 33.25%
B 106 of 394 ~ 26.9'%

%39.85
%33.25
%26.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 32.48%
  • key color value is 38.43%

CMYK: (0,17,32,38)
C0M17Y32K38 (0%, 17%, 32%, 38%)
(0.00 / 0.17 / 0.32 / 0.38)

CMYK percentages

%0
%16.56
%32.48
%38.43

Codes

Color #9D836A in popluar color models

9D 83 6A
RGB 157 131 106
HSL 29° 20.65% 51.57%
HSB/HSV 29° 32.48% 61.57%
CMYK 0.00% 16.56% 32.48%
38.43%

Color #9D836A in popluar number systems.

HEX 9D 83 6A
Decimal 157 131 106
Binary 10011101 10000011 1101010
Octal 235 203 152

Shades and tints

Shades of #9D836A

#9D836A
(157,131,106)
#8F7861
(143,120,97)
#816D58
(129,109,88)
#73624F
(115,98,79)
#655746
(101,87,70)
#574C3D
(87,76,61)
#494134
(73,65,52)
#3B362B
(59,54,43)
#2D2B22
(45,43,34)
#1F2019
(31,32,25)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #9D836A

#9D836A
(157,131,106)
#A58E77
(165,142,119)
#AD9984
(173,153,132)
#B5A491
(181,164,145)
#BDAF9E
(189,175,158)
#C5BAAB
(197,186,171)
#CDC5B8
(205,197,184)
#D5D0C5
(213,208,197)
#DDDBD2
(221,219,210)
#E5E6DF
(229,230,223)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D836A; }

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

This text font color is #9D836A.

Background Color

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

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

This div background color is #9D836A.

Border color

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

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

This div border color is #9D836A.

Opacity

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

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

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

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

This text has shadow with #9D836A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D836A.

Preview

Color preview on black background

This text has color #9D836A on black background.


Color preview on white background

This text has color #9D836A on white background.


Black color preview on #9D836A background

This text has black color on #9D836A background.


White color preview on #9D836A background

This text has white color on #9D836A background.


Related colors

Complementary color

Complementary color for #hex is #627C95.


I love getcolorcode.com

Triadic colors

1 #6A9D83 and #836A9D with #9D836A are triadic colors.

2 #6A839D and #839D6A with #9D836A are triadic colors.