COLOR #8E2331

HEX: #8E2331 RGB: (142,35,49)

Color info

#8E2331 contains mainly red color. Web safe color of #8E2331 is #993333 (or #933).

RGB color model

#8E2331 color RGB value is (142,35,49).

RGB: (142,35,49) (56%, 14%, 19%)

RGB channels and saturation

R 142 of 255 = 56%
G 35 of 255 = 14%
B 49 of 255 = 19%

142
35
49

R + G + B ~ 30%. #8E2331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 142 + 35 + 49 = 226 (100%)
R 142 of 226 ~ 62.83%
G 35 of 226 ~ 15.49%
B 49 of 226 ~ 21.68'%

%62.83
%15.49
%21.68

CMYK color model

#8E2331 color CMYK value is (0,75,65,44).

  • cyan value is 0.00%
  • magenta value is 75.35%
  • yellow value is 65.49%
  • key color value is 44.31%

CMYK: (0,75,65,44)
C0M75Y65K44 (0%, 75%, 65%, 44%)
(0.00 / 0.75 / 0.65 / 0.44)

CMYK percentages

%0
%75.35
%65.49
%44.31

Codes

Color #8E2331 in popluar color models

8E 23 31
RGB 142 35 49
HSL 352° 60.45% 34.71%
HSB/HSV 352° 75.35% 55.69%
CMYK 0.00% 75.35% 65.49%
44.31%

Color #8E2331 in popluar number systems.

HEX 8E 23 31
Decimal 142 35 49
Binary 10001110 100011 110001
Octal 216 43 61

Shades and tints

Shades of #8E2331

#8E2331
(142,35,49)
#82202D
(130,32,45)
#761D29
(118,29,41)
#6A1A25
(106,26,37)
#5E1721
(94,23,33)
#52141D
(82,20,29)
#461119
(70,17,25)
#3A0E15
(58,14,21)
#2E0B11
(46,11,17)
#22080D
(34,8,13)
#160509
(22,5,9)
#000000
(0,0,0)

Tints of #8E2331

#8E2331
(142,35,49)
#983743
(152,55,67)
#A24B55
(162,75,85)
#AC5F67
(172,95,103)
#B67379
(182,115,121)
#C0878B
(192,135,139)
#CA9B9D
(202,155,157)
#D4AFAF
(212,175,175)
#DEC3C1
(222,195,193)
#E8D7D3
(232,215,211)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2331 color. Also use rgb(142,35,49) instead hex code.

Text Font Color

.myTextColor { color: #8E2331; }

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

This text font color is #8E2331.

Background Color

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

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

This div background color is #8E2331.

Border color

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

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

This div border color is #8E2331.

Opacity

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

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

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

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

This text has shadow with #8E2331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E2331.

Preview

Color preview on black background

This text has color #8E2331 on black background.


Color preview on white background

This text has color #8E2331 on white background.


Black color preview on #8E2331 background

This text has black color on #8E2331 background.


White color preview on #8E2331 background

This text has white color on #8E2331 background.


Related colors

Complementary color

Complementary color for #hex is #71DCCE.


I love getcolorcode.com

Triadic colors

1 #318E23 and #23318E with #8E2331 are triadic colors.

2 #31238E and #238E31 with #8E2331 are triadic colors.