COLOR #9D8D5E

HEX: #9D8D5E
RGB: (157,141,94)

Color info

#9D8D5E contains mainly red and green colors. Web safe color of #9D8D5E is #999966 (or #996).

RGB color model

#9D8D5E color RGB value is (157,141,94).

  • red value is 157;
  • green value is 141;
  • blue value is 94.
RGB:
(157,141,94)
(62%,55%,37%)

RGB channels and saturation

R 157 of 255 = 62%
G 141 of 255 = 55%
B 94 of 255 = 37%

157
141
94

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

Portions of RGB colors in percentages

R + G + B =
157 + 141 + 94 = 392 (100%)
R 157 of 392 ~ 40.05%
G 141 of 392 ~ 35.97%
B 94 of 392 ~ 23.98%

%40.05
%35.97
%23.98

CMYK color model

#9D8D5E color CMYK value is (0,10,40,38).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 40.13%
  • key color value is 38.43%
CMYK:
(0,10,40,38)
C0M10Y40K38 
(0%,10%,40%,38%)
(0.00/0.10/0.40/0.38)	

CMYK percentages

%0
%10.19
%40.13
%38.43

Codes

Color #9D8D5E in popluar color models

9D8D5E
RGB15714194
HSL45°25.10%49.22%
HSB/HSV45°40.13%61.57%
CMYK0.00%10.19%40.13%
38.43%

Color #9D8D5E in popluar number systems.

HEX9D8D5E
Decimal15714194
Binary10011101100011011011110
Octal235215136

Shades and tints

Shades of #9D8D5E

#9D8D5E
(157,141,94)
#8F8156
(143,129,86)
#81754E
(129,117,78)
#736946
(115,105,70)
#655D3E
(101,93,62)
#575136
(87,81,54)
#49452E
(73,69,46)
#3B3926
(59,57,38)
#2D2D1E
(45,45,30)
#1F2116
(31,33,22)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #9D8D5E

#9D8D5E
(157,141,94)
#A5976C
(165,151,108)
#ADA17A
(173,161,122)
#B5AB88
(181,171,136)
#BDB596
(189,181,150)
#C5BFA4
(197,191,164)
#CDC9B2
(205,201,178)
#D5D3C0
(213,211,192)
#DDDDCE
(221,221,206)
#E5E7DC
(229,231,220)
#EDF1EA
(237,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8D5E color. Also use rgb(157,141,94) instead hex code.

Text Font Color

.myTextColor { color: #9D8D5E; }

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

This text font color is #9D8D5E.


Background Color

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

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

This div background color is #9D8D5E.


Border color

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

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

This div border color is #9D8D5E.


Opacity

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

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

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

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

This text has shadow with #9D8D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8D5E on black background.


Color preview on white background

This text has color #9D8D5E on white background.



Black color preview on #9D8D5E background

This text has black color on #9D8D5E background.


White color preview on #9D8D5E background

This text has white color on #9D8D5E background.