COLOR #9D8F59

HEX: #9D8F59
RGB: (157,143,89)

Color info

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

RGB color model

#9D8F59 color RGB value is (157,143,89).

  • red value is 157;
  • green value is 143;
  • blue value is 89.
RGB:
(157,143,89)
(62%,56%,35%)

RGB channels and saturation

R 157 of 255 = 62%
G 143 of 255 = 56%
B 89 of 255 = 35%

157
143
89

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

Portions of RGB colors in percentages

R + G + B =
157 + 143 + 89 = 389 (100%)
R 157 of 389 ~ 40.36%
G 143 of 389 ~ 36.76%
B 89 of 389 ~ 22.88%

%40.36
%36.76
%22.88

CMYK color model

#9D8F59 color CMYK value is (0,9,43,38).

  • cyan value is 0.00%
  • magenta value is 8.92%
  • yellow value is 43.31%
  • key color value is 38.43%
CMYK:
(0,9,43,38)
C0M9Y43K38 
(0%,9%,43%,38%)
(0.00/0.09/0.43/0.38)	

CMYK percentages

%0
%8.92
%43.31
%38.43

Codes

Color #9D8F59 in popluar color models

9D8F59
RGB15714389
HSL48°27.64%48.24%
HSB/HSV48°43.31%61.57%
CMYK0.00%8.92%43.31%
38.43%

Color #9D8F59 in popluar number systems.

HEX9D8F59
Decimal15714389
Binary10011101100011111011001
Octal235217131

Shades and tints

Shades of #9D8F59

#9D8F59
(157,143,89)
#8F8251
(143,130,81)
#817549
(129,117,73)
#736841
(115,104,65)
#655B39
(101,91,57)
#574E31
(87,78,49)
#494129
(73,65,41)
#3B3421
(59,52,33)
#2D2719
(45,39,25)
#1F1A11
(31,26,17)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #9D8F59

#9D8F59
(157,143,89)
#A59968
(165,153,104)
#ADA377
(173,163,119)
#B5AD86
(181,173,134)
#BDB795
(189,183,149)
#C5C1A4
(197,193,164)
#CDCBB3
(205,203,179)
#D5D5C2
(213,213,194)
#DDDFD1
(221,223,209)
#E5E9E0
(229,233,224)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8F59 color. Also use rgb(157,143,89) instead hex code.

Text Font Color

.myTextColor { color: #9D8F59; }

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

This text font color is #9D8F59.


Background Color

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

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

This div background color is #9D8F59.


Border color

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

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

This div border color is #9D8F59.


Opacity

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

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

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

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

This text has shadow with #9D8F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8F59 on black background.


Color preview on white background

This text has color #9D8F59 on white background.



Black color preview on #9D8F59 background

This text has black color on #9D8F59 background.


White color preview on #9D8F59 background

This text has white color on #9D8F59 background.