COLOR #8E2F26

HEX: #8E2F26
RGB: (142,47,38)

Color info

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

RGB color model

#8E2F26 color RGB value is (142,47,38).

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

RGB channels and saturation

R 142 of 255 = 56%
G 47 of 255 = 18%
B 38 of 255 = 15%

142
47
38

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

Portions of RGB colors in percentages

R + G + B =
142 + 47 + 38 = 227 (100%)
R 142 of 227 ~ 62.56%
G 47 of 227 ~ 20.7%
B 38 of 227 ~ 16.74%

%62.56
%20.7
%16.74

CMYK color model

#8E2F26 color CMYK value is (0,67,73,44).

  • cyan value is 0.00%
  • magenta value is 66.90%
  • yellow value is 73.24%
  • key color value is 44.31%
CMYK:
(0,67,73,44)
C0M67Y73K44 
(0%,67%,73%,44%)
(0.00/0.67/0.73/0.44)	

CMYK percentages

%0
%66.9
%73.24
%44.31

Codes

Color #8E2F26 in popluar color models

8E2F26
RGB1424738
HSL57.78%35.29%
HSB/HSV73.24%55.69%
CMYK0.00%66.90%73.24%
44.31%

Color #8E2F26 in popluar number systems.

HEX8E2F26
Decimal1424738
Binary10001110101111100110
Octal2165746

Shades and tints

Shades of #8E2F26

#8E2F26
(142,47,38)
#822B23
(130,43,35)
#762720
(118,39,32)
#6A231D
(106,35,29)
#5E1F1A
(94,31,26)
#521B17
(82,27,23)
#461714
(70,23,20)
#3A1311
(58,19,17)
#2E0F0E
(46,15,14)
#220B0B
(34,11,11)
#160708
(22,7,8)
#000000
(0,0,0)

Tints of #8E2F26

#8E2F26
(142,47,38)
#984139
(152,65,57)
#A2534C
(162,83,76)
#AC655F
(172,101,95)
#B67772
(182,119,114)
#C08985
(192,137,133)
#CA9B98
(202,155,152)
#D4ADAB
(212,173,171)
#DEBFBE
(222,191,190)
#E8D1D1
(232,209,209)
#F2E3E4
(242,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2F26; }

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

This text font color is #8E2F26.


Background Color

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

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

This div background color is #8E2F26.


Border color

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

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

This div border color is #8E2F26.


Opacity

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

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

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

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

This text has shadow with #8E2F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2F26 on black background.


Color preview on white background

This text has color #8E2F26 on white background.



Black color preview on #8E2F26 background

This text has black color on #8E2F26 background.


White color preview on #8E2F26 background

This text has white color on #8E2F26 background.