COLOR #9F8573

HEX: #9F8573
RGB: (159,133,115)

Color info

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

RGB color model

#9F8573 color RGB value is (159,133,115).

  • red value is 159;
  • green value is 133;
  • blue value is 115.
RGB:
(159,133,115)
(62%,52%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 133 of 255 = 52%
B 115 of 255 = 45%

159
133
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 133 + 115 = 407 (100%)
R 159 of 407 ~ 39.07%
G 133 of 407 ~ 32.68%
B 115 of 407 ~ 28.26%

%39.07
%32.68
%28.26

CMYK color model

#9F8573 color CMYK value is (0,16,28,38).

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,16,28,38)
C0M16Y28K38 
(0%,16%,28%,38%)
(0.00/0.16/0.28/0.38)	

CMYK percentages

%0
%16.35
%27.67
%37.65

Codes

Color #9F8573 in popluar color models

9F8573
RGB159133115
HSL25°18.64%53.73%
HSB/HSV25°27.67%62.35%
CMYK0.00%16.35%27.67%
37.65%

Color #9F8573 in popluar number systems.

HEX9F8573
Decimal159133115
Binary10011111100001011110011
Octal237205163

Shades and tints

Shades of #9F8573

#9F8573
(159,133,115)
#917969
(145,121,105)
#836D5F
(131,109,95)
#756155
(117,97,85)
#67554B
(103,85,75)
#594941
(89,73,65)
#4B3D37
(75,61,55)
#3D312D
(61,49,45)
#2F2523
(47,37,35)
#211919
(33,25,25)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #9F8573

#9F8573
(159,133,115)
#A7907F
(167,144,127)
#AF9B8B
(175,155,139)
#B7A697
(183,166,151)
#BFB1A3
(191,177,163)
#C7BCAF
(199,188,175)
#CFC7BB
(207,199,187)
#D7D2C7
(215,210,199)
#DFDDD3
(223,221,211)
#E7E8DF
(231,232,223)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8573 color. Also use rgb(159,133,115) instead hex code.

Text Font Color

.myTextColor { color: #9F8573; }

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

This text font color is #9F8573.


Background Color

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

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

This div background color is #9F8573.


Border color

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

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

This div border color is #9F8573.


Opacity

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

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

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

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

This text has shadow with #9F8573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8573 on black background.


Color preview on white background

This text has color #9F8573 on white background.



Black color preview on #9F8573 background

This text has black color on #9F8573 background.


White color preview on #9F8573 background

This text has white color on #9F8573 background.