COLOR #8E525D

HEX: #8E525D RGB: (142,82,93)

Color info

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

RGB color model

#8E525D color RGB value is (142,82,93).

RGB: (142,82,93) (56%, 32%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 93 of 255 = 36%

142
82
93

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

Portions of RGB colors in percentages

R + G + B = 142 + 82 + 93 = 317 (100%)
R 142 of 317 ~ 44.79%
G 82 of 317 ~ 25.87%
B 93 of 317 ~ 29.34'%

%44.79
%25.87
%29.34

CMYK color model

#8E525D color CMYK value is (0,42,35,44).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 34.51%
  • key color value is 44.31%
CMYK: (0,42,35,44) C0M42Y35K44 (0%,42%,35%,44%) (0.00/0.42/0.35/0.44) 

CMYK percentages

%0
%42.25
%34.51
%44.31

Codes

Color #8E525D in popluar color models

8E 52 5D
RGB 142 82 93
HSL 349° 26.79% 43.92%
HSB/HSV 349° 42.25% 55.69%
CMYK 0.00% 42.25% 34.51%
44.31%

Color #8E525D in popluar number systems.

HEX 8E 52 5D
Decimal 142 82 93
Binary 10001110 1010010 1011101
Octal 216 122 135

Shades and tints

Shades of #8E525D

#8E525D
(142,82,93)
#824B55
(130,75,85)
#76444D
(118,68,77)
#6A3D45
(106,61,69)
#5E363D
(94,54,61)
#522F35
(82,47,53)
#46282D
(70,40,45)
#3A2125
(58,33,37)
#2E1A1D
(46,26,29)
#221315
(34,19,21)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E525D

#8E525D
(142,82,93)
#98616B
(152,97,107)
#A27079
(162,112,121)
#AC7F87
(172,127,135)
#B68E95
(182,142,149)
#C09DA3
(192,157,163)
#CAACB1
(202,172,177)
#D4BBBF
(212,187,191)
#DECACD
(222,202,205)
#E8D9DB
(232,217,219)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E525D; }

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

This text font color is #8E525D.

Background Color

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

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

This div background color is #8E525D.

Border color

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

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

This div border color is #8E525D.

Opacity

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

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

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

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

This text has shadow with #8E525D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E525D.

Preview

Color preview on black background

This text has color #8E525D on black background.


Color preview on white background

This text has color #8E525D on white background.


Black color preview on #8E525D background

This text has black color on #8E525D background.


White color preview on #8E525D background

This text has white color on #8E525D background.


Related colors

Complementary color

Complementary color for #hex is #71ADA2.


I love getcolorcode.com

Triadic colors

1 #5D8E52 and #525D8E with #8E525D are triadic colors.

2 #5D528E and #528E5D with #8E525D are triadic colors.