COLOR #8E455E

HEX: #8E455E RGB: (142,69,94)

Color info

#8E455E contains mainly red and blue colors. Web safe color of #8E455E is #993366 (or #936).

RGB color model

#8E455E color RGB value is (142,69,94).

RGB: (142,69,94) (56%, 27%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 69 of 255 = 27%
B 94 of 255 = 37%

142
69
94

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

Portions of RGB colors in percentages

R + G + B = 142 + 69 + 94 = 305 (100%)
R 142 of 305 ~ 46.56%
G 69 of 305 ~ 22.62%
B 94 of 305 ~ 30.82'%

%46.56
%22.62
%30.82

CMYK color model

#8E455E color CMYK value is (0,51,34,44).

  • cyan value is 0.00%
  • magenta value is 51.41%
  • yellow value is 33.80%
  • key color value is 44.31%
CMYK: (0,51,34,44) C0M51Y34K44 (0%,51%,34%,44%) (0.00/0.51/0.34/0.44) 

CMYK percentages

%0
%51.41
%33.8
%44.31

Codes

Color #8E455E in popluar color models

8E 45 5E
RGB 142 69 94
HSL 339° 34.60% 41.37%
HSB/HSV 339° 51.41% 55.69%
CMYK 0.00% 51.41% 33.80%
44.31%

Color #8E455E in popluar number systems.

HEX 8E 45 5E
Decimal 142 69 94
Binary 10001110 1000101 1011110
Octal 216 105 136

Shades and tints

Shades of #8E455E

#8E455E
(142,69,94)
#823F56
(130,63,86)
#76394E
(118,57,78)
#6A3346
(106,51,70)
#5E2D3E
(94,45,62)
#522736
(82,39,54)
#46212E
(70,33,46)
#3A1B26
(58,27,38)
#2E151E
(46,21,30)
#220F16
(34,15,22)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #8E455E

#8E455E
(142,69,94)
#98556C
(152,85,108)
#A2657A
(162,101,122)
#AC7588
(172,117,136)
#B68596
(182,133,150)
#C095A4
(192,149,164)
#CAA5B2
(202,165,178)
#D4B5C0
(212,181,192)
#DEC5CE
(222,197,206)
#E8D5DC
(232,213,220)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E455E; }

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

This text font color is #8E455E.

Background Color

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

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

This div background color is #8E455E.

Border color

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

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

This div border color is #8E455E.

Opacity

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

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

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

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

This text has shadow with #8E455E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E455E.

Preview

Color preview on black background

This text has color #8E455E on black background.


Color preview on white background

This text has color #8E455E on white background.


Black color preview on #8E455E background

This text has black color on #8E455E background.


White color preview on #8E455E background

This text has white color on #8E455E background.


Related colors

Complementary color

Complementary color for #hex is #71BAA1.


I love getcolorcode.com

Triadic colors

1 #5E8E45 and #455E8E with #8E455E are triadic colors.

2 #5E458E and #458E5E with #8E455E are triadic colors.