COLOR #8E7464

HEX: #8E7464
RGB: (142,116,100)

Color info

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

RGB color model

#8E7464 color RGB value is (142,116,100).

  • red value is 142;
  • green value is 116;
  • blue value is 100.
RGB:
(142,116,100)
(56%,45%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 100 of 255 = 39%

142
116
100

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 100 = 358 (100%)
R 142 of 358 ~ 39.66%
G 116 of 358 ~ 32.4%
B 100 of 358 ~ 27.93%

%39.66
%32.4
%27.93

CMYK color model

#8E7464 color CMYK value is (0,18,30,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(0,18,30,44)
C0M18Y30K44 
(0%,18%,30%,44%)
(0.00/0.18/0.30/0.44)	

CMYK percentages

%0
%18.31
%29.58
%44.31

Codes

Color #8E7464 in popluar color models

8E7464
RGB142116100
HSL23°17.36%47.45%
HSB/HSV23°29.58%55.69%
CMYK0.00%18.31%29.58%
44.31%

Color #8E7464 in popluar number systems.

HEX8E7464
Decimal142116100
Binary1000111011101001100100
Octal216164144

Shades and tints

Shades of #8E7464

#8E7464
(142,116,100)
#826A5B
(130,106,91)
#766052
(118,96,82)
#6A5649
(106,86,73)
#5E4C40
(94,76,64)
#524237
(82,66,55)
#46382E
(70,56,46)
#3A2E25
(58,46,37)
#2E241C
(46,36,28)
#221A13
(34,26,19)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #8E7464

#8E7464
(142,116,100)
#988072
(152,128,114)
#A28C80
(162,140,128)
#AC988E
(172,152,142)
#B6A49C
(182,164,156)
#C0B0AA
(192,176,170)
#CABCB8
(202,188,184)
#D4C8C6
(212,200,198)
#DED4D4
(222,212,212)
#E8E0E2
(232,224,226)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7464 color. Also use rgb(142,116,100) instead hex code.

Text Font Color

.myTextColor { color: #8E7464; }

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

This text font color is #8E7464.


Background Color

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

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

This div background color is #8E7464.


Border color

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

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

This div border color is #8E7464.


Opacity

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

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

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

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

This text has shadow with #8E7464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7464 on black background.


Color preview on white background

This text has color #8E7464 on white background.



Black color preview on #8E7464 background

This text has black color on #8E7464 background.


White color preview on #8E7464 background

This text has white color on #8E7464 background.