COLOR #9E8065

HEX: #9E8065
RGB: (158,128,101)

Color info

#9E8065 contains red, green and blue colors in about the same proportion. Web safe color of #9E8065 is #996666 (or #966).

RGB color model

#9E8065 color RGB value is (158,128,101).

  • red value is 158;
  • green value is 128;
  • blue value is 101.
RGB:
(158,128,101)
(62%,50%,40%)

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 101 of 255 = 40%

158
128
101

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

Portions of RGB colors in percentages

R + G + B =
158 + 128 + 101 = 387 (100%)
R 158 of 387 ~ 40.83%
G 128 of 387 ~ 33.07%
B 101 of 387 ~ 26.1%

%40.83
%33.07
%26.1

CMYK color model

#9E8065 color CMYK value is (0,19,36,38).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(0,19,36,38)
C0M19Y36K38 
(0%,19%,36%,38%)
(0.00/0.19/0.36/0.38)	

CMYK percentages

%0
%18.99
%36.08
%38.04

Codes

Color #9E8065 in popluar color models

9E8065
RGB158128101
HSL28°22.71%50.78%
HSB/HSV28°36.08%61.96%
CMYK0.00%18.99%36.08%
38.04%

Color #9E8065 in popluar number systems.

HEX9E8065
Decimal158128101
Binary10011110100000001100101
Octal236200145

Shades and tints

Shades of #9E8065

#9E8065
(158,128,101)
#90755C
(144,117,92)
#826A53
(130,106,83)
#745F4A
(116,95,74)
#665441
(102,84,65)
#584938
(88,73,56)
#4A3E2F
(74,62,47)
#3C3326
(60,51,38)
#2E281D
(46,40,29)
#201D14
(32,29,20)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #9E8065

#9E8065
(158,128,101)
#A68B73
(166,139,115)
#AE9681
(174,150,129)
#B6A18F
(182,161,143)
#BEAC9D
(190,172,157)
#C6B7AB
(198,183,171)
#CEC2B9
(206,194,185)
#D6CDC7
(214,205,199)
#DED8D5
(222,216,213)
#E6E3E3
(230,227,227)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8065; }

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

This text font color is #9E8065.


Background Color

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

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

This div background color is #9E8065.


Border color

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

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

This div border color is #9E8065.


Opacity

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

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

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

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

This text has shadow with #9E8065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8065 on black background.


Color preview on white background

This text has color #9E8065 on white background.



Black color preview on #9E8065 background

This text has black color on #9E8065 background.


White color preview on #9E8065 background

This text has white color on #9E8065 background.