COLOR #9FA25F

HEX: #9FA25F
RGB: (159,162,95)

Color info

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

RGB color model

#9FA25F color RGB value is (159,162,95).

  • red value is 159;
  • green value is 162;
  • blue value is 95.
RGB:
(159,162,95)
(62%,64%,37%)

RGB channels and saturation

R 159 of 255 = 62%
G 162 of 255 = 64%
B 95 of 255 = 37%

159
162
95

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

Portions of RGB colors in percentages

R + G + B =
159 + 162 + 95 = 416 (100%)
R 159 of 416 ~ 38.22%
G 162 of 416 ~ 38.94%
B 95 of 416 ~ 22.84%

%38.22
%38.94
%22.84

CMYK color model

#9FA25F color CMYK value is (2,0,41,36).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 41.36%
  • key color value is 36.47%
CMYK:
(2,0,41,36)
C2M0Y41K36 
(2%,0%,41%,36%)
(0.02/0.00/0.41/0.36)	

CMYK percentages

%1.85
%0
%41.36
%36.47

Codes

Color #9FA25F in popluar color models

9FA25F
RGB15916295
HSL63°26.48%50.39%
HSB/HSV63°41.36%63.53%
CMYK1.85%0.00%41.36%
36.47%

Color #9FA25F in popluar number systems.

HEX9FA25F
Decimal15916295
Binary10011111101000101011111
Octal237242137

Shades and tints

Shades of #9FA25F

#9FA25F
(159,162,95)
#919457
(145,148,87)
#83864F
(131,134,79)
#757847
(117,120,71)
#676A3F
(103,106,63)
#595C37
(89,92,55)
#4B4E2F
(75,78,47)
#3D4027
(61,64,39)
#2F321F
(47,50,31)
#212417
(33,36,23)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #9FA25F

#9FA25F
(159,162,95)
#A7AA6D
(167,170,109)
#AFB27B
(175,178,123)
#B7BA89
(183,186,137)
#BFC297
(191,194,151)
#C7CAA5
(199,202,165)
#CFD2B3
(207,210,179)
#D7DAC1
(215,218,193)
#DFE2CF
(223,226,207)
#E7EADD
(231,234,221)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA25F color. Also use rgb(159,162,95) instead hex code.

Text Font Color

.myTextColor { color: #9FA25F; }

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

This text font color is #9FA25F.


Background Color

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

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

This div background color is #9FA25F.


Border color

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

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

This div border color is #9FA25F.


Opacity

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

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

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

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

This text has shadow with #9FA25F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA25F on black background.


Color preview on white background

This text has color #9FA25F on white background.



Black color preview on #9FA25F background

This text has black color on #9FA25F background.


White color preview on #9FA25F background

This text has white color on #9FA25F background.