COLOR #8E3038

HEX: #8E3038
RGB: (142,48,56)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
48
56

R + G + B ~ 32%. #8E3038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 48 + 56 = 246 (100%)
R 142 of 246 ~ 57.72%
G 48 of 246 ~ 19.51%
B 56 of 246 ~ 22.76%

%57.72
%19.51
%22.76

CMYK color model

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

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

CMYK percentages

%0
%66.2
%60.56
%44.31

Codes

Color #8E3038 in popluar color models

8E3038
RGB1424856
HSL355°49.47%37.25%
HSB/HSV355°66.20%55.69%
CMYK0.00%66.20%60.56%
44.31%

Color #8E3038 in popluar number systems.

HEX8E3038
Decimal1424856
Binary10001110110000111000
Octal2166070

Shades and tints

Shades of #8E3038

#8E3038
(142,48,56)
#822C33
(130,44,51)
#76282E
(118,40,46)
#6A2429
(106,36,41)
#5E2024
(94,32,36)
#521C1F
(82,28,31)
#46181A
(70,24,26)
#3A1415
(58,20,21)
#2E1010
(46,16,16)
#220C0B
(34,12,11)
#160806
(22,8,6)
#000000
(0,0,0)

Tints of #8E3038

#8E3038
(142,48,56)
#98424A
(152,66,74)
#A2545C
(162,84,92)
#AC666E
(172,102,110)
#B67880
(182,120,128)
#C08A92
(192,138,146)
#CA9CA4
(202,156,164)
#D4AEB6
(212,174,182)
#DEC0C8
(222,192,200)
#E8D2DA
(232,210,218)
#F2E4EC
(242,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3038; }

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

This text font color is #8E3038.


Background Color

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

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

This div background color is #8E3038.


Border color

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

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

This div border color is #8E3038.


Opacity

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

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

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

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

This text has shadow with #8E3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3038 on black background.


Color preview on white background

This text has color #8E3038 on white background.



Black color preview on #8E3038 background

This text has black color on #8E3038 background.


White color preview on #8E3038 background

This text has white color on #8E3038 background.