COLOR #8E735E

HEX: #8E735E
RGB: (142,115,94)

Color info

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

RGB color model

#8E735E color RGB value is (142,115,94).

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

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 94 of 255 = 37%

142
115
94

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

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 94 = 351 (100%)
R 142 of 351 ~ 40.46%
G 115 of 351 ~ 32.76%
B 94 of 351 ~ 26.78%

%40.46
%32.76
%26.78

CMYK color model

#8E735E color CMYK value is (0,19,34,44).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK:
(0,19,34,44)
C0M19Y34K44 
(0%,19%,34%,44%)
(0.00/0.19/0.34/0.44)	

CMYK percentages

%0
%19.01
%33.8
%44.31

Codes

Color #8E735E in popluar color models

8E735E
RGB14211594
HSL26°20.34%46.27%
HSB/HSV26°33.80%55.69%
CMYK0.00%19.01%33.80%
44.31%

Color #8E735E in popluar number systems.

HEX8E735E
Decimal14211594
Binary1000111011100111011110
Octal216163136

Shades and tints

Shades of #8E735E

#8E735E
(142,115,94)
#826956
(130,105,86)
#765F4E
(118,95,78)
#6A5546
(106,85,70)
#5E4B3E
(94,75,62)
#524136
(82,65,54)
#46372E
(70,55,46)
#3A2D26
(58,45,38)
#2E231E
(46,35,30)
#221916
(34,25,22)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #8E735E

#8E735E
(142,115,94)
#987F6C
(152,127,108)
#A28B7A
(162,139,122)
#AC9788
(172,151,136)
#B6A396
(182,163,150)
#C0AFA4
(192,175,164)
#CABBB2
(202,187,178)
#D4C7C0
(212,199,192)
#DED3CE
(222,211,206)
#E8DFDC
(232,223,220)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E735E; }

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

This text font color is #8E735E.


Background Color

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

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

This div background color is #8E735E.


Border color

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

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

This div border color is #8E735E.


Opacity

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

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

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

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

This text has shadow with #8E735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E735E on black background.


Color preview on white background

This text has color #8E735E on white background.



Black color preview on #8E735E background

This text has black color on #8E735E background.


White color preview on #8E735E background

This text has white color on #8E735E background.