COLOR #8E5A4C

HEX: #8E5A4C
RGB: (142,90,76)

Color info

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

RGB color model

#8E5A4C color RGB value is (142,90,76).

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

RGB channels and saturation

R 142 of 255 = 56%
G 90 of 255 = 35%
B 76 of 255 = 30%

142
90
76

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

Portions of RGB colors in percentages

R + G + B =
142 + 90 + 76 = 308 (100%)
R 142 of 308 ~ 46.1%
G 90 of 308 ~ 29.22%
B 76 of 308 ~ 24.68%

%46.1
%29.22
%24.68

CMYK color model

#8E5A4C color CMYK value is (0,37,46,44).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(0,37,46,44)
C0M37Y46K44 
(0%,37%,46%,44%)
(0.00/0.37/0.46/0.44)	

CMYK percentages

%0
%36.62
%46.48
%44.31

Codes

Color #8E5A4C in popluar color models

8E5A4C
RGB1429076
HSL13°30.28%42.75%
HSB/HSV13°46.48%55.69%
CMYK0.00%36.62%46.48%
44.31%

Color #8E5A4C in popluar number systems.

HEX8E5A4C
Decimal1429076
Binary1000111010110101001100
Octal216132114

Shades and tints

Shades of #8E5A4C

#8E5A4C
(142,90,76)
#825246
(130,82,70)
#764A40
(118,74,64)
#6A423A
(106,66,58)
#5E3A34
(94,58,52)
#52322E
(82,50,46)
#462A28
(70,42,40)
#3A2222
(58,34,34)
#2E1A1C
(46,26,28)
#221216
(34,18,22)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #8E5A4C

#8E5A4C
(142,90,76)
#98695C
(152,105,92)
#A2786C
(162,120,108)
#AC877C
(172,135,124)
#B6968C
(182,150,140)
#C0A59C
(192,165,156)
#CAB4AC
(202,180,172)
#D4C3BC
(212,195,188)
#DED2CC
(222,210,204)
#E8E1DC
(232,225,220)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5A4C; }

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

This text font color is #8E5A4C.


Background Color

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

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

This div background color is #8E5A4C.


Border color

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

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

This div border color is #8E5A4C.


Opacity

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

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

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

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

This text has shadow with #8E5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5A4C on black background.


Color preview on white background

This text has color #8E5A4C on white background.



Black color preview on #8E5A4C background

This text has black color on #8E5A4C background.


White color preview on #8E5A4C background

This text has white color on #8E5A4C background.