COLOR #8E7054

HEX: #8E7054
RGB: (142,112,84)

Color info

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

RGB color model

#8E7054 color RGB value is (142,112,84).

  • red value is 142;
  • green value is 112;
  • blue value is 84.
RGB:
(142,112,84)
(56%,44%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 112 of 255 = 44%
B 84 of 255 = 33%

142
112
84

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

Portions of RGB colors in percentages

R + G + B =
142 + 112 + 84 = 338 (100%)
R 142 of 338 ~ 42.01%
G 112 of 338 ~ 33.14%
B 84 of 338 ~ 24.85%

%42.01
%33.14
%24.85

CMYK color model

#8E7054 color CMYK value is (0,21,41,44).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 40.85%
  • key color value is 44.31%
CMYK:
(0,21,41,44)
C0M21Y41K44 
(0%,21%,41%,44%)
(0.00/0.21/0.41/0.44)	

CMYK percentages

%0
%21.13
%40.85
%44.31

Codes

Color #8E7054 in popluar color models

8E7054
RGB14211284
HSL29°25.66%44.31%
HSB/HSV29°40.85%55.69%
CMYK0.00%21.13%40.85%
44.31%

Color #8E7054 in popluar number systems.

HEX8E7054
Decimal14211284
Binary1000111011100001010100
Octal216160124

Shades and tints

Shades of #8E7054

#8E7054
(142,112,84)
#82664D
(130,102,77)
#765C46
(118,92,70)
#6A523F
(106,82,63)
#5E4838
(94,72,56)
#523E31
(82,62,49)
#46342A
(70,52,42)
#3A2A23
(58,42,35)
#2E201C
(46,32,28)
#221615
(34,22,21)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #8E7054

#8E7054
(142,112,84)
#987D63
(152,125,99)
#A28A72
(162,138,114)
#AC9781
(172,151,129)
#B6A490
(182,164,144)
#C0B19F
(192,177,159)
#CABEAE
(202,190,174)
#D4CBBD
(212,203,189)
#DED8CC
(222,216,204)
#E8E5DB
(232,229,219)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7054 color. Also use rgb(142,112,84) instead hex code.

Text Font Color

.myTextColor { color: #8E7054; }

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

This text font color is #8E7054.


Background Color

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

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

This div background color is #8E7054.


Border color

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

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

This div border color is #8E7054.


Opacity

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

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

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

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

This text has shadow with #8E7054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7054 on black background.


Color preview on white background

This text has color #8E7054 on white background.



Black color preview on #8E7054 background

This text has black color on #8E7054 background.


White color preview on #8E7054 background

This text has white color on #8E7054 background.