COLOR #8E535E

HEX: #8E535E RGB: (142,83,94)

Color info

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

RGB color model

#8E535E color RGB value is (142,83,94).

RGB: (142,83,94) (56%, 33%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 94 of 255 = 37%

142
83
94

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

Portions of RGB colors in percentages

R + G + B = 142 + 83 + 94 = 319 (100%)
R 142 of 319 ~ 44.51%
G 83 of 319 ~ 26.02%
B 94 of 319 ~ 29.47'%

%44.51
%26.02
%29.47

CMYK color model

#8E535E color CMYK value is (0,42,34,44).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 33.80%
  • key color value is 44.31%

CMYK: (0,42,34,44)
C0M42Y34K44 (0%, 42%, 34%, 44%)
(0.00 / 0.42 / 0.34 / 0.44)

CMYK percentages

%0
%41.55
%33.8
%44.31

Codes

Color #8E535E in popluar color models

8E 53 5E
RGB 142 83 94
HSL 349° 26.22% 44.12%
HSB/HSV 349° 41.55% 55.69%
CMYK 0.00% 41.55% 33.80%
44.31%

Color #8E535E in popluar number systems.

HEX 8E 53 5E
Decimal 142 83 94
Binary 10001110 1010011 1011110
Octal 216 123 136

Shades and tints

Shades of #8E535E

#8E535E
(142,83,94)
#824C56
(130,76,86)
#76454E
(118,69,78)
#6A3E46
(106,62,70)
#5E373E
(94,55,62)
#523036
(82,48,54)
#46292E
(70,41,46)
#3A2226
(58,34,38)
#2E1B1E
(46,27,30)
#221416
(34,20,22)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #8E535E

#8E535E
(142,83,94)
#98626C
(152,98,108)
#A2717A
(162,113,122)
#AC8088
(172,128,136)
#B68F96
(182,143,150)
#C09EA4
(192,158,164)
#CAADB2
(202,173,178)
#D4BCC0
(212,188,192)
#DECBCE
(222,203,206)
#E8DADC
(232,218,220)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E535E color. Also use rgb(142,83,94) instead hex code.

Text Font Color

.myTextColor { color: #8E535E; }

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

This text font color is #8E535E.

Background Color

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

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

This div background color is #8E535E.

Border color

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

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

This div border color is #8E535E.

Opacity

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

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

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

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

This text has shadow with #8E535E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E535E.

Preview

Color preview on black background

This text has color #8E535E on black background.


Color preview on white background

This text has color #8E535E on white background.


Black color preview on #8E535E background

This text has black color on #8E535E background.


White color preview on #8E535E background

This text has white color on #8E535E background.


Related colors

Complementary color

Complementary color for #hex is #71ACA1.


I love getcolorcode.com

Triadic colors

1 #5E8E53 and #535E8E with #8E535E are triadic colors.

2 #5E538E and #538E5E with #8E535E are triadic colors.