COLOR #8E4A45

HEX: #8E4A45
RGB: (142,74,69)

Color info

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

RGB color model

#8E4A45 color RGB value is (142,74,69).

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

RGB channels and saturation

R 142 of 255 = 56%
G 74 of 255 = 29%
B 69 of 255 = 27%

142
74
69

R + G + B ~ 37%. #8E4A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 74 + 69 = 285 (100%)
R 142 of 285 ~ 49.82%
G 74 of 285 ~ 25.96%
B 69 of 285 ~ 24.21%

%49.82
%25.96
%24.21

CMYK color model

#8E4A45 color CMYK value is (0,48,51,44).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 51.41%
  • key color value is 44.31%
CMYK:
(0,48,51,44)
C0M48Y51K44 
(0%,48%,51%,44%)
(0.00/0.48/0.51/0.44)	

CMYK percentages

%0
%47.89
%51.41
%44.31

Codes

Color #8E4A45 in popluar color models

8E4A45
RGB1427469
HSL34.60%41.37%
HSB/HSV51.41%55.69%
CMYK0.00%47.89%51.41%
44.31%

Color #8E4A45 in popluar number systems.

HEX8E4A45
Decimal1427469
Binary1000111010010101000101
Octal216112105

Shades and tints

Shades of #8E4A45

#8E4A45
(142,74,69)
#82443F
(130,68,63)
#763E39
(118,62,57)
#6A3833
(106,56,51)
#5E322D
(94,50,45)
#522C27
(82,44,39)
#462621
(70,38,33)
#3A201B
(58,32,27)
#2E1A15
(46,26,21)
#22140F
(34,20,15)
#160E09
(22,14,9)
#000000
(0,0,0)

Tints of #8E4A45

#8E4A45
(142,74,69)
#985A55
(152,90,85)
#A26A65
(162,106,101)
#AC7A75
(172,122,117)
#B68A85
(182,138,133)
#C09A95
(192,154,149)
#CAAAA5
(202,170,165)
#D4BAB5
(212,186,181)
#DECAC5
(222,202,197)
#E8DAD5
(232,218,213)
#F2EAE5
(242,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4A45; }

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

This text font color is #8E4A45.


Background Color

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

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

This div background color is #8E4A45.


Border color

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

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

This div border color is #8E4A45.


Opacity

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

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

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

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

This text has shadow with #8E4A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4A45 on black background.


Color preview on white background

This text has color #8E4A45 on white background.



Black color preview on #8E4A45 background

This text has black color on #8E4A45 background.


White color preview on #8E4A45 background

This text has white color on #8E4A45 background.