COLOR #9F9A4E

HEX: #9F9A4E RGB: (159,154,78)

Color info

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

RGB color model

#9F9A4E color RGB value is (159,154,78).

RGB: (159,154,78) (62%, 60%, 31%)

RGB channels and saturation

R 159 of 255 = 62%
G 154 of 255 = 60%
B 78 of 255 = 31%

159
154
78

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

Portions of RGB colors in percentages

R + G + B = 159 + 154 + 78 = 391 (100%)
R 159 of 391 ~ 40.66%
G 154 of 391 ~ 39.39%
B 78 of 391 ~ 19.95'%

%40.66
%39.39
%19.95

CMYK color model

#9F9A4E color CMYK value is (0,3,51,38).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 50.94%
  • key color value is 37.65%
CMYK: (0,3,51,38) C0M3Y51K38 (0%,3%,51%,38%) (0.00/0.03/0.51/0.38) 

CMYK percentages

%0
%3.14
%50.94
%37.65

Codes

Color #9F9A4E in popluar color models

9F 9A 4E
RGB 159 154 78
HSL 56° 34.18% 46.47%
HSB/HSV 56° 50.94% 62.35%
CMYK 0.00% 3.14% 50.94%
37.65%

Color #9F9A4E in popluar number systems.

HEX 9F 9A 4E
Decimal 159 154 78
Binary 10011111 10011010 1001110
Octal 237 232 116

Shades and tints

Shades of #9F9A4E

#9F9A4E
(159,154,78)
#918C47
(145,140,71)
#837E40
(131,126,64)
#757039
(117,112,57)
#676232
(103,98,50)
#59542B
(89,84,43)
#4B4624
(75,70,36)
#3D381D
(61,56,29)
#2F2A16
(47,42,22)
#211C0F
(33,28,15)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #9F9A4E

#9F9A4E
(159,154,78)
#A7A35E
(167,163,94)
#AFAC6E
(175,172,110)
#B7B57E
(183,181,126)
#BFBE8E
(191,190,142)
#C7C79E
(199,199,158)
#CFD0AE
(207,208,174)
#D7D9BE
(215,217,190)
#DFE2CE
(223,226,206)
#E7EBDE
(231,235,222)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9A4E; }

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

This text font color is #9F9A4E.

Background Color

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

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

This div background color is #9F9A4E.

Border color

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

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

This div border color is #9F9A4E.

Opacity

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

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

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

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

This text has shadow with #9F9A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9A4E.

Preview

Color preview on black background

This text has color #9F9A4E on black background.


Color preview on white background

This text has color #9F9A4E on white background.


Black color preview on #9F9A4E background

This text has black color on #9F9A4E background.


White color preview on #9F9A4E background

This text has white color on #9F9A4E background.


Related colors

Complementary color

Complementary color for #hex is #6065B1.


I love getcolorcode.com

Triadic colors

1 #4E9F9A and #9A4E9F with #9F9A4E are triadic colors.

2 #4E9A9F and #9A9F4E with #9F9A4E are triadic colors.