COLOR #9FA747

HEX: #9FA747 RGB: (159,167,71)

Color info

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

RGB color model

#9FA747 color RGB value is (159,167,71).

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

RGB channels and saturation

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

159
167
71

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

Portions of RGB colors in percentages

R + G + B = 159 + 167 + 71 = 397 (100%)
R 159 of 397 ~ 40.05%
G 167 of 397 ~ 42.07%
B 71 of 397 ~ 17.88'%

%40.05
%42.07
%17.88

CMYK color model

#9FA747 color CMYK value is (5,0,57,35).

  • cyan value is 4.79%
  • magenta value is 0.00%
  • yellow value is 57.49%
  • key color value is 34.51%

CMYK: (5,0,57,35)
C5M0Y57K35 (5%, 0%, 57%, 35%)
(0.05 / 0.00 / 0.57 / 0.35)

CMYK percentages

%4.79
%0
%57.49
%34.51

Codes

Color #9FA747 in popluar color models

9F A7 47
RGB 159 167 71
HSL 65° 40.34% 46.67%
HSB/HSV 65° 57.49% 65.49%
CMYK 4.79% 0.00% 57.49%
34.51%

Color #9FA747 in popluar number systems.

HEX 9F A7 47
Decimal 159 167 71
Binary 10011111 10100111 1000111
Octal 237 247 107

Shades and tints

Shades of #9FA747

#9FA747
(159,167,71)
#919841
(145,152,65)
#83893B
(131,137,59)
#757A35
(117,122,53)
#676B2F
(103,107,47)
#595C29
(89,92,41)
#4B4D23
(75,77,35)
#3D3E1D
(61,62,29)
#2F2F17
(47,47,23)
#212011
(33,32,17)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #9FA747

#9FA747
(159,167,71)
#A7AF57
(167,175,87)
#AFB767
(175,183,103)
#B7BF77
(183,191,119)
#BFC787
(191,199,135)
#C7CF97
(199,207,151)
#CFD7A7
(207,215,167)
#D7DFB7
(215,223,183)
#DFE7C7
(223,231,199)
#E7EFD7
(231,239,215)
#EFF7E7
(239,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FA747; }

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

This text font color is #9FA747.

Background Color

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

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

This div background color is #9FA747.

Border color

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

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

This div border color is #9FA747.

Opacity

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

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

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

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

This text has shadow with #9FA747 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA747.

Preview

Color preview on black background

This text has color #9FA747 on black background.


Color preview on white background

This text has color #9FA747 on white background.


Black color preview on #9FA747 background

This text has black color on #9FA747 background.


White color preview on #9FA747 background

This text has white color on #9FA747 background.


Related colors

Complementary color

Complementary color for #hex is #6058B8.


I love getcolorcode.com

Triadic colors

1 #479FA7 and #A7479F with #9FA747 are triadic colors.

2 #47A79F and #A79F47 with #9FA747 are triadic colors.