COLOR #8E5A46

HEX: #8E5A46
RGB: (142,90,70)

Color info

#8E5A46 contains mainly red and green colors. Web safe color of #8E5A46 is #996633 (or #963).

RGB color model

#8E5A46 color RGB value is (142,90,70).

  • red value is 142;
  • green value is 90;
  • blue value is 70.
RGB:
(142,90,70)
(56%,35%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 90 of 255 = 35%
B 70 of 255 = 27%

142
90
70

R + G + B ~ 39%. #8E5A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 90 + 70 = 302 (100%)
R 142 of 302 ~ 47.02%
G 90 of 302 ~ 29.8%
B 70 of 302 ~ 23.18%

%47.02
%29.8
%23.18

CMYK color model

#8E5A46 color CMYK value is (0,37,51,44).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 50.70%
  • key color value is 44.31%
CMYK:
(0,37,51,44)
C0M37Y51K44 
(0%,37%,51%,44%)
(0.00/0.37/0.51/0.44)	

CMYK percentages

%0
%36.62
%50.7
%44.31

Codes

Color #8E5A46 in popluar color models

8E5A46
RGB1429070
HSL17°33.96%41.57%
HSB/HSV17°50.70%55.69%
CMYK0.00%36.62%50.70%
44.31%

Color #8E5A46 in popluar number systems.

HEX8E5A46
Decimal1429070
Binary1000111010110101000110
Octal216132106

Shades and tints

Shades of #8E5A46

#8E5A46
(142,90,70)
#825240
(130,82,64)
#764A3A
(118,74,58)
#6A4234
(106,66,52)
#5E3A2E
(94,58,46)
#523228
(82,50,40)
#462A22
(70,42,34)
#3A221C
(58,34,28)
#2E1A16
(46,26,22)
#221210
(34,18,16)
#160A0A
(22,10,10)
#000000
(0,0,0)

Tints of #8E5A46

#8E5A46
(142,90,70)
#986956
(152,105,86)
#A27866
(162,120,102)
#AC8776
(172,135,118)
#B69686
(182,150,134)
#C0A596
(192,165,150)
#CAB4A6
(202,180,166)
#D4C3B6
(212,195,182)
#DED2C6
(222,210,198)
#E8E1D6
(232,225,214)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5A46 color. Also use rgb(142,90,70) instead hex code.

Text Font Color

.myTextColor { color: #8E5A46; }

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

This text font color is #8E5A46.


Background Color

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

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

This div background color is #8E5A46.


Border color

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

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

This div border color is #8E5A46.


Opacity

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

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

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

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

This text has shadow with #8E5A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5A46 on black background.


Color preview on white background

This text has color #8E5A46 on white background.



Black color preview on #8E5A46 background

This text has black color on #8E5A46 background.


White color preview on #8E5A46 background

This text has white color on #8E5A46 background.