COLOR #8B1C42

HEX: #8B1C42
RGB: (139,28,66)

Color info

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

RGB color model

#8B1C42 color RGB value is (139,28,66).

  • red value is 139;
  • green value is 28;
  • blue value is 66.
RGB:
(139,28,66)
(55%,11%,26%)

RGB channels and saturation

R 139 of 255 = 55%
G 28 of 255 = 11%
B 66 of 255 = 26%

139
28
66

R + G + B ~ 31%. #8B1C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 28 + 66 = 233 (100%)
R 139 of 233 ~ 59.66%
G 28 of 233 ~ 12.02%
B 66 of 233 ~ 28.33%

%59.66
%12.02
%28.33

CMYK color model

#8B1C42 color CMYK value is (0,80,53,45).

  • cyan value is 0.00%
  • magenta value is 79.86%
  • yellow value is 52.52%
  • key color value is 45.49%
CMYK:
(0,80,53,45)
C0M80Y53K45 
(0%,80%,53%,45%)
(0.00/0.80/0.53/0.45)	

CMYK percentages

%0
%79.86
%52.52
%45.49

Codes

Color #8B1C42 in popluar color models

8B1C42
RGB1392866
HSL339°66.47%32.75%
HSB/HSV339°79.86%54.51%
CMYK0.00%79.86%52.52%
45.49%

Color #8B1C42 in popluar number systems.

HEX8B1C42
Decimal1392866
Binary10001011111001000010
Octal21334102

Shades and tints

Shades of #8B1C42

#8B1C42
(139,28,66)
#7F1A3C
(127,26,60)
#731836
(115,24,54)
#671630
(103,22,48)
#5B142A
(91,20,42)
#4F1224
(79,18,36)
#43101E
(67,16,30)
#370E18
(55,14,24)
#2B0C12
(43,12,18)
#1F0A0C
(31,10,12)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #8B1C42

#8B1C42
(139,28,66)
#953053
(149,48,83)
#9F4464
(159,68,100)
#A95875
(169,88,117)
#B36C86
(179,108,134)
#BD8097
(189,128,151)
#C794A8
(199,148,168)
#D1A8B9
(209,168,185)
#DBBCCA
(219,188,202)
#E5D0DB
(229,208,219)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1C42 color. Also use rgb(139,28,66) instead hex code.

Text Font Color

.myTextColor { color: #8B1C42; }

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

This text font color is #8B1C42.


Background Color

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

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

This div background color is #8B1C42.


Border color

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

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

This div border color is #8B1C42.


Opacity

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

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

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

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

This text has shadow with #8B1C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1C42 on black background.


Color preview on white background

This text has color #8B1C42 on white background.



Black color preview on #8B1C42 background

This text has black color on #8B1C42 background.


White color preview on #8B1C42 background

This text has white color on #8B1C42 background.