COLOR #8E5253

HEX: #8E5253
RGB: (142,82,83)

Color info

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

RGB color model

#8E5253 color RGB value is (142,82,83).

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

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 83 of 255 = 33%

142
82
83

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

Portions of RGB colors in percentages

R + G + B =
142 + 82 + 83 = 307 (100%)
R 142 of 307 ~ 46.25%
G 82 of 307 ~ 26.71%
B 83 of 307 ~ 27.04%

%46.25
%26.71
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(0,42,42,44)
C0M42Y42K44 
(0%,42%,42%,44%)
(0.00/0.42/0.42/0.44)	

CMYK percentages

%0
%42.25
%41.55
%44.31

Codes

Color #8E5253 in popluar color models

8E5253
RGB1428283
HSL359°26.79%43.92%
HSB/HSV359°42.25%55.69%
CMYK0.00%42.25%41.55%
44.31%

Color #8E5253 in popluar number systems.

HEX8E5253
Decimal1428283
Binary1000111010100101010011
Octal216122123

Shades and tints

Shades of #8E5253

#8E5253
(142,82,83)
#824B4C
(130,75,76)
#764445
(118,68,69)
#6A3D3E
(106,61,62)
#5E3637
(94,54,55)
#522F30
(82,47,48)
#462829
(70,40,41)
#3A2122
(58,33,34)
#2E1A1B
(46,26,27)
#221314
(34,19,20)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E5253

#8E5253
(142,82,83)
#986162
(152,97,98)
#A27071
(162,112,113)
#AC7F80
(172,127,128)
#B68E8F
(182,142,143)
#C09D9E
(192,157,158)
#CAACAD
(202,172,173)
#D4BBBC
(212,187,188)
#DECACB
(222,202,203)
#E8D9DA
(232,217,218)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5253; }

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

This text font color is #8E5253.


Background Color

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

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

This div background color is #8E5253.


Border color

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

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

This div border color is #8E5253.


Opacity

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

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

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

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

This text has shadow with #8E5253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5253 on black background.


Color preview on white background

This text has color #8E5253 on white background.



Black color preview on #8E5253 background

This text has black color on #8E5253 background.


White color preview on #8E5253 background

This text has white color on #8E5253 background.