COLOR #9E8069

HEX: #9E8069
RGB: (158,128,105)

Color info

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

RGB color model

#9E8069 color RGB value is (158,128,105).

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

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 105 of 255 = 41%

158
128
105

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

Portions of RGB colors in percentages

R + G + B =
158 + 128 + 105 = 391 (100%)
R 158 of 391 ~ 40.41%
G 128 of 391 ~ 32.74%
B 105 of 391 ~ 26.85%

%40.41
%32.74
%26.85

CMYK color model

#9E8069 color CMYK value is (0,19,34,38).

  • cyan value is 0.00%
  • magenta value is 18.99%
  • yellow value is 33.54%
  • key color value is 38.04%
CMYK:
(0,19,34,38)
C0M19Y34K38 
(0%,19%,34%,38%)
(0.00/0.19/0.34/0.38)	

CMYK percentages

%0
%18.99
%33.54
%38.04

Codes

Color #9E8069 in popluar color models

9E8069
RGB158128105
HSL26°21.46%51.57%
HSB/HSV26°33.54%61.96%
CMYK0.00%18.99%33.54%
38.04%

Color #9E8069 in popluar number systems.

HEX9E8069
Decimal158128105
Binary10011110100000001101001
Octal236200151

Shades and tints

Shades of #9E8069

#9E8069
(158,128,105)
#907560
(144,117,96)
#826A57
(130,106,87)
#745F4E
(116,95,78)
#665445
(102,84,69)
#58493C
(88,73,60)
#4A3E33
(74,62,51)
#3C332A
(60,51,42)
#2E2821
(46,40,33)
#201D18
(32,29,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #9E8069

#9E8069
(158,128,105)
#A68B76
(166,139,118)
#AE9683
(174,150,131)
#B6A190
(182,161,144)
#BEAC9D
(190,172,157)
#C6B7AA
(198,183,170)
#CEC2B7
(206,194,183)
#D6CDC4
(214,205,196)
#DED8D1
(222,216,209)
#E6E3DE
(230,227,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E8069; }

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

This text font color is #9E8069.


Background Color

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

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

This div background color is #9E8069.


Border color

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

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

This div border color is #9E8069.


Opacity

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

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

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

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

This text has shadow with #9E8069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8069 on black background.


Color preview on white background

This text has color #9E8069 on white background.



Black color preview on #9E8069 background

This text has black color on #9E8069 background.


White color preview on #9E8069 background

This text has white color on #9E8069 background.