COLOR #8E785E

HEX: #8E785E
RGB: (142,120,94)

Color info

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

RGB color model

#8E785E color RGB value is (142,120,94).

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

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 94 of 255 = 37%

142
120
94

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 94 = 356 (100%)
R 142 of 356 ~ 39.89%
G 120 of 356 ~ 33.71%
B 94 of 356 ~ 26.4%

%39.89
%33.71
%26.4

CMYK color model

#8E785E color CMYK value is (0,15,34,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(0,15,34,44)
C0M15Y34K44 
(0%,15%,34%,44%)
(0.00/0.15/0.34/0.44)	

CMYK percentages

%0
%15.49
%33.8
%44.31

Codes

Color #8E785E in popluar color models

8E785E
RGB14212094
HSL33°20.34%46.27%
HSB/HSV33°33.80%55.69%
CMYK0.00%15.49%33.80%
44.31%

Color #8E785E in popluar number systems.

HEX8E785E
Decimal14212094
Binary1000111011110001011110
Octal216170136

Shades and tints

Shades of #8E785E

#8E785E
(142,120,94)
#826E56
(130,110,86)
#76644E
(118,100,78)
#6A5A46
(106,90,70)
#5E503E
(94,80,62)
#524636
(82,70,54)
#463C2E
(70,60,46)
#3A3226
(58,50,38)
#2E281E
(46,40,30)
#221E16
(34,30,22)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8E785E

#8E785E
(142,120,94)
#98846C
(152,132,108)
#A2907A
(162,144,122)
#AC9C88
(172,156,136)
#B6A896
(182,168,150)
#C0B4A4
(192,180,164)
#CAC0B2
(202,192,178)
#D4CCC0
(212,204,192)
#DED8CE
(222,216,206)
#E8E4DC
(232,228,220)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E785E; }

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

This text font color is #8E785E.


Background Color

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

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

This div background color is #8E785E.


Border color

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

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

This div border color is #8E785E.


Opacity

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

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

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

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

This text has shadow with #8E785E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E785E on black background.


Color preview on white background

This text has color #8E785E on white background.



Black color preview on #8E785E background

This text has black color on #8E785E background.


White color preview on #8E785E background

This text has white color on #8E785E background.