COLOR #8E535C

HEX: #8E535C
RGB: (142,83,92)

Color info

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

RGB color model

#8E535C color RGB value is (142,83,92).

  • red value is 142;
  • green value is 83;
  • blue value is 92.
RGB:
(142,83,92)
(56%,33%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 83 of 255 = 33%
B 92 of 255 = 36%

142
83
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 83 + 92 = 317 (100%)
R 142 of 317 ~ 44.79%
G 83 of 317 ~ 26.18%
B 92 of 317 ~ 29.02%

%44.79
%26.18
%29.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 35.21%
  • 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
%41.55
%35.21
%44.31

Codes

Color #8E535C in popluar color models

8E535C
RGB1428392
HSL351°26.22%44.12%
HSB/HSV351°41.55%55.69%
CMYK0.00%41.55%35.21%
44.31%

Color #8E535C in popluar number systems.

HEX8E535C
Decimal1428392
Binary1000111010100111011100
Octal216123134

Shades and tints

Shades of #8E535C

#8E535C
(142,83,92)
#824C54
(130,76,84)
#76454C
(118,69,76)
#6A3E44
(106,62,68)
#5E373C
(94,55,60)
#523034
(82,48,52)
#46292C
(70,41,44)
#3A2224
(58,34,36)
#2E1B1C
(46,27,28)
#221414
(34,20,20)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #8E535C

#8E535C
(142,83,92)
#98626A
(152,98,106)
#A27178
(162,113,120)
#AC8086
(172,128,134)
#B68F94
(182,143,148)
#C09EA2
(192,158,162)
#CAADB0
(202,173,176)
#D4BCBE
(212,188,190)
#DECBCC
(222,203,204)
#E8DADA
(232,218,218)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E535C; }

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

This text font color is #8E535C.


Background Color

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

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

This div background color is #8E535C.


Border color

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

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

This div border color is #8E535C.


Opacity

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

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

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

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

This text has shadow with #8E535C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E535C on black background.


Color preview on white background

This text has color #8E535C on white background.



Black color preview on #8E535C background

This text has black color on #8E535C background.


White color preview on #8E535C background

This text has white color on #8E535C background.