COLOR #9E785E

HEX: #9E785E
RGB: (158,120,94)

Color info

#9E785E contains mainly red and green colors. Web safe color of #9E785E is #996666 (or #966).

RGB color model

#9E785E color RGB value is (158,120,94).

  • red value is 158;
  • green value is 120;
  • blue value is 94.
RGB:
(158,120,94)
(62%,47%,37%)

RGB channels and saturation

R 158 of 255 = 62%
G 120 of 255 = 47%
B 94 of 255 = 37%

158
120
94

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

Portions of RGB colors in percentages

R + G + B =
158 + 120 + 94 = 372 (100%)
R 158 of 372 ~ 42.47%
G 120 of 372 ~ 32.26%
B 94 of 372 ~ 25.27%

%42.47
%32.26
%25.27

CMYK color model

#9E785E color CMYK value is (0,24,41,38).

  • cyan value is 0.00%
  • magenta value is 24.05%
  • yellow value is 40.51%
  • key color value is 38.04%
CMYK:
(0,24,41,38)
C0M24Y41K38 
(0%,24%,41%,38%)
(0.00/0.24/0.41/0.38)	

CMYK percentages

%0
%24.05
%40.51
%38.04

Codes

Color #9E785E in popluar color models

9E785E
RGB15812094
HSL24°25.40%49.41%
HSB/HSV24°40.51%61.96%
CMYK0.00%24.05%40.51%
38.04%

Color #9E785E in popluar number systems.

HEX9E785E
Decimal15812094
Binary1001111011110001011110
Octal236170136

Shades and tints

Shades of #9E785E

#9E785E
(158,120,94)
#906E56
(144,110,86)
#82644E
(130,100,78)
#745A46
(116,90,70)
#66503E
(102,80,62)
#584636
(88,70,54)
#4A3C2E
(74,60,46)
#3C3226
(60,50,38)
#2E281E
(46,40,30)
#201E16
(32,30,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #9E785E

#9E785E
(158,120,94)
#A6846C
(166,132,108)
#AE907A
(174,144,122)
#B69C88
(182,156,136)
#BEA896
(190,168,150)
#C6B4A4
(198,180,164)
#CEC0B2
(206,192,178)
#D6CCC0
(214,204,192)
#DED8CE
(222,216,206)
#E6E4DC
(230,228,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E785E color. Also use rgb(158,120,94) instead hex code.

Text Font Color

.myTextColor { color: #9E785E; }

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

This text font color is #9E785E.


Background Color

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

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

This div background color is #9E785E.


Border color

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

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

This div border color is #9E785E.


Opacity

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

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

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

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

This text has shadow with #9E785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E785E on black background.


Color preview on white background

This text has color #9E785E on white background.



Black color preview on #9E785E background

This text has black color on #9E785E background.


White color preview on #9E785E background

This text has white color on #9E785E background.