COLOR #9FA370

HEX: #9FA370
RGB: (159,163,112)

Color info

#9FA370 contains red, green and blue colors in about the same proportion. Web safe color of #9FA370 is #999966 (or #996).

RGB color model

#9FA370 color RGB value is (159,163,112).

  • red value is 159;
  • green value is 163;
  • blue value is 112.
RGB:
(159,163,112)
(62%,64%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 163 of 255 = 64%
B 112 of 255 = 44%

159
163
112

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

Portions of RGB colors in percentages

R + G + B =
159 + 163 + 112 = 434 (100%)
R 159 of 434 ~ 36.64%
G 163 of 434 ~ 37.56%
B 112 of 434 ~ 25.81%

%36.64
%37.56
%25.81

CMYK color model

#9FA370 color CMYK value is (2,0,31,36).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK:
(2,0,31,36)
C2M0Y31K36 
(2%,0%,31%,36%)
(0.02/0.00/0.31/0.36)	

CMYK percentages

%2.45
%0
%31.29
%36.08

Codes

Color #9FA370 in popluar color models

9FA370
RGB159163112
HSL65°21.70%53.92%
HSB/HSV65°31.29%63.92%
CMYK2.45%0.00%31.29%
36.08%

Color #9FA370 in popluar number systems.

HEX9FA370
Decimal159163112
Binary10011111101000111110000
Octal237243160

Shades and tints

Shades of #9FA370

#9FA370
(159,163,112)
#919566
(145,149,102)
#83875C
(131,135,92)
#757952
(117,121,82)
#676B48
(103,107,72)
#595D3E
(89,93,62)
#4B4F34
(75,79,52)
#3D412A
(61,65,42)
#2F3320
(47,51,32)
#212516
(33,37,22)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #9FA370

#9FA370
(159,163,112)
#A7AB7D
(167,171,125)
#AFB38A
(175,179,138)
#B7BB97
(183,187,151)
#BFC3A4
(191,195,164)
#C7CBB1
(199,203,177)
#CFD3BE
(207,211,190)
#D7DBCB
(215,219,203)
#DFE3D8
(223,227,216)
#E7EBE5
(231,235,229)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA370 color. Also use rgb(159,163,112) instead hex code.

Text Font Color

.myTextColor { color: #9FA370; }

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

This text font color is #9FA370.


Background Color

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

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

This div background color is #9FA370.


Border color

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

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

This div border color is #9FA370.


Opacity

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

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

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

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

This text has shadow with #9FA370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA370 on black background.


Color preview on white background

This text has color #9FA370 on white background.



Black color preview on #9FA370 background

This text has black color on #9FA370 background.


White color preview on #9FA370 background

This text has white color on #9FA370 background.