COLOR #9F8575

HEX: #9F8575 RGB: (159,133,117)

Color info

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

RGB color model

#9F8575 color RGB value is (159,133,117).

RGB: (159,133,117) (62%, 52%, 46%)

RGB channels and saturation

R 159 of 255 = 62%
G 133 of 255 = 52%
B 117 of 255 = 46%

159
133
117

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

Portions of RGB colors in percentages

R + G + B = 159 + 133 + 117 = 409 (100%)
R 159 of 409 ~ 38.88%
G 133 of 409 ~ 32.52%
B 117 of 409 ~ 28.61'%

%38.88
%32.52
%28.61

CMYK color model

#9F8575 color CMYK value is (0,16,26,38).

  • cyan value is 0.00%
  • magenta value is 16.35%
  • yellow value is 26.42%
  • key color value is 37.65%

CMYK: (0,16,26,38)
C0M16Y26K38 (0%, 16%, 26%, 38%)
(0.00 / 0.16 / 0.26 / 0.38)

CMYK percentages

%0
%16.35
%26.42
%37.65

Codes

Color #9F8575 in popluar color models

9F 85 75
RGB 159 133 117
HSL 23° 17.95% 54.12%
HSB/HSV 23° 26.42% 62.35%
CMYK 0.00% 16.35% 26.42%
37.65%

Color #9F8575 in popluar number systems.

HEX 9F 85 75
Decimal 159 133 117
Binary 10011111 10000101 1110101
Octal 237 205 165

Shades and tints

Shades of #9F8575

#9F8575
(159,133,117)
#91796B
(145,121,107)
#836D61
(131,109,97)
#756157
(117,97,87)
#67554D
(103,85,77)
#594943
(89,73,67)
#4B3D39
(75,61,57)
#3D312F
(61,49,47)
#2F2525
(47,37,37)
#21191B
(33,25,27)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #9F8575

#9F8575
(159,133,117)
#A79081
(167,144,129)
#AF9B8D
(175,155,141)
#B7A699
(183,166,153)
#BFB1A5
(191,177,165)
#C7BCB1
(199,188,177)
#CFC7BD
(207,199,189)
#D7D2C9
(215,210,201)
#DFDDD5
(223,221,213)
#E7E8E1
(231,232,225)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F8575; }

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

This text font color is #9F8575.

Background Color

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

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

This div background color is #9F8575.

Border color

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

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

This div border color is #9F8575.

Opacity

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

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

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

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

This text has shadow with #9F8575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F8575.

Preview

Color preview on black background

This text has color #9F8575 on black background.


Color preview on white background

This text has color #9F8575 on white background.


Black color preview on #9F8575 background

This text has black color on #9F8575 background.


White color preview on #9F8575 background

This text has white color on #9F8575 background.


Related colors

Complementary color

Complementary color for #hex is #607A8A.


I love getcolorcode.com

Triadic colors

1 #759F85 and #85759F with #9F8575 are triadic colors.

2 #75859F and #859F75 with #9F8575 are triadic colors.