COLOR #9D8B38

HEX: #9D8B38
RGB: (157,139,56)

Color info

#9D8B38 contains mainly red and green colors. Web safe color of #9D8B38 is #999933 (or #993).

RGB color model

#9D8B38 color RGB value is (157,139,56).

  • red value is 157;
  • green value is 139;
  • blue value is 56.
RGB:
(157,139,56)
(62%,55%,22%)

RGB channels and saturation

R 157 of 255 = 62%
G 139 of 255 = 55%
B 56 of 255 = 22%

157
139
56

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

Portions of RGB colors in percentages

R + G + B =
157 + 139 + 56 = 352 (100%)
R 157 of 352 ~ 44.6%
G 139 of 352 ~ 39.49%
B 56 of 352 ~ 15.91%

%44.6
%39.49
%15.91

CMYK color model

#9D8B38 color CMYK value is (0,11,64,38).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 64.33%
  • key color value is 38.43%
CMYK:
(0,11,64,38)
C0M11Y64K38 
(0%,11%,64%,38%)
(0.00/0.11/0.64/0.38)	

CMYK percentages

%0
%11.46
%64.33
%38.43

Codes

Color #9D8B38 in popluar color models

9D8B38
RGB15713956
HSL49°47.42%41.76%
HSB/HSV49°64.33%61.57%
CMYK0.00%11.46%64.33%
38.43%

Color #9D8B38 in popluar number systems.

HEX9D8B38
Decimal15713956
Binary1001110110001011111000
Octal23521370

Shades and tints

Shades of #9D8B38

#9D8B38
(157,139,56)
#8F7F33
(143,127,51)
#81732E
(129,115,46)
#736729
(115,103,41)
#655B24
(101,91,36)
#574F1F
(87,79,31)
#49431A
(73,67,26)
#3B3715
(59,55,21)
#2D2B10
(45,43,16)
#1F1F0B
(31,31,11)
#111306
(17,19,6)
#000000
(0,0,0)

Tints of #9D8B38

#9D8B38
(157,139,56)
#A5954A
(165,149,74)
#AD9F5C
(173,159,92)
#B5A96E
(181,169,110)
#BDB380
(189,179,128)
#C5BD92
(197,189,146)
#CDC7A4
(205,199,164)
#D5D1B6
(213,209,182)
#DDDBC8
(221,219,200)
#E5E5DA
(229,229,218)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8B38 color. Also use rgb(157,139,56) instead hex code.

Text Font Color

.myTextColor { color: #9D8B38; }

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

This text font color is #9D8B38.


Background Color

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

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

This div background color is #9D8B38.


Border color

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

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

This div border color is #9D8B38.


Opacity

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

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

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

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

This text has shadow with #9D8B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8B38 on black background.


Color preview on white background

This text has color #9D8B38 on white background.



Black color preview on #9D8B38 background

This text has black color on #9D8B38 background.


White color preview on #9D8B38 background

This text has white color on #9D8B38 background.