COLOR #9E8465

HEX: #9E8465 RGB: (158,132,101)

Color info

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

RGB color model

#9E8465 color RGB value is (158,132,101).

RGB: (158,132,101) (62%, 52%, 40%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 101 of 255 = 40%

158
132
101

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

Portions of RGB colors in percentages

R + G + B = 158 + 132 + 101 = 391 (100%)
R 158 of 391 ~ 40.41%
G 132 of 391 ~ 33.76%
B 101 of 391 ~ 25.83'%

%40.41
%33.76
%25.83

CMYK color model

#9E8465 color CMYK value is (0,16,36,38).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK: (0,16,36,38) C0M16Y36K38 (0%,16%,36%,38%) (0.00/0.16/0.36/0.38) 

CMYK percentages

%0
%16.46
%36.08
%38.04

Codes

Color #9E8465 in popluar color models

9E 84 65
RGB 158 132 101
HSL 33° 22.71% 50.78%
HSB/HSV 33° 36.08% 61.96%
CMYK 0.00% 16.46% 36.08%
38.04%

Color #9E8465 in popluar number systems.

HEX 9E 84 65
Decimal 158 132 101
Binary 10011110 10000100 1100101
Octal 236 204 145

Shades and tints

Shades of #9E8465

#9E8465
(158,132,101)
#90785C
(144,120,92)
#826C53
(130,108,83)
#74604A
(116,96,74)
#665441
(102,84,65)
#584838
(88,72,56)
#4A3C2F
(74,60,47)
#3C3026
(60,48,38)
#2E241D
(46,36,29)
#201814
(32,24,20)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #9E8465

#9E8465
(158,132,101)
#A68F73
(166,143,115)
#AE9A81
(174,154,129)
#B6A58F
(182,165,143)
#BEB09D
(190,176,157)
#C6BBAB
(198,187,171)
#CEC6B9
(206,198,185)
#D6D1C7
(214,209,199)
#DEDCD5
(222,220,213)
#E6E7E3
(230,231,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8465 color. Also use rgb(158,132,101) instead hex code.

Text Font Color

.myTextColor { color: #9E8465; }

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

This text font color is #9E8465.

Background Color

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

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

This div background color is #9E8465.

Border color

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

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

This div border color is #9E8465.

Opacity

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

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

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

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

This text has shadow with #9E8465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E8465.

Preview

Color preview on black background

This text has color #9E8465 on black background.


Color preview on white background

This text has color #9E8465 on white background.


Black color preview on #9E8465 background

This text has black color on #9E8465 background.


White color preview on #9E8465 background

This text has white color on #9E8465 background.


Related colors

Complementary color

Complementary color for #hex is #617B9A.


I love getcolorcode.com

Triadic colors

1 #659E84 and #84659E with #9E8465 are triadic colors.

2 #65849E and #849E65 with #9E8465 are triadic colors.