COLOR #8E445F

HEX: #8E445F RGB: (142,68,95)

Color info

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

RGB color model

#8E445F color RGB value is (142,68,95).

RGB: (142,68,95) (56%, 27%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 68 of 255 = 27%
B 95 of 255 = 37%

142
68
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 68 + 95 = 305 (100%)
R 142 of 305 ~ 46.56%
G 68 of 305 ~ 22.3%
B 95 of 305 ~ 31.15'%

%46.56
%22.3
%31.15

CMYK color model

#8E445F color CMYK value is (0,52,33,44).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 33.10%
  • key color value is 44.31%
CMYK: (0,52,33,44) C0M52Y33K44 (0%,52%,33%,44%) (0.00/0.52/0.33/0.44) 

CMYK percentages

%0
%52.11
%33.1
%44.31

Codes

Color #8E445F in popluar color models

8E 44 5F
RGB 142 68 95
HSL 338° 35.24% 41.18%
HSB/HSV 338° 52.11% 55.69%
CMYK 0.00% 52.11% 33.10%
44.31%

Color #8E445F in popluar number systems.

HEX 8E 44 5F
Decimal 142 68 95
Binary 10001110 1000100 1011111
Octal 216 104 137

Shades and tints

Shades of #8E445F

#8E445F
(142,68,95)
#823E57
(130,62,87)
#76384F
(118,56,79)
#6A3247
(106,50,71)
#5E2C3F
(94,44,63)
#522637
(82,38,55)
#46202F
(70,32,47)
#3A1A27
(58,26,39)
#2E141F
(46,20,31)
#220E17
(34,14,23)
#16080F
(22,8,15)
#000000
(0,0,0)

Tints of #8E445F

#8E445F
(142,68,95)
#98556D
(152,85,109)
#A2667B
(162,102,123)
#AC7789
(172,119,137)
#B68897
(182,136,151)
#C099A5
(192,153,165)
#CAAAB3
(202,170,179)
#D4BBC1
(212,187,193)
#DECCCF
(222,204,207)
#E8DDDD
(232,221,221)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E445F color. Also use rgb(142,68,95) instead hex code.

Text Font Color

.myTextColor { color: #8E445F; }

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

This text font color is #8E445F.

Background Color

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

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

This div background color is #8E445F.

Border color

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

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

This div border color is #8E445F.

Opacity

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

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

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

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

This text has shadow with #8E445F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E445F.

Preview

Color preview on black background

This text has color #8E445F on black background.


Color preview on white background

This text has color #8E445F on white background.


Black color preview on #8E445F background

This text has black color on #8E445F background.


White color preview on #8E445F background

This text has white color on #8E445F background.


Related colors

Complementary color

Complementary color for #hex is #71BBA0.


I love getcolorcode.com

Triadic colors

1 #5F8E44 and #445F8E with #8E445F are triadic colors.

2 #5F448E and #448E5F with #8E445F are triadic colors.