COLOR #9FA67D

HEX: #9FA67D
RGB: (159,166,125)

Color info

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

RGB color model

#9FA67D color RGB value is (159,166,125).

  • red value is 159;
  • green value is 166;
  • blue value is 125.
RGB:
(159,166,125)
(62%,65%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 125 of 255 = 49%

159
166
125

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

Portions of RGB colors in percentages

R + G + B =
159 + 166 + 125 = 450 (100%)
R 159 of 450 ~ 35.33%
G 166 of 450 ~ 36.89%
B 125 of 450 ~ 27.78%

%35.33
%36.89
%27.78

CMYK color model

#9FA67D color CMYK value is (4,0,25,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(4,0,25,35)
C4M0Y25K35 
(4%,0%,25%,35%)
(0.04/0.00/0.25/0.35)	

CMYK percentages

%4.22
%0
%24.7
%34.9

Codes

Color #9FA67D in popluar color models

9FA67D
RGB159166125
HSL70°18.72%57.06%
HSB/HSV70°24.70%65.10%
CMYK4.22%0.00%24.70%
34.90%

Color #9FA67D in popluar number systems.

HEX9FA67D
Decimal159166125
Binary10011111101001101111101
Octal237246175

Shades and tints

Shades of #9FA67D

#9FA67D
(159,166,125)
#919772
(145,151,114)
#838867
(131,136,103)
#75795C
(117,121,92)
#676A51
(103,106,81)
#595B46
(89,91,70)
#4B4C3B
(75,76,59)
#3D3D30
(61,61,48)
#2F2E25
(47,46,37)
#211F1A
(33,31,26)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #9FA67D

#9FA67D
(159,166,125)
#A7AE88
(167,174,136)
#AFB693
(175,182,147)
#B7BE9E
(183,190,158)
#BFC6A9
(191,198,169)
#C7CEB4
(199,206,180)
#CFD6BF
(207,214,191)
#D7DECA
(215,222,202)
#DFE6D5
(223,230,213)
#E7EEE0
(231,238,224)
#EFF6EB
(239,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA67D color. Also use rgb(159,166,125) instead hex code.

Text Font Color

.myTextColor { color: #9FA67D; }

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

This text font color is #9FA67D.


Background Color

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

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

This div background color is #9FA67D.


Border color

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

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

This div border color is #9FA67D.


Opacity

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

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

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

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

This text has shadow with #9FA67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA67D on black background.


Color preview on white background

This text has color #9FA67D on white background.



Black color preview on #9FA67D background

This text has black color on #9FA67D background.


White color preview on #9FA67D background

This text has white color on #9FA67D background.