COLOR #9FA477

HEX: #9FA477 RGB: (159,164,119)

Color info

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

RGB color model

#9FA477 color RGB value is (159,164,119).

RGB: (159,164,119) (62%, 64%, 47%)

RGB channels and saturation

R 159 of 255 = 62%
G 164 of 255 = 64%
B 119 of 255 = 47%

159
164
119

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

Portions of RGB colors in percentages

R + G + B = 159 + 164 + 119 = 442 (100%)
R 159 of 442 ~ 35.97%
G 164 of 442 ~ 37.1%
B 119 of 442 ~ 26.92'%

%35.97
%37.1
%26.92

CMYK color model

#9FA477 color CMYK value is (3,0,27,36).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 27.44%
  • key color value is 35.69%

CMYK: (3,0,27,36)
C3M0Y27K36 (3%, 0%, 27%, 36%)
(0.03 / 0.00 / 0.27 / 0.36)

CMYK percentages

%3.05
%0
%27.44
%35.69

Codes

Color #9FA477 in popluar color models

9F A4 77
RGB 159 164 119
HSL 67° 19.82% 55.49%
HSB/HSV 67° 27.44% 64.31%
CMYK 3.05% 0.00% 27.44%
35.69%

Color #9FA477 in popluar number systems.

HEX 9F A4 77
Decimal 159 164 119
Binary 10011111 10100100 1110111
Octal 237 244 167

Shades and tints

Shades of #9FA477

#9FA477
(159,164,119)
#91966D
(145,150,109)
#838863
(131,136,99)
#757A59
(117,122,89)
#676C4F
(103,108,79)
#595E45
(89,94,69)
#4B503B
(75,80,59)
#3D4231
(61,66,49)
#2F3427
(47,52,39)
#21261D
(33,38,29)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FA477

#9FA477
(159,164,119)
#A7AC83
(167,172,131)
#AFB48F
(175,180,143)
#B7BC9B
(183,188,155)
#BFC4A7
(191,196,167)
#C7CCB3
(199,204,179)
#CFD4BF
(207,212,191)
#D7DCCB
(215,220,203)
#DFE4D7
(223,228,215)
#E7ECE3
(231,236,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FA477 color. Also use rgb(159,164,119) instead hex code.

Text Font Color

.myTextColor { color: #9FA477; }

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

This text font color is #9FA477.

Background Color

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

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

This div background color is #9FA477.

Border color

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

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

This div border color is #9FA477.

Opacity

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

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

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

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

This text has shadow with #9FA477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FA477.

Preview

Color preview on black background

This text has color #9FA477 on black background.


Color preview on white background

This text has color #9FA477 on white background.


Black color preview on #9FA477 background

This text has black color on #9FA477 background.


White color preview on #9FA477 background

This text has white color on #9FA477 background.


Related colors

Complementary color

Complementary color for #hex is #605B88.


I love getcolorcode.com

Triadic colors

1 #779FA4 and #A4779F with #9FA477 are triadic colors.

2 #77A49F and #A49F77 with #9FA477 are triadic colors.