COLOR #8E5443

HEX: #8E5443
RGB: (142,84,67)

Color info

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

RGB color model

#8E5443 color RGB value is (142,84,67).

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

RGB channels and saturation

R 142 of 255 = 56%
G 84 of 255 = 33%
B 67 of 255 = 26%

142
84
67

R + G + B ~ 38%. #8E5443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 84 + 67 = 293 (100%)
R 142 of 293 ~ 48.46%
G 84 of 293 ~ 28.67%
B 67 of 293 ~ 22.87%

%48.46
%28.67
%22.87

CMYK color model

#8E5443 color CMYK value is (0,41,53,44).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(0,41,53,44)
C0M41Y53K44 
(0%,41%,53%,44%)
(0.00/0.41/0.53/0.44)	

CMYK percentages

%0
%40.85
%52.82
%44.31

Codes

Color #8E5443 in popluar color models

8E5443
RGB1428467
HSL14°35.89%40.98%
HSB/HSV14°52.82%55.69%
CMYK0.00%40.85%52.82%
44.31%

Color #8E5443 in popluar number systems.

HEX8E5443
Decimal1428467
Binary1000111010101001000011
Octal216124103

Shades and tints

Shades of #8E5443

#8E5443
(142,84,67)
#824D3D
(130,77,61)
#764637
(118,70,55)
#6A3F31
(106,63,49)
#5E382B
(94,56,43)
#523125
(82,49,37)
#462A1F
(70,42,31)
#3A2319
(58,35,25)
#2E1C13
(46,28,19)
#22150D
(34,21,13)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #8E5443

#8E5443
(142,84,67)
#986354
(152,99,84)
#A27265
(162,114,101)
#AC8176
(172,129,118)
#B69087
(182,144,135)
#C09F98
(192,159,152)
#CAAEA9
(202,174,169)
#D4BDBA
(212,189,186)
#DECCCB
(222,204,203)
#E8DBDC
(232,219,220)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5443; }

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

This text font color is #8E5443.


Background Color

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

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

This div background color is #8E5443.


Border color

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

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

This div border color is #8E5443.


Opacity

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

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

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

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

This text has shadow with #8E5443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5443 on black background.


Color preview on white background

This text has color #8E5443 on white background.



Black color preview on #8E5443 background

This text has black color on #8E5443 background.


White color preview on #8E5443 background

This text has white color on #8E5443 background.