COLOR #9FA58B

HEX: #9FA58B RGB: (159,165,139)

Color info

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

RGB color model

#9FA58B color RGB value is (159,165,139).

RGB: (159,165,139) (62%, 65%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 165 of 255 = 65%
B 139 of 255 = 55%

159
165
139

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

Portions of RGB colors in percentages

R + G + B = 159 + 165 + 139 = 463 (100%)
R 159 of 463 ~ 34.34%
G 165 of 463 ~ 35.64%
B 139 of 463 ~ 30.02'%

%34.34
%35.64
%30.02

CMYK color model

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

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • 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
%15.76
%35.29

Codes

Color #9FA58B in popluar color models

9F A5 8B
RGB 159 165 139
HSL 74° 12.62% 59.61%
HSB/HSV 74° 15.76% 64.71%
CMYK 3.64% 0.00% 15.76%
35.29%

Color #9FA58B in popluar number systems.

HEX 9F A5 8B
Decimal 159 165 139
Binary 10011111 10100101 10001011
Octal 237 245 213

Shades and tints

Shades of #9FA58B

#9FA58B
(159,165,139)
#91967F
(145,150,127)
#838773
(131,135,115)
#757867
(117,120,103)
#67695B
(103,105,91)
#595A4F
(89,90,79)
#4B4B43
(75,75,67)
#3D3C37
(61,60,55)
#2F2D2B
(47,45,43)
#211E1F
(33,30,31)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9FA58B

#9FA58B
(159,165,139)
#A7AD95
(167,173,149)
#AFB59F
(175,181,159)
#B7BDA9
(183,189,169)
#BFC5B3
(191,197,179)
#C7CDBD
(199,205,189)
#CFD5C7
(207,213,199)
#D7DDD1
(215,221,209)
#DFE5DB
(223,229,219)
#E7EDE5
(231,237,229)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA58B; }

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

This text font color is #9FA58B.

Background Color

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

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

This div background color is #9FA58B.

Border color

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

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

This div border color is #9FA58B.

Opacity

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

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

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

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

This text has shadow with #9FA58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA58B.

Preview

Color preview on black background

This text has color #9FA58B on black background.


Color preview on white background

This text has color #9FA58B on white background.


Black color preview on #9FA58B background

This text has black color on #9FA58B background.


White color preview on #9FA58B background

This text has white color on #9FA58B background.


Related colors

Complementary color

Complementary color for #hex is #605A74.


I love getcolorcode.com

Triadic colors

1 #8B9FA5 and #A58B9F with #9FA58B are triadic colors.

2 #8BA59F and #A59F8B with #9FA58B are triadic colors.