COLOR #8E5A48

HEX: #8E5A48
RGB: (142,90,72)

Color info

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

RGB color model

#8E5A48 color RGB value is (142,90,72).

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

RGB channels and saturation

R 142 of 255 = 56%
G 90 of 255 = 35%
B 72 of 255 = 28%

142
90
72

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

Portions of RGB colors in percentages

R + G + B =
142 + 90 + 72 = 304 (100%)
R 142 of 304 ~ 46.71%
G 90 of 304 ~ 29.61%
B 72 of 304 ~ 23.68%

%46.71
%29.61
%23.68

CMYK color model

#8E5A48 color CMYK value is (0,37,49,44).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 49.30%
  • key color value is 44.31%
CMYK:
(0,37,49,44)
C0M37Y49K44 
(0%,37%,49%,44%)
(0.00/0.37/0.49/0.44)	

CMYK percentages

%0
%36.62
%49.3
%44.31

Codes

Color #8E5A48 in popluar color models

8E5A48
RGB1429072
HSL15°32.71%41.96%
HSB/HSV15°49.30%55.69%
CMYK0.00%36.62%49.30%
44.31%

Color #8E5A48 in popluar number systems.

HEX8E5A48
Decimal1429072
Binary1000111010110101001000
Octal216132110

Shades and tints

Shades of #8E5A48

#8E5A48
(142,90,72)
#825242
(130,82,66)
#764A3C
(118,74,60)
#6A4236
(106,66,54)
#5E3A30
(94,58,48)
#52322A
(82,50,42)
#462A24
(70,42,36)
#3A221E
(58,34,30)
#2E1A18
(46,26,24)
#221212
(34,18,18)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #8E5A48

#8E5A48
(142,90,72)
#986958
(152,105,88)
#A27868
(162,120,104)
#AC8778
(172,135,120)
#B69688
(182,150,136)
#C0A598
(192,165,152)
#CAB4A8
(202,180,168)
#D4C3B8
(212,195,184)
#DED2C8
(222,210,200)
#E8E1D8
(232,225,216)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5A48; }

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

This text font color is #8E5A48.


Background Color

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

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

This div background color is #8E5A48.


Border color

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

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

This div border color is #8E5A48.


Opacity

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

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

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

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

This text has shadow with #8E5A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5A48 on black background.


Color preview on white background

This text has color #8E5A48 on white background.



Black color preview on #8E5A48 background

This text has black color on #8E5A48 background.


White color preview on #8E5A48 background

This text has white color on #8E5A48 background.