COLOR #8E5269

HEX: #8E5269
RGB: (142,82,105)

Color info

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

RGB color model

#8E5269 color RGB value is (142,82,105).

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

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 105 of 255 = 41%

142
82
105

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

Portions of RGB colors in percentages

R + G + B =
142 + 82 + 105 = 329 (100%)
R 142 of 329 ~ 43.16%
G 82 of 329 ~ 24.92%
B 105 of 329 ~ 31.91%

%43.16
%24.92
%31.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 26.06%
  • key color value is 44.31%
CMYK:
(0,42,26,44)
C0M42Y26K44 
(0%,42%,26%,44%)
(0.00/0.42/0.26/0.44)	

CMYK percentages

%0
%42.25
%26.06
%44.31

Codes

Color #8E5269 in popluar color models

8E5269
RGB14282105
HSL337°26.79%43.92%
HSB/HSV337°42.25%55.69%
CMYK0.00%42.25%26.06%
44.31%

Color #8E5269 in popluar number systems.

HEX8E5269
Decimal14282105
Binary1000111010100101101001
Octal216122151

Shades and tints

Shades of #8E5269

#8E5269
(142,82,105)
#824B60
(130,75,96)
#764457
(118,68,87)
#6A3D4E
(106,61,78)
#5E3645
(94,54,69)
#522F3C
(82,47,60)
#462833
(70,40,51)
#3A212A
(58,33,42)
#2E1A21
(46,26,33)
#221318
(34,19,24)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E5269

#8E5269
(142,82,105)
#986176
(152,97,118)
#A27083
(162,112,131)
#AC7F90
(172,127,144)
#B68E9D
(182,142,157)
#C09DAA
(192,157,170)
#CAACB7
(202,172,183)
#D4BBC4
(212,187,196)
#DECAD1
(222,202,209)
#E8D9DE
(232,217,222)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5269; }

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

This text font color is #8E5269.


Background Color

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

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

This div background color is #8E5269.


Border color

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

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

This div border color is #8E5269.


Opacity

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

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

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

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

This text has shadow with #8E5269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5269 on black background.


Color preview on white background

This text has color #8E5269 on white background.



Black color preview on #8E5269 background

This text has black color on #8E5269 background.


White color preview on #8E5269 background

This text has white color on #8E5269 background.