COLOR #9F8C5E

HEX: #9F8C5E RGB: (159,140,94)

Color info

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

RGB color model

#9F8C5E color RGB value is (159,140,94).

RGB: (159,140,94) (62%, 55%, 37%)

RGB channels and saturation

R 159 of 255 = 62%
G 140 of 255 = 55%
B 94 of 255 = 37%

159
140
94

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

Portions of RGB colors in percentages

R + G + B = 159 + 140 + 94 = 393 (100%)
R 159 of 393 ~ 40.46%
G 140 of 393 ~ 35.62%
B 94 of 393 ~ 23.92'%

%40.46
%35.62
%23.92

CMYK color model

#9F8C5E color CMYK value is (0,12,41,38).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 40.88%
  • key color value is 37.65%

CMYK: (0,12,41,38)
C0M12Y41K38 (0%, 12%, 41%, 38%)
(0.00 / 0.12 / 0.41 / 0.38)

CMYK percentages

%0
%11.95
%40.88
%37.65

Codes

Color #9F8C5E in popluar color models

9F 8C 5E
RGB 159 140 94
HSL 42° 25.69% 49.61%
HSB/HSV 42° 40.88% 62.35%
CMYK 0.00% 11.95% 40.88%
37.65%

Color #9F8C5E in popluar number systems.

HEX 9F 8C 5E
Decimal 159 140 94
Binary 10011111 10001100 1011110
Octal 237 214 136

Shades and tints

Shades of #9F8C5E

#9F8C5E
(159,140,94)
#918056
(145,128,86)
#83744E
(131,116,78)
#756846
(117,104,70)
#675C3E
(103,92,62)
#595036
(89,80,54)
#4B442E
(75,68,46)
#3D3826
(61,56,38)
#2F2C1E
(47,44,30)
#212016
(33,32,22)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #9F8C5E

#9F8C5E
(159,140,94)
#A7966C
(167,150,108)
#AFA07A
(175,160,122)
#B7AA88
(183,170,136)
#BFB496
(191,180,150)
#C7BEA4
(199,190,164)
#CFC8B2
(207,200,178)
#D7D2C0
(215,210,192)
#DFDCCE
(223,220,206)
#E7E6DC
(231,230,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8C5E color. Also use rgb(159,140,94) instead hex code.

Text Font Color

.myTextColor { color: #9F8C5E; }

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

This text font color is #9F8C5E.

Background Color

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

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

This div background color is #9F8C5E.

Border color

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

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

This div border color is #9F8C5E.

Opacity

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

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

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

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

This text has shadow with #9F8C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8C5E.

Preview

Color preview on black background

This text has color #9F8C5E on black background.


Color preview on white background

This text has color #9F8C5E on white background.


Black color preview on #9F8C5E background

This text has black color on #9F8C5E background.


White color preview on #9F8C5E background

This text has white color on #9F8C5E background.


Related colors

Complementary color

Complementary color for #hex is #6073A1.


I love getcolorcode.com

Triadic colors

1 #5E9F8C and #8C5E9F with #9F8C5E are triadic colors.

2 #5E8C9F and #8C9F5E with #9F8C5E are triadic colors.