COLOR #9F8957

HEX: #9F8957
RGB: (159,137,87)

Color info

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

RGB color model

#9F8957 color RGB value is (159,137,87).

  • red value is 159;
  • green value is 137;
  • blue value is 87.
RGB:
(159,137,87)
(62%,54%,34%)

RGB channels and saturation

R 159 of 255 = 62%
G 137 of 255 = 54%
B 87 of 255 = 34%

159
137
87

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

Portions of RGB colors in percentages

R + G + B =
159 + 137 + 87 = 383 (100%)
R 159 of 383 ~ 41.51%
G 137 of 383 ~ 35.77%
B 87 of 383 ~ 22.72%

%41.51
%35.77
%22.72

CMYK color model

#9F8957 color CMYK value is (0,14,45,38).

  • cyan value is 0.00%
  • magenta value is 13.84%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(0,14,45,38)
C0M14Y45K38 
(0%,14%,45%,38%)
(0.00/0.14/0.45/0.38)	

CMYK percentages

%0
%13.84
%45.28
%37.65

Codes

Color #9F8957 in popluar color models

9F8957
RGB15913787
HSL42°29.27%48.24%
HSB/HSV42°45.28%62.35%
CMYK0.00%13.84%45.28%
37.65%

Color #9F8957 in popluar number systems.

HEX9F8957
Decimal15913787
Binary10011111100010011010111
Octal237211127

Shades and tints

Shades of #9F8957

#9F8957
(159,137,87)
#917D50
(145,125,80)
#837149
(131,113,73)
#756542
(117,101,66)
#67593B
(103,89,59)
#594D34
(89,77,52)
#4B412D
(75,65,45)
#3D3526
(61,53,38)
#2F291F
(47,41,31)
#211D18
(33,29,24)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #9F8957

#9F8957
(159,137,87)
#A79366
(167,147,102)
#AF9D75
(175,157,117)
#B7A784
(183,167,132)
#BFB193
(191,177,147)
#C7BBA2
(199,187,162)
#CFC5B1
(207,197,177)
#D7CFC0
(215,207,192)
#DFD9CF
(223,217,207)
#E7E3DE
(231,227,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8957 color. Also use rgb(159,137,87) instead hex code.

Text Font Color

.myTextColor { color: #9F8957; }

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

This text font color is #9F8957.


Background Color

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

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

This div background color is #9F8957.


Border color

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

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

This div border color is #9F8957.


Opacity

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

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

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

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

This text has shadow with #9F8957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8957 on black background.


Color preview on white background

This text has color #9F8957 on white background.



Black color preview on #9F8957 background

This text has black color on #9F8957 background.


White color preview on #9F8957 background

This text has white color on #9F8957 background.