COLOR #9F8457

HEX: #9F8457 RGB: (159,132,87)

Color info

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

RGB color model

#9F8457 color RGB value is (159,132,87).

RGB: (159,132,87) (62%, 52%, 34%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 87 of 255 = 34%

159
132
87

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

Portions of RGB colors in percentages

R + G + B = 159 + 132 + 87 = 378 (100%)
R 159 of 378 ~ 42.06%
G 132 of 378 ~ 34.92%
B 87 of 378 ~ 23.02'%

%42.06
%34.92
%23.02

CMYK color model

#9F8457 color CMYK value is (0,17,45,38).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 45.28%
  • key color value is 37.65%

CMYK: (0,17,45,38)
C0M17Y45K38 (0%, 17%, 45%, 38%)
(0.00 / 0.17 / 0.45 / 0.38)

CMYK percentages

%0
%16.98
%45.28
%37.65

Codes

Color #9F8457 in popluar color models

9F 84 57
RGB 159 132 87
HSL 38° 29.27% 48.24%
HSB/HSV 38° 45.28% 62.35%
CMYK 0.00% 16.98% 45.28%
37.65%

Color #9F8457 in popluar number systems.

HEX 9F 84 57
Decimal 159 132 87
Binary 10011111 10000100 1010111
Octal 237 204 127

Shades and tints

Shades of #9F8457

#9F8457
(159,132,87)
#917850
(145,120,80)
#836C49
(131,108,73)
#756042
(117,96,66)
#67543B
(103,84,59)
#594834
(89,72,52)
#4B3C2D
(75,60,45)
#3D3026
(61,48,38)
#2F241F
(47,36,31)
#211818
(33,24,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #9F8457

#9F8457
(159,132,87)
#A78F66
(167,143,102)
#AF9A75
(175,154,117)
#B7A584
(183,165,132)
#BFB093
(191,176,147)
#C7BBA2
(199,187,162)
#CFC6B1
(207,198,177)
#D7D1C0
(215,209,192)
#DFDCCF
(223,220,207)
#E7E7DE
(231,231,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8457; }

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

This text font color is #9F8457.

Background Color

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

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

This div background color is #9F8457.

Border color

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

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

This div border color is #9F8457.

Opacity

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

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

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

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

This text has shadow with #9F8457 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8457.

Preview

Color preview on black background

This text has color #9F8457 on black background.


Color preview on white background

This text has color #9F8457 on white background.


Black color preview on #9F8457 background

This text has black color on #9F8457 background.


White color preview on #9F8457 background

This text has white color on #9F8457 background.


Related colors

Complementary color

Complementary color for #hex is #607BA8.


I love getcolorcode.com

Triadic colors

1 #579F84 and #84579F with #9F8457 are triadic colors.

2 #57849F and #849F57 with #9F8457 are triadic colors.