COLOR #8E564F

HEX: #8E564F
RGB: (142,86,79)

Color info

#8E564F contains mainly red and green colors. Web safe color of #8E564F is #996666 (or #966).

RGB color model

#8E564F color RGB value is (142,86,79).

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

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 79 of 255 = 31%

142
86
79

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

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 79 = 307 (100%)
R 142 of 307 ~ 46.25%
G 86 of 307 ~ 28.01%
B 79 of 307 ~ 25.73%

%46.25
%28.01
%25.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(0,39,44,44)
C0M39Y44K44 
(0%,39%,44%,44%)
(0.00/0.39/0.44/0.44)	

CMYK percentages

%0
%39.44
%44.37
%44.31

Codes

Color #8E564F in popluar color models

8E564F
RGB1428679
HSL28.51%43.33%
HSB/HSV44.37%55.69%
CMYK0.00%39.44%44.37%
44.31%

Color #8E564F in popluar number systems.

HEX8E564F
Decimal1428679
Binary1000111010101101001111
Octal216126117

Shades and tints

Shades of #8E564F

#8E564F
(142,86,79)
#824F48
(130,79,72)
#764841
(118,72,65)
#6A413A
(106,65,58)
#5E3A33
(94,58,51)
#52332C
(82,51,44)
#462C25
(70,44,37)
#3A251E
(58,37,30)
#2E1E17
(46,30,23)
#221710
(34,23,16)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #8E564F

#8E564F
(142,86,79)
#98655F
(152,101,95)
#A2746F
(162,116,111)
#AC837F
(172,131,127)
#B6928F
(182,146,143)
#C0A19F
(192,161,159)
#CAB0AF
(202,176,175)
#D4BFBF
(212,191,191)
#DECECF
(222,206,207)
#E8DDDF
(232,221,223)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E564F; }

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

This text font color is #8E564F.


Background Color

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

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

This div background color is #8E564F.


Border color

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

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

This div border color is #8E564F.


Opacity

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

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

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

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

This text has shadow with #8E564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E564F on black background.


Color preview on white background

This text has color #8E564F on white background.



Black color preview on #8E564F background

This text has black color on #8E564F background.


White color preview on #8E564F background

This text has white color on #8E564F background.