COLOR #9D8D61

HEX: #9D8D61
RGB: (157,141,97)

Color info

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

RGB color model

#9D8D61 color RGB value is (157,141,97).

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

RGB channels and saturation

R 157 of 255 = 62%
G 141 of 255 = 55%
B 97 of 255 = 38%

157
141
97

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

Portions of RGB colors in percentages

R + G + B =
157 + 141 + 97 = 395 (100%)
R 157 of 395 ~ 39.75%
G 141 of 395 ~ 35.7%
B 97 of 395 ~ 24.56%

%39.75
%35.7
%24.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 38.22%
  • key color value is 38.43%
CMYK:
(0,10,38,38)
C0M10Y38K38 
(0%,10%,38%,38%)
(0.00/0.10/0.38/0.38)	

CMYK percentages

%0
%10.19
%38.22
%38.43

Codes

Color #9D8D61 in popluar color models

9D8D61
RGB15714197
HSL44°23.62%49.80%
HSB/HSV44°38.22%61.57%
CMYK0.00%10.19%38.22%
38.43%

Color #9D8D61 in popluar number systems.

HEX9D8D61
Decimal15714197
Binary10011101100011011100001
Octal235215141

Shades and tints

Shades of #9D8D61

#9D8D61
(157,141,97)
#8F8159
(143,129,89)
#817551
(129,117,81)
#736949
(115,105,73)
#655D41
(101,93,65)
#575139
(87,81,57)
#494531
(73,69,49)
#3B3929
(59,57,41)
#2D2D21
(45,45,33)
#1F2119
(31,33,25)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #9D8D61

#9D8D61
(157,141,97)
#A5976F
(165,151,111)
#ADA17D
(173,161,125)
#B5AB8B
(181,171,139)
#BDB599
(189,181,153)
#C5BFA7
(197,191,167)
#CDC9B5
(205,201,181)
#D5D3C3
(213,211,195)
#DDDDD1
(221,221,209)
#E5E7DF
(229,231,223)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8D61; }

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

This text font color is #9D8D61.


Background Color

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

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

This div background color is #9D8D61.


Border color

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

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

This div border color is #9D8D61.


Opacity

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

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

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

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

This text has shadow with #9D8D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8D61 on black background.


Color preview on white background

This text has color #9D8D61 on white background.



Black color preview on #9D8D61 background

This text has black color on #9D8D61 background.


White color preview on #9D8D61 background

This text has white color on #9D8D61 background.