COLOR #9E9575

HEX: #9E9575
RGB: (158,149,117)

Color info

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

RGB color model

#9E9575 color RGB value is (158,149,117).

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

RGB channels and saturation

R 158 of 255 = 62%
G 149 of 255 = 58%
B 117 of 255 = 46%

158
149
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 149 + 117 = 424 (100%)
R 158 of 424 ~ 37.26%
G 149 of 424 ~ 35.14%
B 117 of 424 ~ 27.59%

%37.26
%35.14
%27.59

CMYK color model

#9E9575 color CMYK value is (0,6,26,38).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 25.95%
  • key color value is 38.04%
CMYK:
(0,6,26,38)
C0M6Y26K38 
(0%,6%,26%,38%)
(0.00/0.06/0.26/0.38)	

CMYK percentages

%0
%5.7
%25.95
%38.04

Codes

Color #9E9575 in popluar color models

9E9575
RGB158149117
HSL47°17.45%53.92%
HSB/HSV47°25.95%61.96%
CMYK0.00%5.70%25.95%
38.04%

Color #9E9575 in popluar number systems.

HEX9E9575
Decimal158149117
Binary10011110100101011110101
Octal236225165

Shades and tints

Shades of #9E9575

#9E9575
(158,149,117)
#90886B
(144,136,107)
#827B61
(130,123,97)
#746E57
(116,110,87)
#66614D
(102,97,77)
#585443
(88,84,67)
#4A4739
(74,71,57)
#3C3A2F
(60,58,47)
#2E2D25
(46,45,37)
#20201B
(32,32,27)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #9E9575

#9E9575
(158,149,117)
#A69E81
(166,158,129)
#AEA78D
(174,167,141)
#B6B099
(182,176,153)
#BEB9A5
(190,185,165)
#C6C2B1
(198,194,177)
#CECBBD
(206,203,189)
#D6D4C9
(214,212,201)
#DEDDD5
(222,221,213)
#E6E6E1
(230,230,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9575; }

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

This text font color is #9E9575.


Background Color

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

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

This div background color is #9E9575.


Border color

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

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

This div border color is #9E9575.


Opacity

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

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

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

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

This text has shadow with #9E9575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9575 on black background.


Color preview on white background

This text has color #9E9575 on white background.



Black color preview on #9E9575 background

This text has black color on #9E9575 background.


White color preview on #9E9575 background

This text has white color on #9E9575 background.