COLOR #8E565D

HEX: #8E565D RGB: (142,86,93)

Color info

#8E565D contains red, green and blue colors in about the same proportion. Web safe color of #8E565D is #996666 (or #966).

RGB color model

#8E565D color RGB value is (142,86,93).

RGB: (142,86,93) (56%, 34%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 93 of 255 = 36%

142
86
93

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

Portions of RGB colors in percentages

R + G + B = 142 + 86 + 93 = 321 (100%)
R 142 of 321 ~ 44.24%
G 86 of 321 ~ 26.79%
B 93 of 321 ~ 28.97'%

%44.24
%26.79
%28.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 34.51%
  • key color value is 44.31%

CMYK: (0,39,35,44)
C0M39Y35K44 (0%, 39%, 35%, 44%)
(0.00 / 0.39 / 0.35 / 0.44)

CMYK percentages

%0
%39.44
%34.51
%44.31

Codes

Color #8E565D in popluar color models

8E 56 5D
RGB 142 86 93
HSL 353° 24.56% 44.71%
HSB/HSV 353° 39.44% 55.69%
CMYK 0.00% 39.44% 34.51%
44.31%

Color #8E565D in popluar number systems.

HEX 8E 56 5D
Decimal 142 86 93
Binary 10001110 1010110 1011101
Octal 216 126 135

Shades and tints

Shades of #8E565D

#8E565D
(142,86,93)
#824F55
(130,79,85)
#76484D
(118,72,77)
#6A4145
(106,65,69)
#5E3A3D
(94,58,61)
#523335
(82,51,53)
#462C2D
(70,44,45)
#3A2525
(58,37,37)
#2E1E1D
(46,30,29)
#221715
(34,23,21)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E565D

#8E565D
(142,86,93)
#98656B
(152,101,107)
#A27479
(162,116,121)
#AC8387
(172,131,135)
#B69295
(182,146,149)
#C0A1A3
(192,161,163)
#CAB0B1
(202,176,177)
#D4BFBF
(212,191,191)
#DECECD
(222,206,205)
#E8DDDB
(232,221,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E565D; }

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

This text font color is #8E565D.

Background Color

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

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

This div background color is #8E565D.

Border color

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

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

This div border color is #8E565D.

Opacity

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

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

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

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

This text has shadow with #8E565D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E565D.

Preview

Color preview on black background

This text has color #8E565D on black background.


Color preview on white background

This text has color #8E565D on white background.


Black color preview on #8E565D background

This text has black color on #8E565D background.


White color preview on #8E565D background

This text has white color on #8E565D background.


Related colors

Complementary color

Complementary color for #hex is #71A9A2.


I love getcolorcode.com

Triadic colors

1 #5D8E56 and #565D8E with #8E565D are triadic colors.

2 #5D568E and #568E5D with #8E565D are triadic colors.