COLOR #8B1E36

HEX: #8B1E36 RGB: (139,30,54)

Color info

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

RGB color model

#8B1E36 color RGB value is (139,30,54).

RGB: (139,30,54) (55%, 12%, 21%)

RGB channels and saturation

R 139 of 255 = 55%
G 30 of 255 = 12%
B 54 of 255 = 21%

139
30
54

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

Portions of RGB colors in percentages

R + G + B = 139 + 30 + 54 = 223 (100%)
R 139 of 223 ~ 62.33%
G 30 of 223 ~ 13.45%
B 54 of 223 ~ 24.22'%

%62.33
%13.45
%24.22

CMYK color model

#8B1E36 color CMYK value is (0,78,61,45).

  • cyan value is 0.00%
  • magenta value is 78.42%
  • yellow value is 61.15%
  • key color value is 45.49%

CMYK: (0,78,61,45)
C0M78Y61K45 (0%, 78%, 61%, 45%)
(0.00 / 0.78 / 0.61 / 0.45)

CMYK percentages

%0
%78.42
%61.15
%45.49

Codes

Color #8B1E36 in popluar color models

8B 1E 36
RGB 139 30 54
HSL 347° 64.50% 33.14%
HSB/HSV 347° 78.42% 54.51%
CMYK 0.00% 78.42% 61.15%
45.49%

Color #8B1E36 in popluar number systems.

HEX 8B 1E 36
Decimal 139 30 54
Binary 10001011 11110 110110
Octal 213 36 66

Shades and tints

Shades of #8B1E36

#8B1E36
(139,30,54)
#7F1C32
(127,28,50)
#731A2E
(115,26,46)
#67182A
(103,24,42)
#5B1626
(91,22,38)
#4F1422
(79,20,34)
#43121E
(67,18,30)
#37101A
(55,16,26)
#2B0E16
(43,14,22)
#1F0C12
(31,12,18)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #8B1E36

#8B1E36
(139,30,54)
#953248
(149,50,72)
#9F465A
(159,70,90)
#A95A6C
(169,90,108)
#B36E7E
(179,110,126)
#BD8290
(189,130,144)
#C796A2
(199,150,162)
#D1AAB4
(209,170,180)
#DBBEC6
(219,190,198)
#E5D2D8
(229,210,216)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1E36 color. Also use rgb(139,30,54) instead hex code.

Text Font Color

.myTextColor { color: #8B1E36; }

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

This text font color is #8B1E36.

Background Color

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

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

This div background color is #8B1E36.

Border color

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

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

This div border color is #8B1E36.

Opacity

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

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

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

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

This text has shadow with #8B1E36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B1E36.

Preview

Color preview on black background

This text has color #8B1E36 on black background.


Color preview on white background

This text has color #8B1E36 on white background.


Black color preview on #8B1E36 background

This text has black color on #8B1E36 background.


White color preview on #8B1E36 background

This text has white color on #8B1E36 background.


Related colors

Complementary color

Complementary color for #hex is #74E1C9.


I love getcolorcode.com

Triadic colors

1 #368B1E and #1E368B with #8B1E36 are triadic colors.

2 #361E8B and #1E8B36 with #8B1E36 are triadic colors.