COLOR #8E374E

HEX: #8E374E RGB: (142,55,78)

Color info

#8E374E contains mainly red color. Web safe color of #8E374E is #993366 (or #936).

RGB color model

#8E374E color RGB value is (142,55,78).

RGB: (142,55,78) (56%, 22%, 31%)

RGB channels and saturation

R 142 of 255 = 56%
G 55 of 255 = 22%
B 78 of 255 = 31%

142
55
78

R + G + B ~ 36%. #8E374E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 55 + 78 = 275 (100%)
R 142 of 275 ~ 51.64%
G 55 of 275 ~ 20%
B 78 of 275 ~ 28.36'%

%51.64
%20
%28.36

CMYK color model

#8E374E color CMYK value is (0,61,45,44).

  • cyan value is 0.00%
  • magenta value is 61.27%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK: (0,61,45,44) C0M61Y45K44 (0%,61%,45%,44%) (0.00/0.61/0.45/0.44) 

CMYK percentages

%0
%61.27
%45.07
%44.31

Codes

Color #8E374E in popluar color models

8E 37 4E
RGB 142 55 78
HSL 344° 44.16% 38.63%
HSB/HSV 344° 61.27% 55.69%
CMYK 0.00% 61.27% 45.07%
44.31%

Color #8E374E in popluar number systems.

HEX 8E 37 4E
Decimal 142 55 78
Binary 10001110 110111 1001110
Octal 216 67 116

Shades and tints

Shades of #8E374E

#8E374E
(142,55,78)
#823247
(130,50,71)
#762D40
(118,45,64)
#6A2839
(106,40,57)
#5E2332
(94,35,50)
#521E2B
(82,30,43)
#461924
(70,25,36)
#3A141D
(58,20,29)
#2E0F16
(46,15,22)
#220A0F
(34,10,15)
#160508
(22,5,8)
#000000
(0,0,0)

Tints of #8E374E

#8E374E
(142,55,78)
#98495E
(152,73,94)
#A25B6E
(162,91,110)
#AC6D7E
(172,109,126)
#B67F8E
(182,127,142)
#C0919E
(192,145,158)
#CAA3AE
(202,163,174)
#D4B5BE
(212,181,190)
#DEC7CE
(222,199,206)
#E8D9DE
(232,217,222)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E374E color. Also use rgb(142,55,78) instead hex code.

Text Font Color

.myTextColor { color: #8E374E; }

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

This text font color is #8E374E.

Background Color

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

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

This div background color is #8E374E.

Border color

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

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

This div border color is #8E374E.

Opacity

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

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

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

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

This text has shadow with #8E374E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E374E.

Preview

Color preview on black background

This text has color #8E374E on black background.


Color preview on white background

This text has color #8E374E on white background.


Black color preview on #8E374E background

This text has black color on #8E374E background.


White color preview on #8E374E background

This text has white color on #8E374E background.


Related colors

Complementary color

Complementary color for #hex is #71C8B1.


I love getcolorcode.com

Triadic colors

1 #4E8E37 and #374E8E with #8E374E are triadic colors.

2 #4E378E and #378E4E with #8E374E are triadic colors.