COLOR #9FA58A

HEX: #9FA58A
RGB: (159,165,138)

Color info

#9FA58A contains red, green and blue colors in about the same proportion. Web safe color of #9FA58A is #999999 (or #999).

RGB color model

#9FA58A color RGB value is (159,165,138).

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

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 138 of 255 = 54%

159
165
138

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

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 138 = 462 (100%)
R 159 of 462 ~ 34.42%
G 165 of 462 ~ 35.71%
B 138 of 462 ~ 29.87%

%34.42
%35.71
%29.87

CMYK color model

#9FA58A color CMYK value is (4,0,16,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(4,0,16,35)
C4M0Y16K35 
(4%,0%,16%,35%)
(0.04/0.00/0.16/0.35)	

CMYK percentages

%3.64
%0
%16.36
%35.29

Codes

Color #9FA58A in popluar color models

9FA58A
RGB159165138
HSL73°13.04%59.41%
HSB/HSV73°16.36%64.71%
CMYK3.64%0.00%16.36%
35.29%

Color #9FA58A in popluar number systems.

HEX9FA58A
Decimal159165138
Binary100111111010010110001010
Octal237245212

Shades and tints

Shades of #9FA58A

#9FA58A
(159,165,138)
#91967E
(145,150,126)
#838772
(131,135,114)
#757866
(117,120,102)
#67695A
(103,105,90)
#595A4E
(89,90,78)
#4B4B42
(75,75,66)
#3D3C36
(61,60,54)
#2F2D2A
(47,45,42)
#211E1E
(33,30,30)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #9FA58A

#9FA58A
(159,165,138)
#A7AD94
(167,173,148)
#AFB59E
(175,181,158)
#B7BDA8
(183,189,168)
#BFC5B2
(191,197,178)
#C7CDBC
(199,205,188)
#CFD5C6
(207,213,198)
#D7DDD0
(215,221,208)
#DFE5DA
(223,229,218)
#E7EDE4
(231,237,228)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA58A; }

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

This text font color is #9FA58A.


Background Color

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

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

This div background color is #9FA58A.


Border color

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

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

This div border color is #9FA58A.


Opacity

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

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

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

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

This text has shadow with #9FA58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA58A on black background.


Color preview on white background

This text has color #9FA58A on white background.



Black color preview on #9FA58A background

This text has black color on #9FA58A background.


White color preview on #9FA58A background

This text has white color on #9FA58A background.