COLOR #8E5649

HEX: #8E5649
RGB: (142,86,73)

Color info

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

RGB color model

#8E5649 color RGB value is (142,86,73).

  • red value is 142;
  • green value is 86;
  • blue value is 73.
RGB:
(142,86,73)
(56%,34%,29%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 73 of 255 = 29%

142
86
73

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

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 73 = 301 (100%)
R 142 of 301 ~ 47.18%
G 86 of 301 ~ 28.57%
B 73 of 301 ~ 24.25%

%47.18
%28.57
%24.25

CMYK color model

#8E5649 color CMYK value is (0,39,49,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 48.59%
  • key color value is 44.31%
CMYK:
(0,39,49,44)
C0M39Y49K44 
(0%,39%,49%,44%)
(0.00/0.39/0.49/0.44)	

CMYK percentages

%0
%39.44
%48.59
%44.31

Codes

Color #8E5649 in popluar color models

8E5649
RGB1428673
HSL11°32.09%42.16%
HSB/HSV11°48.59%55.69%
CMYK0.00%39.44%48.59%
44.31%

Color #8E5649 in popluar number systems.

HEX8E5649
Decimal1428673
Binary1000111010101101001001
Octal216126111

Shades and tints

Shades of #8E5649

#8E5649
(142,86,73)
#824F43
(130,79,67)
#76483D
(118,72,61)
#6A4137
(106,65,55)
#5E3A31
(94,58,49)
#52332B
(82,51,43)
#462C25
(70,44,37)
#3A251F
(58,37,31)
#2E1E19
(46,30,25)
#221713
(34,23,19)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E5649

#8E5649
(142,86,73)
#986559
(152,101,89)
#A27469
(162,116,105)
#AC8379
(172,131,121)
#B69289
(182,146,137)
#C0A199
(192,161,153)
#CAB0A9
(202,176,169)
#D4BFB9
(212,191,185)
#DECEC9
(222,206,201)
#E8DDD9
(232,221,217)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5649 color. Also use rgb(142,86,73) instead hex code.

Text Font Color

.myTextColor { color: #8E5649; }

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

This text font color is #8E5649.


Background Color

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

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

This div background color is #8E5649.


Border color

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

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

This div border color is #8E5649.


Opacity

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

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

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

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

This text has shadow with #8E5649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5649 on black background.


Color preview on white background

This text has color #8E5649 on white background.



Black color preview on #8E5649 background

This text has black color on #8E5649 background.


White color preview on #8E5649 background

This text has white color on #8E5649 background.