COLOR #9F9577

HEX: #9F9577
RGB: (159,149,119)

Color info

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

RGB color model

#9F9577 color RGB value is (159,149,119).

  • red value is 159;
  • green value is 149;
  • blue value is 119.
RGB:
(159,149,119)
(62%,58%,47%)

RGB channels and saturation

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

159
149
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 119 = 427 (100%)
R 159 of 427 ~ 37.24%
G 149 of 427 ~ 34.89%
B 119 of 427 ~ 27.87%

%37.24
%34.89
%27.87

CMYK color model

#9F9577 color CMYK value is (0,6,25,38).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(0,6,25,38)
C0M6Y25K38 
(0%,6%,25%,38%)
(0.00/0.06/0.25/0.38)	

CMYK percentages

%0
%6.29
%25.16
%37.65

Codes

Color #9F9577 in popluar color models

9F9577
RGB159149119
HSL45°17.24%54.51%
HSB/HSV45°25.16%62.35%
CMYK0.00%6.29%25.16%
37.65%

Color #9F9577 in popluar number systems.

HEX9F9577
Decimal159149119
Binary10011111100101011110111
Octal237225167

Shades and tints

Shades of #9F9577

#9F9577
(159,149,119)
#91886D
(145,136,109)
#837B63
(131,123,99)
#756E59
(117,110,89)
#67614F
(103,97,79)
#595445
(89,84,69)
#4B473B
(75,71,59)
#3D3A31
(61,58,49)
#2F2D27
(47,45,39)
#21201D
(33,32,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #9F9577

#9F9577
(159,149,119)
#A79E83
(167,158,131)
#AFA78F
(175,167,143)
#B7B09B
(183,176,155)
#BFB9A7
(191,185,167)
#C7C2B3
(199,194,179)
#CFCBBF
(207,203,191)
#D7D4CB
(215,212,203)
#DFDDD7
(223,221,215)
#E7E6E3
(231,230,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F9577; }

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

This text font color is #9F9577.


Background Color

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

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

This div background color is #9F9577.


Border color

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

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

This div border color is #9F9577.


Opacity

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

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

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

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

This text has shadow with #9F9577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F9577 on black background.


Color preview on white background

This text has color #9F9577 on white background.



Black color preview on #9F9577 background

This text has black color on #9F9577 background.


White color preview on #9F9577 background

This text has white color on #9F9577 background.