COLOR #9E895F

HEX: #9E895F RGB: (158,137,95)

Color info

#9E895F contains mainly red and green colors. Web safe color of #9E895F is #999966 (or #996).

RGB color model

#9E895F color RGB value is (158,137,95).

RGB: (158,137,95) (62%, 54%, 37%)

RGB channels and saturation

R 158 of 255 = 62%
G 137 of 255 = 54%
B 95 of 255 = 37%

158
137
95

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

Portions of RGB colors in percentages

R + G + B = 158 + 137 + 95 = 390 (100%)
R 158 of 390 ~ 40.51%
G 137 of 390 ~ 35.13%
B 95 of 390 ~ 24.36'%

%40.51
%35.13
%24.36

CMYK color model

#9E895F color CMYK value is (0,13,40,38).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 39.87%
  • key color value is 38.04%

CMYK: (0,13,40,38)
C0M13Y40K38 (0%, 13%, 40%, 38%)
(0.00 / 0.13 / 0.40 / 0.38)

CMYK percentages

%0
%13.29
%39.87
%38.04

Codes

Color #9E895F in popluar color models

9E 89 5F
RGB 158 137 95
HSL 40° 24.90% 49.61%
HSB/HSV 40° 39.87% 61.96%
CMYK 0.00% 13.29% 39.87%
38.04%

Color #9E895F in popluar number systems.

HEX 9E 89 5F
Decimal 158 137 95
Binary 10011110 10001001 1011111
Octal 236 211 137

Shades and tints

Shades of #9E895F

#9E895F
(158,137,95)
#907D57
(144,125,87)
#82714F
(130,113,79)
#746547
(116,101,71)
#66593F
(102,89,63)
#584D37
(88,77,55)
#4A412F
(74,65,47)
#3C3527
(60,53,39)
#2E291F
(46,41,31)
#201D17
(32,29,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #9E895F

#9E895F
(158,137,95)
#A6936D
(166,147,109)
#AE9D7B
(174,157,123)
#B6A789
(182,167,137)
#BEB197
(190,177,151)
#C6BBA5
(198,187,165)
#CEC5B3
(206,197,179)
#D6CFC1
(214,207,193)
#DED9CF
(222,217,207)
#E6E3DD
(230,227,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E895F color. Also use rgb(158,137,95) instead hex code.

Text Font Color

.myTextColor { color: #9E895F; }

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

This text font color is #9E895F.

Background Color

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

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

This div background color is #9E895F.

Border color

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

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

This div border color is #9E895F.

Opacity

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

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

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

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

This text has shadow with #9E895F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E895F.

Preview

Color preview on black background

This text has color #9E895F on black background.


Color preview on white background

This text has color #9E895F on white background.


Black color preview on #9E895F background

This text has black color on #9E895F background.


White color preview on #9E895F background

This text has white color on #9E895F background.


Related colors

Complementary color

Complementary color for #hex is #6176A0.


I love getcolorcode.com

Triadic colors

1 #5F9E89 and #895F9E with #9E895F are triadic colors.

2 #5F899E and #899E5F with #9E895F are triadic colors.