COLOR #9FA580

HEX: #9FA580
RGB: (159,165,128)

Color info

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

RGB color model

#9FA580 color RGB value is (159,165,128).

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

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 128 of 255 = 50%

159
165
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 128 = 452 (100%)
R 159 of 452 ~ 35.18%
G 165 of 452 ~ 36.5%
B 128 of 452 ~ 28.32%

%35.18
%36.5
%28.32

CMYK color model

#9FA580 color CMYK value is (4,0,22,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(4,0,22,35)
C4M0Y22K35 
(4%,0%,22%,35%)
(0.04/0.00/0.22/0.35)	

CMYK percentages

%3.64
%0
%22.42
%35.29

Codes

Color #9FA580 in popluar color models

9FA580
RGB159165128
HSL70°17.05%57.45%
HSB/HSV70°22.42%64.71%
CMYK3.64%0.00%22.42%
35.29%

Color #9FA580 in popluar number systems.

HEX9FA580
Decimal159165128
Binary100111111010010110000000
Octal237245200

Shades and tints

Shades of #9FA580

#9FA580
(159,165,128)
#919675
(145,150,117)
#83876A
(131,135,106)
#75785F
(117,120,95)
#676954
(103,105,84)
#595A49
(89,90,73)
#4B4B3E
(75,75,62)
#3D3C33
(61,60,51)
#2F2D28
(47,45,40)
#211E1D
(33,30,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #9FA580

#9FA580
(159,165,128)
#A7AD8B
(167,173,139)
#AFB596
(175,181,150)
#B7BDA1
(183,189,161)
#BFC5AC
(191,197,172)
#C7CDB7
(199,205,183)
#CFD5C2
(207,213,194)
#D7DDCD
(215,221,205)
#DFE5D8
(223,229,216)
#E7EDE3
(231,237,227)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA580; }

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

This text font color is #9FA580.


Background Color

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

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

This div background color is #9FA580.


Border color

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

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

This div border color is #9FA580.


Opacity

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

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

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

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

This text has shadow with #9FA580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA580 on black background.


Color preview on white background

This text has color #9FA580 on white background.



Black color preview on #9FA580 background

This text has black color on #9FA580 background.


White color preview on #9FA580 background

This text has white color on #9FA580 background.