COLOR #8E5544

HEX: #8E5544
RGB: (142,85,68)

Color info

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

RGB color model

#8E5544 color RGB value is (142,85,68).

  • red value is 142;
  • green value is 85;
  • blue value is 68.
RGB:
(142,85,68)
(56%,33%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 68 of 255 = 27%

142
85
68

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 68 = 295 (100%)
R 142 of 295 ~ 48.14%
G 85 of 295 ~ 28.81%
B 68 of 295 ~ 23.05%

%48.14
%28.81
%23.05

CMYK color model

#8E5544 color CMYK value is (0,40,52,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 52.11%
  • key color value is 44.31%
CMYK:
(0,40,52,44)
C0M40Y52K44 
(0%,40%,52%,44%)
(0.00/0.40/0.52/0.44)	

CMYK percentages

%0
%40.14
%52.11
%44.31

Codes

Color #8E5544 in popluar color models

8E5544
RGB1428568
HSL14°35.24%41.18%
HSB/HSV14°52.11%55.69%
CMYK0.00%40.14%52.11%
44.31%

Color #8E5544 in popluar number systems.

HEX8E5544
Decimal1428568
Binary1000111010101011000100
Octal216125104

Shades and tints

Shades of #8E5544

#8E5544
(142,85,68)
#824E3E
(130,78,62)
#764738
(118,71,56)
#6A4032
(106,64,50)
#5E392C
(94,57,44)
#523226
(82,50,38)
#462B20
(70,43,32)
#3A241A
(58,36,26)
#2E1D14
(46,29,20)
#22160E
(34,22,14)
#160F08
(22,15,8)
#000000
(0,0,0)

Tints of #8E5544

#8E5544
(142,85,68)
#986455
(152,100,85)
#A27366
(162,115,102)
#AC8277
(172,130,119)
#B69188
(182,145,136)
#C0A099
(192,160,153)
#CAAFAA
(202,175,170)
#D4BEBB
(212,190,187)
#DECDCC
(222,205,204)
#E8DCDD
(232,220,221)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5544 color. Also use rgb(142,85,68) instead hex code.

Text Font Color

.myTextColor { color: #8E5544; }

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

This text font color is #8E5544.


Background Color

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

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

This div background color is #8E5544.


Border color

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

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

This div border color is #8E5544.


Opacity

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

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

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

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

This text has shadow with #8E5544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5544 on black background.


Color preview on white background

This text has color #8E5544 on white background.



Black color preview on #8E5544 background

This text has black color on #8E5544 background.


White color preview on #8E5544 background

This text has white color on #8E5544 background.