COLOR #9FA670

HEX: #9FA670
RGB: (159,166,112)

Color info

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

RGB color model

#9FA670 color RGB value is (159,166,112).

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

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 112 of 255 = 44%

159
166
112

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

Portions of RGB colors in percentages

R + G + B =
159 + 166 + 112 = 437 (100%)
R 159 of 437 ~ 36.38%
G 166 of 437 ~ 37.99%
B 112 of 437 ~ 25.63%

%36.38
%37.99
%25.63

CMYK color model

#9FA670 color CMYK value is (4,0,33,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 34.90%
CMYK:
(4,0,33,35)
C4M0Y33K35 
(4%,0%,33%,35%)
(0.04/0.00/0.33/0.35)	

CMYK percentages

%4.22
%0
%32.53
%34.9

Codes

Color #9FA670 in popluar color models

9FA670
RGB159166112
HSL68°23.28%54.51%
HSB/HSV68°32.53%65.10%
CMYK4.22%0.00%32.53%
34.90%

Color #9FA670 in popluar number systems.

HEX9FA670
Decimal159166112
Binary10011111101001101110000
Octal237246160

Shades and tints

Shades of #9FA670

#9FA670
(159,166,112)
#919766
(145,151,102)
#83885C
(131,136,92)
#757952
(117,121,82)
#676A48
(103,106,72)
#595B3E
(89,91,62)
#4B4C34
(75,76,52)
#3D3D2A
(61,61,42)
#2F2E20
(47,46,32)
#211F16
(33,31,22)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #9FA670

#9FA670
(159,166,112)
#A7AE7D
(167,174,125)
#AFB68A
(175,182,138)
#B7BE97
(183,190,151)
#BFC6A4
(191,198,164)
#C7CEB1
(199,206,177)
#CFD6BE
(207,214,190)
#D7DECB
(215,222,203)
#DFE6D8
(223,230,216)
#E7EEE5
(231,238,229)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA670; }

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

This text font color is #9FA670.


Background Color

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

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

This div background color is #9FA670.


Border color

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

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

This div border color is #9FA670.


Opacity

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

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

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

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

This text has shadow with #9FA670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FA670 on black background.


Color preview on white background

This text has color #9FA670 on white background.



Black color preview on #9FA670 background

This text has black color on #9FA670 background.


White color preview on #9FA670 background

This text has white color on #9FA670 background.