COLOR #9E8171

HEX: #9E8171
RGB: (158,129,113)

Color info

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

RGB color model

#9E8171 color RGB value is (158,129,113).

  • red value is 158;
  • green value is 129;
  • blue value is 113.
RGB:
(158,129,113)
(62%,51%,44%)

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 113 of 255 = 44%

158
129
113

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

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 113 = 400 (100%)
R 158 of 400 ~ 39.5%
G 129 of 400 ~ 32.25%
B 113 of 400 ~ 28.25%

%39.5
%32.25
%28.25

CMYK color model

#9E8171 color CMYK value is (0,18,28,38).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 28.48%
  • key color value is 38.04%
CMYK:
(0,18,28,38)
C0M18Y28K38 
(0%,18%,28%,38%)
(0.00/0.18/0.28/0.38)	

CMYK percentages

%0
%18.35
%28.48
%38.04

Codes

Color #9E8171 in popluar color models

9E8171
RGB158129113
HSL21°18.83%53.14%
HSB/HSV21°28.48%61.96%
CMYK0.00%18.35%28.48%
38.04%

Color #9E8171 in popluar number systems.

HEX9E8171
Decimal158129113
Binary10011110100000011110001
Octal236201161

Shades and tints

Shades of #9E8171

#9E8171
(158,129,113)
#907667
(144,118,103)
#826B5D
(130,107,93)
#746053
(116,96,83)
#665549
(102,85,73)
#584A3F
(88,74,63)
#4A3F35
(74,63,53)
#3C342B
(60,52,43)
#2E2921
(46,41,33)
#201E17
(32,30,23)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #9E8171

#9E8171
(158,129,113)
#A68C7D
(166,140,125)
#AE9789
(174,151,137)
#B6A295
(182,162,149)
#BEADA1
(190,173,161)
#C6B8AD
(198,184,173)
#CEC3B9
(206,195,185)
#D6CEC5
(214,206,197)
#DED9D1
(222,217,209)
#E6E4DD
(230,228,221)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8171 color. Also use rgb(158,129,113) instead hex code.

Text Font Color

.myTextColor { color: #9E8171; }

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

This text font color is #9E8171.


Background Color

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

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

This div background color is #9E8171.


Border color

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

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

This div border color is #9E8171.


Opacity

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

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

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

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

This text has shadow with #9E8171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8171 on black background.


Color preview on white background

This text has color #9E8171 on white background.



Black color preview on #9E8171 background

This text has black color on #9E8171 background.


White color preview on #9E8171 background

This text has white color on #9E8171 background.