COLOR #9F9E5A

HEX: #9F9E5A
RGB: (159,158,90)

Color info

#9F9E5A contains mainly red and green colors. Web safe color of #9F9E5A is #999966 (or #996).

RGB color model

#9F9E5A color RGB value is (159,158,90).

  • red value is 159;
  • green value is 158;
  • blue value is 90.
RGB:
(159,158,90)
(62%,62%,35%)

RGB channels and saturation

R 159 of 255 = 62%
G 158 of 255 = 62%
B 90 of 255 = 35%

159
158
90

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

Portions of RGB colors in percentages

R + G + B =
159 + 158 + 90 = 407 (100%)
R 159 of 407 ~ 39.07%
G 158 of 407 ~ 38.82%
B 90 of 407 ~ 22.11%

%39.07
%38.82
%22.11

CMYK color model

#9F9E5A color CMYK value is (0,1,43,38).

  • cyan value is 0.00%
  • magenta value is 0.63%
  • yellow value is 43.40%
  • key color value is 37.65%
CMYK:
(0,1,43,38)
C0M1Y43K38 
(0%,1%,43%,38%)
(0.00/0.01/0.43/0.38)	

CMYK percentages

%0
%0.63
%43.4
%37.65

Codes

Color #9F9E5A in popluar color models

9F9E5A
RGB15915890
HSL59°27.71%48.82%
HSB/HSV59°43.40%62.35%
CMYK0.00%0.63%43.40%
37.65%

Color #9F9E5A in popluar number systems.

HEX9F9E5A
Decimal15915890
Binary10011111100111101011010
Octal237236132

Shades and tints

Shades of #9F9E5A

#9F9E5A
(159,158,90)
#919052
(145,144,82)
#83824A
(131,130,74)
#757442
(117,116,66)
#67663A
(103,102,58)
#595832
(89,88,50)
#4B4A2A
(75,74,42)
#3D3C22
(61,60,34)
#2F2E1A
(47,46,26)
#212012
(33,32,18)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #9F9E5A

#9F9E5A
(159,158,90)
#A7A669
(167,166,105)
#AFAE78
(175,174,120)
#B7B687
(183,182,135)
#BFBE96
(191,190,150)
#C7C6A5
(199,198,165)
#CFCEB4
(207,206,180)
#D7D6C3
(215,214,195)
#DFDED2
(223,222,210)
#E7E6E1
(231,230,225)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F9E5A color. Also use rgb(159,158,90) instead hex code.

Text Font Color

.myTextColor { color: #9F9E5A; }

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

This text font color is #9F9E5A.


Background Color

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

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

This div background color is #9F9E5A.


Border color

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

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

This div border color is #9F9E5A.


Opacity

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

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

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

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

This text has shadow with #9F9E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9E5A on black background.


Color preview on white background

This text has color #9F9E5A on white background.



Black color preview on #9F9E5A background

This text has black color on #9F9E5A background.


White color preview on #9F9E5A background

This text has white color on #9F9E5A background.