COLOR #9D837D

HEX: #9D837D RGB: (157,131,125)

Color info

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

RGB color model

#9D837D color RGB value is (157,131,125).

RGB: (157,131,125) (62%, 51%, 49%)

RGB channels and saturation

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

157
131
125

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

Portions of RGB colors in percentages

R + G + B = 157 + 131 + 125 = 413 (100%)
R 157 of 413 ~ 38.01%
G 131 of 413 ~ 31.72%
B 125 of 413 ~ 30.27'%

%38.01
%31.72
%30.27

CMYK color model

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

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

Codes

Color #9D837D in popluar color models

9D 83 7D
RGB 157 131 125
HSL 11° 14.04% 55.29%
HSB/HSV 11° 20.38% 61.57%
CMYK 0.00% 16.56% 20.38%
38.43%

Color #9D837D in popluar number systems.

HEX 9D 83 7D
Decimal 157 131 125
Binary 10011101 10000011 1111101
Octal 235 203 175

Shades and tints

Shades of #9D837D

#9D837D
(157,131,125)
#8F7872
(143,120,114)
#816D67
(129,109,103)
#73625C
(115,98,92)
#655751
(101,87,81)
#574C46
(87,76,70)
#49413B
(73,65,59)
#3B3630
(59,54,48)
#2D2B25
(45,43,37)
#1F201A
(31,32,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #9D837D

#9D837D
(157,131,125)
#A58E88
(165,142,136)
#AD9993
(173,153,147)
#B5A49E
(181,164,158)
#BDAFA9
(189,175,169)
#C5BAB4
(197,186,180)
#CDC5BF
(205,197,191)
#D5D0CA
(213,208,202)
#DDDBD5
(221,219,213)
#E5E6E0
(229,230,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D837D; }

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

This text font color is #9D837D.

Background Color

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

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

This div background color is #9D837D.

Border color

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

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

This div border color is #9D837D.

Opacity

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

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

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

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

This text has shadow with #9D837D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D837D.

Preview

Color preview on black background

This text has color #9D837D on black background.


Color preview on white background

This text has color #9D837D on white background.


Black color preview on #9D837D background

This text has black color on #9D837D background.


White color preview on #9D837D background

This text has white color on #9D837D background.


Related colors

Complementary color

Complementary color for #hex is #627C82.


I love getcolorcode.com

Triadic colors

1 #7D9D83 and #837D9D with #9D837D are triadic colors.

2 #7D839D and #839D7D with #9D837D are triadic colors.