COLOR #8E2643

HEX: #8E2643
RGB: (142,38,67)

Color info

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

RGB color model

#8E2643 color RGB value is (142,38,67).

  • red value is 142;
  • green value is 38;
  • blue value is 67.
RGB:
(142,38,67)
(56%,15%,26%)

RGB channels and saturation

R 142 of 255 = 56%
G 38 of 255 = 15%
B 67 of 255 = 26%

142
38
67

R + G + B ~ 32%. #8E2643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 38 + 67 = 247 (100%)
R 142 of 247 ~ 57.49%
G 38 of 247 ~ 15.38%
B 67 of 247 ~ 27.13%

%57.49
%15.38
%27.13

CMYK color model

#8E2643 color CMYK value is (0,73,53,44).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(0,73,53,44)
C0M73Y53K44 
(0%,73%,53%,44%)
(0.00/0.73/0.53/0.44)	

CMYK percentages

%0
%73.24
%52.82
%44.31

Codes

Color #8E2643 in popluar color models

8E2643
RGB1423867
HSL343°57.78%35.29%
HSB/HSV343°73.24%55.69%
CMYK0.00%73.24%52.82%
44.31%

Color #8E2643 in popluar number systems.

HEX8E2643
Decimal1423867
Binary100011101001101000011
Octal21646103

Shades and tints

Shades of #8E2643

#8E2643
(142,38,67)
#82233D
(130,35,61)
#762037
(118,32,55)
#6A1D31
(106,29,49)
#5E1A2B
(94,26,43)
#521725
(82,23,37)
#46141F
(70,20,31)
#3A1119
(58,17,25)
#2E0E13
(46,14,19)
#220B0D
(34,11,13)
#160807
(22,8,7)
#000000
(0,0,0)

Tints of #8E2643

#8E2643
(142,38,67)
#983954
(152,57,84)
#A24C65
(162,76,101)
#AC5F76
(172,95,118)
#B67287
(182,114,135)
#C08598
(192,133,152)
#CA98A9
(202,152,169)
#D4ABBA
(212,171,186)
#DEBECB
(222,190,203)
#E8D1DC
(232,209,220)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2643 color. Also use rgb(142,38,67) instead hex code.

Text Font Color

.myTextColor { color: #8E2643; }

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

This text font color is #8E2643.


Background Color

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

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

This div background color is #8E2643.


Border color

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

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

This div border color is #8E2643.


Opacity

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

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

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

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

This text has shadow with #8E2643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2643 on black background.


Color preview on white background

This text has color #8E2643 on white background.



Black color preview on #8E2643 background

This text has black color on #8E2643 background.


White color preview on #8E2643 background

This text has white color on #8E2643 background.