COLOR #9FA58E

HEX: #9FA58E
RGB: (159,165,142)

Color info

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

RGB color model

#9FA58E color RGB value is (159,165,142).

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

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 142 of 255 = 56%

159
165
142

R + G + B ~ 61%. #9FA58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 165 + 142 = 466 (100%)
R 159 of 466 ~ 34.12%
G 165 of 466 ~ 35.41%
B 142 of 466 ~ 30.47%

%34.12
%35.41
%30.47

CMYK color model

#9FA58E color CMYK value is (4,0,14,35).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(4,0,14,35)
C4M0Y14K35 
(4%,0%,14%,35%)
(0.04/0.00/0.14/0.35)	

CMYK percentages

%3.64
%0
%13.94
%35.29

Codes

Color #9FA58E in popluar color models

9FA58E
RGB159165142
HSL76°11.33%60.20%
HSB/HSV76°13.94%64.71%
CMYK3.64%0.00%13.94%
35.29%

Color #9FA58E in popluar number systems.

HEX9FA58E
Decimal159165142
Binary100111111010010110001110
Octal237245216

Shades and tints

Shades of #9FA58E

#9FA58E
(159,165,142)
#919682
(145,150,130)
#838776
(131,135,118)
#75786A
(117,120,106)
#67695E
(103,105,94)
#595A52
(89,90,82)
#4B4B46
(75,75,70)
#3D3C3A
(61,60,58)
#2F2D2E
(47,45,46)
#211E22
(33,30,34)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9FA58E

#9FA58E
(159,165,142)
#A7AD98
(167,173,152)
#AFB5A2
(175,181,162)
#B7BDAC
(183,189,172)
#BFC5B6
(191,197,182)
#C7CDC0
(199,205,192)
#CFD5CA
(207,213,202)
#D7DDD4
(215,221,212)
#DFE5DE
(223,229,222)
#E7EDE8
(231,237,232)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA58E; }

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

This text font color is #9FA58E.


Background Color

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

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

This div background color is #9FA58E.


Border color

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

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

This div border color is #9FA58E.


Opacity

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

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

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

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

This text has shadow with #9FA58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA58E on black background.


Color preview on white background

This text has color #9FA58E on white background.



Black color preview on #9FA58E background

This text has black color on #9FA58E background.


White color preview on #9FA58E background

This text has white color on #9FA58E background.