COLOR #8A1E39

HEX: #8A1E39
RGB: (138,30,57)

Color info

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

RGB color model

#8A1E39 color RGB value is (138,30,57).

  • red value is 138;
  • green value is 30;
  • blue value is 57.
RGB:
(138,30,57)
(54%,12%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 30 of 255 = 12%
B 57 of 255 = 22%

138
30
57

R + G + B ~ 29%. #8A1E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 30 + 57 = 225 (100%)
R 138 of 225 ~ 61.33%
G 30 of 225 ~ 13.33%
B 57 of 225 ~ 25.33%

%61.33
%13.33
%25.33

CMYK color model

#8A1E39 color CMYK value is (0,78,59,46).

  • cyan value is 0.00%
  • magenta value is 78.26%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK:
(0,78,59,46)
C0M78Y59K46 
(0%,78%,59%,46%)
(0.00/0.78/0.59/0.46)	

CMYK percentages

%0
%78.26
%58.7
%45.88

Codes

Color #8A1E39 in popluar color models

8A1E39
RGB1383057
HSL345°64.29%32.94%
HSB/HSV345°78.26%54.12%
CMYK0.00%78.26%58.70%
45.88%

Color #8A1E39 in popluar number systems.

HEX8A1E39
Decimal1383057
Binary1000101011110111001
Octal2123671

Shades and tints

Shades of #8A1E39

#8A1E39
(138,30,57)
#7E1C34
(126,28,52)
#721A2F
(114,26,47)
#66182A
(102,24,42)
#5A1625
(90,22,37)
#4E1420
(78,20,32)
#42121B
(66,18,27)
#361016
(54,16,22)
#2A0E11
(42,14,17)
#1E0C0C
(30,12,12)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #8A1E39

#8A1E39
(138,30,57)
#94324B
(148,50,75)
#9E465D
(158,70,93)
#A85A6F
(168,90,111)
#B26E81
(178,110,129)
#BC8293
(188,130,147)
#C696A5
(198,150,165)
#D0AAB7
(208,170,183)
#DABEC9
(218,190,201)
#E4D2DB
(228,210,219)
#EEE6ED
(238,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A1E39 color. Also use rgb(138,30,57) instead hex code.

Text Font Color

.myTextColor { color: #8A1E39; }

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

This text font color is #8A1E39.


Background Color

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

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

This div background color is #8A1E39.


Border color

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

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

This div border color is #8A1E39.


Opacity

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

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

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

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

This text has shadow with #8A1E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A1E39 on black background.


Color preview on white background

This text has color #8A1E39 on white background.



Black color preview on #8A1E39 background

This text has black color on #8A1E39 background.


White color preview on #8A1E39 background

This text has white color on #8A1E39 background.