COLOR #9F857D

HEX: #9F857D RGB: (159,133,125)

Color info

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

RGB color model

#9F857D color RGB value is (159,133,125).

RGB: (159,133,125) (62%, 52%, 49%)

RGB channels and saturation

R 159 of 255 = 62%
G 133 of 255 = 52%
B 125 of 255 = 49%

159
133
125

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

Portions of RGB colors in percentages

R + G + B = 159 + 133 + 125 = 417 (100%)
R 159 of 417 ~ 38.13%
G 133 of 417 ~ 31.89%
B 125 of 417 ~ 29.98'%

%38.13
%31.89
%29.98

CMYK color model

#9F857D color CMYK value is (0,16,21,38).

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

CMYK: (0,16,21,38)
C0M16Y21K38 (0%, 16%, 21%, 38%)
(0.00 / 0.16 / 0.21 / 0.38)

CMYK percentages

%0
%16.35
%21.38
%37.65

Codes

Color #9F857D in popluar color models

9F 85 7D
RGB 159 133 125
HSL 14° 15.04% 55.69%
HSB/HSV 14° 21.38% 62.35%
CMYK 0.00% 16.35% 21.38%
37.65%

Color #9F857D in popluar number systems.

HEX 9F 85 7D
Decimal 159 133 125
Binary 10011111 10000101 1111101
Octal 237 205 175

Shades and tints

Shades of #9F857D

#9F857D
(159,133,125)
#917972
(145,121,114)
#836D67
(131,109,103)
#75615C
(117,97,92)
#675551
(103,85,81)
#594946
(89,73,70)
#4B3D3B
(75,61,59)
#3D3130
(61,49,48)
#2F2525
(47,37,37)
#21191A
(33,25,26)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #9F857D

#9F857D
(159,133,125)
#A79088
(167,144,136)
#AF9B93
(175,155,147)
#B7A69E
(183,166,158)
#BFB1A9
(191,177,169)
#C7BCB4
(199,188,180)
#CFC7BF
(207,199,191)
#D7D2CA
(215,210,202)
#DFDDD5
(223,221,213)
#E7E8E0
(231,232,224)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F857D; }

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

This text font color is #9F857D.

Background Color

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

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

This div background color is #9F857D.

Border color

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

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

This div border color is #9F857D.

Opacity

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

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

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

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

This text has shadow with #9F857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F857D.

Preview

Color preview on black background

This text has color #9F857D on black background.


Color preview on white background

This text has color #9F857D on white background.


Black color preview on #9F857D background

This text has black color on #9F857D background.


White color preview on #9F857D background

This text has white color on #9F857D background.


Related colors

Complementary color

Complementary color for #hex is #607A82.


I love getcolorcode.com

Triadic colors

1 #7D9F85 and #857D9F with #9F857D are triadic colors.

2 #7D859F and #859F7D with #9F857D are triadic colors.