COLOR #9F8257

HEX: #9F8257
RGB: (159,130,87)

Color info

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

RGB color model

#9F8257 color RGB value is (159,130,87).

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

RGB channels and saturation

R 159 of 255 = 62%
G 130 of 255 = 51%
B 87 of 255 = 34%

159
130
87

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

Portions of RGB colors in percentages

R + G + B =
159 + 130 + 87 = 376 (100%)
R 159 of 376 ~ 42.29%
G 130 of 376 ~ 34.57%
B 87 of 376 ~ 23.14%

%42.29
%34.57
%23.14

CMYK color model

#9F8257 color CMYK value is (0,18,45,38).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 45.28%
  • key color value is 37.65%
CMYK:
(0,18,45,38)
C0M18Y45K38 
(0%,18%,45%,38%)
(0.00/0.18/0.45/0.38)	

CMYK percentages

%0
%18.24
%45.28
%37.65

Codes

Color #9F8257 in popluar color models

9F8257
RGB15913087
HSL36°29.27%48.24%
HSB/HSV36°45.28%62.35%
CMYK0.00%18.24%45.28%
37.65%

Color #9F8257 in popluar number systems.

HEX9F8257
Decimal15913087
Binary10011111100000101010111
Octal237202127

Shades and tints

Shades of #9F8257

#9F8257
(159,130,87)
#917750
(145,119,80)
#836C49
(131,108,73)
#756142
(117,97,66)
#67563B
(103,86,59)
#594B34
(89,75,52)
#4B402D
(75,64,45)
#3D3526
(61,53,38)
#2F2A1F
(47,42,31)
#211F18
(33,31,24)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #9F8257

#9F8257
(159,130,87)
#A78D66
(167,141,102)
#AF9875
(175,152,117)
#B7A384
(183,163,132)
#BFAE93
(191,174,147)
#C7B9A2
(199,185,162)
#CFC4B1
(207,196,177)
#D7CFC0
(215,207,192)
#DFDACF
(223,218,207)
#E7E5DE
(231,229,222)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8257; }

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

This text font color is #9F8257.


Background Color

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

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

This div background color is #9F8257.


Border color

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

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

This div border color is #9F8257.


Opacity

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

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

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

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

This text has shadow with #9F8257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8257 on black background.


Color preview on white background

This text has color #9F8257 on white background.



Black color preview on #9F8257 background

This text has black color on #9F8257 background.


White color preview on #9F8257 background

This text has white color on #9F8257 background.