COLOR #8E3030

HEX: #8E3030
RGB: (142,48,48)

Color info

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

RGB color model

#8E3030 color RGB value is (142,48,48).

  • red value is 142;
  • green value is 48;
  • blue value is 48.
RGB:
(142,48,48)
(56%,19%,19%)

RGB channels and saturation

R 142 of 255 = 56%
G 48 of 255 = 19%
B 48 of 255 = 19%

142
48
48

R + G + B ~ 31%. #8E3030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 48 + 48 = 238 (100%)
R 142 of 238 ~ 59.66%
G 48 of 238 ~ 20.17%
B 48 of 238 ~ 20.17%

%59.66
%20.17
%20.17

CMYK color model

#8E3030 color CMYK value is (0,66,66,44).

  • cyan value is 0.00%
  • magenta value is 66.20%
  • yellow value is 66.20%
  • key color value is 44.31%
CMYK:
(0,66,66,44)
C0M66Y66K44 
(0%,66%,66%,44%)
(0.00/0.66/0.66/0.44)	

CMYK percentages

%0
%66.2
%66.2
%44.31

Codes

Color #8E3030 in popluar color models

8E3030
RGB1424848
HSL49.47%37.25%
HSB/HSV66.20%55.69%
CMYK0.00%66.20%66.20%
44.31%

Color #8E3030 in popluar number systems.

HEX8E3030
Decimal1424848
Binary10001110110000110000
Octal2166060

Shades and tints

Shades of #8E3030

#8E3030
(142,48,48)
#822C2C
(130,44,44)
#762828
(118,40,40)
#6A2424
(106,36,36)
#5E2020
(94,32,32)
#521C1C
(82,28,28)
#461818
(70,24,24)
#3A1414
(58,20,20)
#2E1010
(46,16,16)
#220C0C
(34,12,12)
#160808
(22,8,8)
#000000
(0,0,0)

Tints of #8E3030

#8E3030
(142,48,48)
#984242
(152,66,66)
#A25454
(162,84,84)
#AC6666
(172,102,102)
#B67878
(182,120,120)
#C08A8A
(192,138,138)
#CA9C9C
(202,156,156)
#D4AEAE
(212,174,174)
#DEC0C0
(222,192,192)
#E8D2D2
(232,210,210)
#F2E4E4
(242,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3030; }

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

This text font color is #8E3030.


Background Color

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

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

This div background color is #8E3030.


Border color

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

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

This div border color is #8E3030.


Opacity

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

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

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

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

This text has shadow with #8E3030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3030 on black background.


Color preview on white background

This text has color #8E3030 on white background.



Black color preview on #8E3030 background

This text has black color on #8E3030 background.


White color preview on #8E3030 background

This text has white color on #8E3030 background.