COLOR #9FA577

HEX: #9FA577
RGB: (159,165,119)

Color info

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

RGB color model

#9FA577 color RGB value is (159,165,119).

  • red value is 159;
  • green value is 165;
  • blue value is 119.
RGB:
(159,165,119)
(62%,65%,47%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 119 of 255 = 47%

159
165
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 119 = 443 (100%)
R 159 of 443 ~ 35.89%
G 165 of 443 ~ 37.25%
B 119 of 443 ~ 26.86%

%35.89
%37.25
%26.86

CMYK color model

#9FA577 color CMYK value is (4,0,28,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(4,0,28,35)
C4M0Y28K35 
(4%,0%,28%,35%)
(0.04/0.00/0.28/0.35)	

CMYK percentages

%3.64
%0
%27.88
%35.29

Codes

Color #9FA577 in popluar color models

9FA577
RGB159165119
HSL68°20.35%55.69%
HSB/HSV68°27.88%64.71%
CMYK3.64%0.00%27.88%
35.29%

Color #9FA577 in popluar number systems.

HEX9FA577
Decimal159165119
Binary10011111101001011110111
Octal237245167

Shades and tints

Shades of #9FA577

#9FA577
(159,165,119)
#91966D
(145,150,109)
#838763
(131,135,99)
#757859
(117,120,89)
#67694F
(103,105,79)
#595A45
(89,90,69)
#4B4B3B
(75,75,59)
#3D3C31
(61,60,49)
#2F2D27
(47,45,39)
#211E1D
(33,30,29)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9FA577

#9FA577
(159,165,119)
#A7AD83
(167,173,131)
#AFB58F
(175,181,143)
#B7BD9B
(183,189,155)
#BFC5A7
(191,197,167)
#C7CDB3
(199,205,179)
#CFD5BF
(207,213,191)
#D7DDCB
(215,221,203)
#DFE5D7
(223,229,215)
#E7EDE3
(231,237,227)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA577 color. Also use rgb(159,165,119) instead hex code.

Text Font Color

.myTextColor { color: #9FA577; }

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

This text font color is #9FA577.


Background Color

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

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

This div background color is #9FA577.


Border color

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

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

This div border color is #9FA577.


Opacity

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

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

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

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

This text has shadow with #9FA577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA577 on black background.


Color preview on white background

This text has color #9FA577 on white background.



Black color preview on #9FA577 background

This text has black color on #9FA577 background.


White color preview on #9FA577 background

This text has white color on #9FA577 background.