COLOR #8E4B4B

HEX: #8E4B4B
RGB: (142,75,75)

Color info

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

RGB color model

#8E4B4B color RGB value is (142,75,75).

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

RGB channels and saturation

R 142 of 255 = 56%
G 75 of 255 = 29%
B 75 of 255 = 29%

142
75
75

R + G + B ~ 38%. #8E4B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 75 + 75 = 292 (100%)
R 142 of 292 ~ 48.63%
G 75 of 292 ~ 25.68%
B 75 of 292 ~ 25.68%

%48.63
%25.68
%25.68

CMYK color model

#8E4B4B color CMYK value is (0,47,47,44).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 47.18%
  • key color value is 44.31%
CMYK:
(0,47,47,44)
C0M47Y47K44 
(0%,47%,47%,44%)
(0.00/0.47/0.47/0.44)	

CMYK percentages

%0
%47.18
%47.18
%44.31

Codes

Color #8E4B4B in popluar color models

8E4B4B
RGB1427575
HSL30.88%42.55%
HSB/HSV47.18%55.69%
CMYK0.00%47.18%47.18%
44.31%

Color #8E4B4B in popluar number systems.

HEX8E4B4B
Decimal1427575
Binary1000111010010111001011
Octal216113113

Shades and tints

Shades of #8E4B4B

#8E4B4B
(142,75,75)
#824545
(130,69,69)
#763F3F
(118,63,63)
#6A3939
(106,57,57)
#5E3333
(94,51,51)
#522D2D
(82,45,45)
#462727
(70,39,39)
#3A2121
(58,33,33)
#2E1B1B
(46,27,27)
#221515
(34,21,21)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #8E4B4B

#8E4B4B
(142,75,75)
#985B5B
(152,91,91)
#A26B6B
(162,107,107)
#AC7B7B
(172,123,123)
#B68B8B
(182,139,139)
#C09B9B
(192,155,155)
#CAABAB
(202,171,171)
#D4BBBB
(212,187,187)
#DECBCB
(222,203,203)
#E8DBDB
(232,219,219)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4B4B; }

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

This text font color is #8E4B4B.


Background Color

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

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

This div background color is #8E4B4B.


Border color

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

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

This div border color is #8E4B4B.


Opacity

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

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

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

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

This text has shadow with #8E4B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4B4B on black background.


Color preview on white background

This text has color #8E4B4B on white background.



Black color preview on #8E4B4B background

This text has black color on #8E4B4B background.


White color preview on #8E4B4B background

This text has white color on #8E4B4B background.