COLOR #9F9477

HEX: #9F9477 RGB: (159,148,119)

Color info

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

RGB color model

#9F9477 color RGB value is (159,148,119).

RGB: (159,148,119) (62%, 58%, 47%)

RGB channels and saturation

R 159 of 255 = 62%
G 148 of 255 = 58%
B 119 of 255 = 47%

159
148
119

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

Portions of RGB colors in percentages

R + G + B = 159 + 148 + 119 = 426 (100%)
R 159 of 426 ~ 37.32%
G 148 of 426 ~ 34.74%
B 119 of 426 ~ 27.93'%

%37.32
%34.74
%27.93

CMYK color model

#9F9477 color CMYK value is (0,7,25,38).

  • cyan value is 0.00%
  • magenta value is 6.92%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK: (0,7,25,38) C0M7Y25K38 (0%,7%,25%,38%) (0.00/0.07/0.25/0.38) 

CMYK percentages

%0
%6.92
%25.16
%37.65

Codes

Color #9F9477 in popluar color models

9F 94 77
RGB 159 148 119
HSL 44° 17.24% 54.51%
HSB/HSV 44° 25.16% 62.35%
CMYK 0.00% 6.92% 25.16%
37.65%

Color #9F9477 in popluar number systems.

HEX 9F 94 77
Decimal 159 148 119
Binary 10011111 10010100 1110111
Octal 237 224 167

Shades and tints

Shades of #9F9477

#9F9477
(159,148,119)
#91876D
(145,135,109)
#837A63
(131,122,99)
#756D59
(117,109,89)
#67604F
(103,96,79)
#595345
(89,83,69)
#4B463B
(75,70,59)
#3D3931
(61,57,49)
#2F2C27
(47,44,39)
#211F1D
(33,31,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #9F9477

#9F9477
(159,148,119)
#A79D83
(167,157,131)
#AFA68F
(175,166,143)
#B7AF9B
(183,175,155)
#BFB8A7
(191,184,167)
#C7C1B3
(199,193,179)
#CFCABF
(207,202,191)
#D7D3CB
(215,211,203)
#DFDCD7
(223,220,215)
#E7E5E3
(231,229,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9477; }

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

This text font color is #9F9477.

Background Color

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

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

This div background color is #9F9477.

Border color

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

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

This div border color is #9F9477.

Opacity

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

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

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

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

This text has shadow with #9F9477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F9477.

Preview

Color preview on black background

This text has color #9F9477 on black background.


Color preview on white background

This text has color #9F9477 on white background.


Black color preview on #9F9477 background

This text has black color on #9F9477 background.


White color preview on #9F9477 background

This text has white color on #9F9477 background.


Related colors

Complementary color

Complementary color for #hex is #606B88.


I love getcolorcode.com

Triadic colors

1 #779F94 and #94779F with #9F9477 are triadic colors.

2 #77949F and #949F77 with #9F9477 are triadic colors.