COLOR #9E8175

HEX: #9E8175
RGB: (158,129,117)

Color info

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

RGB color model

#9E8175 color RGB value is (158,129,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 129 of 255 = 51%
B 117 of 255 = 46%

158
129
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 129 + 117 = 404 (100%)
R 158 of 404 ~ 39.11%
G 129 of 404 ~ 31.93%
B 117 of 404 ~ 28.96%

%39.11
%31.93
%28.96

CMYK color model

#9E8175 color CMYK value is (0,18,26,38).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,18,26,38)
C0M18Y26K38 
(0%,18%,26%,38%)
(0.00/0.18/0.26/0.38)	

CMYK percentages

%0
%18.35
%25.95
%38.04

Codes

Color #9E8175 in popluar color models

9E8175
RGB158129117
HSL18°17.45%53.92%
HSB/HSV18°25.95%61.96%
CMYK0.00%18.35%25.95%
38.04%

Color #9E8175 in popluar number systems.

HEX9E8175
Decimal158129117
Binary10011110100000011110101
Octal236201165

Shades and tints

Shades of #9E8175

#9E8175
(158,129,117)
#90766B
(144,118,107)
#826B61
(130,107,97)
#746057
(116,96,87)
#66554D
(102,85,77)
#584A43
(88,74,67)
#4A3F39
(74,63,57)
#3C342F
(60,52,47)
#2E2925
(46,41,37)
#201E1B
(32,30,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9E8175

#9E8175
(158,129,117)
#A68C81
(166,140,129)
#AE978D
(174,151,141)
#B6A299
(182,162,153)
#BEADA5
(190,173,165)
#C6B8B1
(198,184,177)
#CEC3BD
(206,195,189)
#D6CEC9
(214,206,201)
#DED9D5
(222,217,213)
#E6E4E1
(230,228,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8175; }

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

This text font color is #9E8175.


Background Color

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

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

This div background color is #9E8175.


Border color

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

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

This div border color is #9E8175.


Opacity

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

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

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

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

This text has shadow with #9E8175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8175 on black background.


Color preview on white background

This text has color #9E8175 on white background.



Black color preview on #9E8175 background

This text has black color on #9E8175 background.


White color preview on #9E8175 background

This text has white color on #9E8175 background.