COLOR #8E7C64

HEX: #8E7C64
RGB: (142,124,100)

Color info

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

RGB color model

#8E7C64 color RGB value is (142,124,100).

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

RGB channels and saturation

R 142 of 255 = 56%
G 124 of 255 = 49%
B 100 of 255 = 39%

142
124
100

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

Portions of RGB colors in percentages

R + G + B =
142 + 124 + 100 = 366 (100%)
R 142 of 366 ~ 38.8%
G 124 of 366 ~ 33.88%
B 100 of 366 ~ 27.32%

%38.8
%33.88
%27.32

CMYK color model

#8E7C64 color CMYK value is (0,13,30,44).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 29.58%
  • key color value is 44.31%
CMYK:
(0,13,30,44)
C0M13Y30K44 
(0%,13%,30%,44%)
(0.00/0.13/0.30/0.44)	

CMYK percentages

%0
%12.68
%29.58
%44.31

Codes

Color #8E7C64 in popluar color models

8E7C64
RGB142124100
HSL34°17.36%47.45%
HSB/HSV34°29.58%55.69%
CMYK0.00%12.68%29.58%
44.31%

Color #8E7C64 in popluar number systems.

HEX8E7C64
Decimal142124100
Binary1000111011111001100100
Octal216174144

Shades and tints

Shades of #8E7C64

#8E7C64
(142,124,100)
#82715B
(130,113,91)
#766652
(118,102,82)
#6A5B49
(106,91,73)
#5E5040
(94,80,64)
#524537
(82,69,55)
#463A2E
(70,58,46)
#3A2F25
(58,47,37)
#2E241C
(46,36,28)
#221913
(34,25,19)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #8E7C64

#8E7C64
(142,124,100)
#988772
(152,135,114)
#A29280
(162,146,128)
#AC9D8E
(172,157,142)
#B6A89C
(182,168,156)
#C0B3AA
(192,179,170)
#CABEB8
(202,190,184)
#D4C9C6
(212,201,198)
#DED4D4
(222,212,212)
#E8DFE2
(232,223,226)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7C64; }

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

This text font color is #8E7C64.


Background Color

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

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

This div background color is #8E7C64.


Border color

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

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

This div border color is #8E7C64.


Opacity

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

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

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

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

This text has shadow with #8E7C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7C64 on black background.


Color preview on white background

This text has color #8E7C64 on white background.



Black color preview on #8E7C64 background

This text has black color on #8E7C64 background.


White color preview on #8E7C64 background

This text has white color on #8E7C64 background.