COLOR #9FA957

HEX: #9FA957
RGB: (159,169,87)

Color info

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

RGB color model

#9FA957 color RGB value is (159,169,87).

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

RGB channels and saturation

R 159 of 255 = 62%
G 169 of 255 = 66%
B 87 of 255 = 34%

159
169
87

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

Portions of RGB colors in percentages

R + G + B =
159 + 169 + 87 = 415 (100%)
R 159 of 415 ~ 38.31%
G 169 of 415 ~ 40.72%
B 87 of 415 ~ 20.96%

%38.31
%40.72
%20.96

CMYK color model

#9FA957 color CMYK value is (6,0,49,34).

  • cyan value is 5.92%
  • magenta value is 0.00%
  • yellow value is 48.52%
  • key color value is 33.73%
CMYK:
(6,0,49,34)
C6M0Y49K34 
(6%,0%,49%,34%)
(0.06/0.00/0.49/0.34)	

CMYK percentages

%5.92
%0
%48.52
%33.73

Codes

Color #9FA957 in popluar color models

9FA957
RGB15916987
HSL67°32.28%50.20%
HSB/HSV67°48.52%66.27%
CMYK5.92%0.00%48.52%
33.73%

Color #9FA957 in popluar number systems.

HEX9FA957
Decimal15916987
Binary10011111101010011010111
Octal237251127

Shades and tints

Shades of #9FA957

#9FA957
(159,169,87)
#919A50
(145,154,80)
#838B49
(131,139,73)
#757C42
(117,124,66)
#676D3B
(103,109,59)
#595E34
(89,94,52)
#4B4F2D
(75,79,45)
#3D4026
(61,64,38)
#2F311F
(47,49,31)
#212218
(33,34,24)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9FA957

#9FA957
(159,169,87)
#A7B066
(167,176,102)
#AFB775
(175,183,117)
#B7BE84
(183,190,132)
#BFC593
(191,197,147)
#C7CCA2
(199,204,162)
#CFD3B1
(207,211,177)
#D7DAC0
(215,218,192)
#DFE1CF
(223,225,207)
#E7E8DE
(231,232,222)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA957; }

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

This text font color is #9FA957.


Background Color

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

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

This div background color is #9FA957.


Border color

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

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

This div border color is #9FA957.


Opacity

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

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

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

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

This text has shadow with #9FA957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA957 on black background.


Color preview on white background

This text has color #9FA957 on white background.



Black color preview on #9FA957 background

This text has black color on #9FA957 background.


White color preview on #9FA957 background

This text has white color on #9FA957 background.