COLOR #9F8F4E

HEX: #9F8F4E RGB: (159,143,78)

Color info

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

RGB color model

#9F8F4E color RGB value is (159,143,78).

RGB: (159,143,78) (62%, 56%, 31%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 78 of 255 = 31%

159
143
78

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

Portions of RGB colors in percentages

R + G + B = 159 + 143 + 78 = 380 (100%)
R 159 of 380 ~ 41.84%
G 143 of 380 ~ 37.63%
B 78 of 380 ~ 20.53'%

%41.84
%37.63
%20.53

CMYK color model

#9F8F4E color CMYK value is (0,10,51,38).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 50.94%
  • key color value is 37.65%
CMYK: (0,10,51,38) C0M10Y51K38 (0%,10%,51%,38%) (0.00/0.10/0.51/0.38) 

CMYK percentages

%0
%10.06
%50.94
%37.65

Codes

Color #9F8F4E in popluar color models

9F 8F 4E
RGB 159 143 78
HSL 48° 34.18% 46.47%
HSB/HSV 48° 50.94% 62.35%
CMYK 0.00% 10.06% 50.94%
37.65%

Color #9F8F4E in popluar number systems.

HEX 9F 8F 4E
Decimal 159 143 78
Binary 10011111 10001111 1001110
Octal 237 217 116

Shades and tints

Shades of #9F8F4E

#9F8F4E
(159,143,78)
#918247
(145,130,71)
#837540
(131,117,64)
#756839
(117,104,57)
#675B32
(103,91,50)
#594E2B
(89,78,43)
#4B4124
(75,65,36)
#3D341D
(61,52,29)
#2F2716
(47,39,22)
#211A0F
(33,26,15)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #9F8F4E

#9F8F4E
(159,143,78)
#A7995E
(167,153,94)
#AFA36E
(175,163,110)
#B7AD7E
(183,173,126)
#BFB78E
(191,183,142)
#C7C19E
(199,193,158)
#CFCBAE
(207,203,174)
#D7D5BE
(215,213,190)
#DFDFCE
(223,223,206)
#E7E9DE
(231,233,222)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8F4E color. Also use rgb(159,143,78) instead hex code.

Text Font Color

.myTextColor { color: #9F8F4E; }

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

This text font color is #9F8F4E.

Background Color

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

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

This div background color is #9F8F4E.

Border color

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

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

This div border color is #9F8F4E.

Opacity

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

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

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

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

This text has shadow with #9F8F4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8F4E.

Preview

Color preview on black background

This text has color #9F8F4E on black background.


Color preview on white background

This text has color #9F8F4E on white background.


Black color preview on #9F8F4E background

This text has black color on #9F8F4E background.


White color preview on #9F8F4E background

This text has white color on #9F8F4E background.


Related colors

Complementary color

Complementary color for #hex is #6070B1.


I love getcolorcode.com

Triadic colors

1 #4E9F8F and #8F4E9F with #9F8F4E are triadic colors.

2 #4E8F9F and #8F9F4E with #9F8F4E are triadic colors.