COLOR #8E5940

HEX: #8E5940
RGB: (142,89,64)

Color info

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

RGB color model

#8E5940 color RGB value is (142,89,64).

  • red value is 142;
  • green value is 89;
  • blue value is 64.
RGB:
(142,89,64)
(56%,35%,25%)

RGB channels and saturation

R 142 of 255 = 56%
G 89 of 255 = 35%
B 64 of 255 = 25%

142
89
64

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

Portions of RGB colors in percentages

R + G + B =
142 + 89 + 64 = 295 (100%)
R 142 of 295 ~ 48.14%
G 89 of 295 ~ 30.17%
B 64 of 295 ~ 21.69%

%48.14
%30.17
%21.69

CMYK color model

#8E5940 color CMYK value is (0,37,55,44).

  • cyan value is 0.00%
  • magenta value is 37.32%
  • yellow value is 54.93%
  • key color value is 44.31%
CMYK:
(0,37,55,44)
C0M37Y55K44 
(0%,37%,55%,44%)
(0.00/0.37/0.55/0.44)	

CMYK percentages

%0
%37.32
%54.93
%44.31

Codes

Color #8E5940 in popluar color models

8E5940
RGB1428964
HSL19°37.86%40.39%
HSB/HSV19°54.93%55.69%
CMYK0.00%37.32%54.93%
44.31%

Color #8E5940 in popluar number systems.

HEX8E5940
Decimal1428964
Binary1000111010110011000000
Octal216131100

Shades and tints

Shades of #8E5940

#8E5940
(142,89,64)
#82513B
(130,81,59)
#764936
(118,73,54)
#6A4131
(106,65,49)
#5E392C
(94,57,44)
#523127
(82,49,39)
#462922
(70,41,34)
#3A211D
(58,33,29)
#2E1918
(46,25,24)
#221113
(34,17,19)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #8E5940

#8E5940
(142,89,64)
#986851
(152,104,81)
#A27762
(162,119,98)
#AC8673
(172,134,115)
#B69584
(182,149,132)
#C0A495
(192,164,149)
#CAB3A6
(202,179,166)
#D4C2B7
(212,194,183)
#DED1C8
(222,209,200)
#E8E0D9
(232,224,217)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5940 color. Also use rgb(142,89,64) instead hex code.

Text Font Color

.myTextColor { color: #8E5940; }

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

This text font color is #8E5940.


Background Color

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

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

This div background color is #8E5940.


Border color

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

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

This div border color is #8E5940.


Opacity

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

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

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

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

This text has shadow with #8E5940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5940 on black background.


Color preview on white background

This text has color #8E5940 on white background.



Black color preview on #8E5940 background

This text has black color on #8E5940 background.


White color preview on #8E5940 background

This text has white color on #8E5940 background.