COLOR #8E3B45

HEX: #8E3B45
RGB: (142,59,69)

Color info

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

RGB color model

#8E3B45 color RGB value is (142,59,69).

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

RGB channels and saturation

R 142 of 255 = 56%
G 59 of 255 = 23%
B 69 of 255 = 27%

142
59
69

R + G + B ~ 35%. #8E3B45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 59 + 69 = 270 (100%)
R 142 of 270 ~ 52.59%
G 59 of 270 ~ 21.85%
B 69 of 270 ~ 25.56%

%52.59
%21.85
%25.56

CMYK color model

#8E3B45 color CMYK value is (0,58,51,44).

  • cyan value is 0.00%
  • magenta value is 58.45%
  • yellow value is 51.41%
  • key color value is 44.31%
CMYK:
(0,58,51,44)
C0M58Y51K44 
(0%,58%,51%,44%)
(0.00/0.58/0.51/0.44)	

CMYK percentages

%0
%58.45
%51.41
%44.31

Codes

Color #8E3B45 in popluar color models

8E3B45
RGB1425969
HSL353°41.29%39.41%
HSB/HSV353°58.45%55.69%
CMYK0.00%58.45%51.41%
44.31%

Color #8E3B45 in popluar number systems.

HEX8E3B45
Decimal1425969
Binary100011101110111000101
Octal21673105

Shades and tints

Shades of #8E3B45

#8E3B45
(142,59,69)
#82363F
(130,54,63)
#763139
(118,49,57)
#6A2C33
(106,44,51)
#5E272D
(94,39,45)
#522227
(82,34,39)
#461D21
(70,29,33)
#3A181B
(58,24,27)
#2E1315
(46,19,21)
#220E0F
(34,14,15)
#160909
(22,9,9)
#000000
(0,0,0)

Tints of #8E3B45

#8E3B45
(142,59,69)
#984C55
(152,76,85)
#A25D65
(162,93,101)
#AC6E75
(172,110,117)
#B67F85
(182,127,133)
#C09095
(192,144,149)
#CAA1A5
(202,161,165)
#D4B2B5
(212,178,181)
#DEC3C5
(222,195,197)
#E8D4D5
(232,212,213)
#F2E5E5
(242,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3B45; }

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

This text font color is #8E3B45.


Background Color

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

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

This div background color is #8E3B45.


Border color

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

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

This div border color is #8E3B45.


Opacity

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

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

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

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

This text has shadow with #8E3B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3B45 on black background.


Color preview on white background

This text has color #8E3B45 on white background.



Black color preview on #8E3B45 background

This text has black color on #8E3B45 background.


White color preview on #8E3B45 background

This text has white color on #8E3B45 background.