COLOR #9FA647

HEX: #9FA647 RGB: (159,166,71)

Color info

#9FA647 contains mainly red and green colors. Web safe color of #9FA647 is #999933 (or #993).

RGB color model

#9FA647 color RGB value is (159,166,71).

RGB: (159,166,71) (62%, 65%, 28%)

RGB channels and saturation

R 159 of 255 = 62%
G 166 of 255 = 65%
B 71 of 255 = 28%

159
166
71

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

Portions of RGB colors in percentages

R + G + B = 159 + 166 + 71 = 396 (100%)
R 159 of 396 ~ 40.15%
G 166 of 396 ~ 41.92%
B 71 of 396 ~ 17.93'%

%40.15
%41.92
%17.93

CMYK color model

#9FA647 color CMYK value is (4,0,57,35).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 57.23%
  • key color value is 34.90%

CMYK: (4,0,57,35)
C4M0Y57K35 (4%, 0%, 57%, 35%)
(0.04 / 0.00 / 0.57 / 0.35)

CMYK percentages

%4.22
%0
%57.23
%34.9

Codes

Color #9FA647 in popluar color models

9F A6 47
RGB 159 166 71
HSL 64° 40.08% 46.47%
HSB/HSV 64° 57.23% 65.10%
CMYK 4.22% 0.00% 57.23%
34.90%

Color #9FA647 in popluar number systems.

HEX 9F A6 47
Decimal 159 166 71
Binary 10011111 10100110 1000111
Octal 237 246 107

Shades and tints

Shades of #9FA647

#9FA647
(159,166,71)
#919741
(145,151,65)
#83883B
(131,136,59)
#757935
(117,121,53)
#676A2F
(103,106,47)
#595B29
(89,91,41)
#4B4C23
(75,76,35)
#3D3D1D
(61,61,29)
#2F2E17
(47,46,23)
#211F11
(33,31,17)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #9FA647

#9FA647
(159,166,71)
#A7AE57
(167,174,87)
#AFB667
(175,182,103)
#B7BE77
(183,190,119)
#BFC687
(191,198,135)
#C7CE97
(199,206,151)
#CFD6A7
(207,214,167)
#D7DEB7
(215,222,183)
#DFE6C7
(223,230,199)
#E7EED7
(231,238,215)
#EFF6E7
(239,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA647; }

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

This text font color is #9FA647.

Background Color

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

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

This div background color is #9FA647.

Border color

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

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

This div border color is #9FA647.

Opacity

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

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

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

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

This text has shadow with #9FA647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA647.

Preview

Color preview on black background

This text has color #9FA647 on black background.


Color preview on white background

This text has color #9FA647 on white background.


Black color preview on #9FA647 background

This text has black color on #9FA647 background.


White color preview on #9FA647 background

This text has white color on #9FA647 background.


Related colors

Complementary color

Complementary color for #hex is #6059B8.


I love getcolorcode.com

Triadic colors

1 #479FA6 and #A6479F with #9FA647 are triadic colors.

2 #47A69F and #A69F47 with #9FA647 are triadic colors.