COLOR #8B1E33

HEX: #8B1E33
RGB: (139,30,51)

Color info

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

RGB color model

#8B1E33 color RGB value is (139,30,51).

  • red value is 139;
  • green value is 30;
  • blue value is 51.
RGB:
(139,30,51)
(55%,12%,20%)

RGB channels and saturation

R 139 of 255 = 55%
G 30 of 255 = 12%
B 51 of 255 = 20%

139
30
51

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

Portions of RGB colors in percentages

R + G + B =
139 + 30 + 51 = 220 (100%)
R 139 of 220 ~ 63.18%
G 30 of 220 ~ 13.64%
B 51 of 220 ~ 23.18%

%63.18
%13.64
%23.18

CMYK color model

#8B1E33 color CMYK value is (0,78,63,45).

  • cyan value is 0.00%
  • magenta value is 78.42%
  • yellow value is 63.31%
  • key color value is 45.49%
CMYK:
(0,78,63,45)
C0M78Y63K45 
(0%,78%,63%,45%)
(0.00/0.78/0.63/0.45)	

CMYK percentages

%0
%78.42
%63.31
%45.49

Codes

Color #8B1E33 in popluar color models

8B1E33
RGB1393051
HSL348°64.50%33.14%
HSB/HSV348°78.42%54.51%
CMYK0.00%78.42%63.31%
45.49%

Color #8B1E33 in popluar number systems.

HEX8B1E33
Decimal1393051
Binary1000101111110110011
Octal2133663

Shades and tints

Shades of #8B1E33

#8B1E33
(139,30,51)
#7F1C2F
(127,28,47)
#731A2B
(115,26,43)
#671827
(103,24,39)
#5B1623
(91,22,35)
#4F141F
(79,20,31)
#43121B
(67,18,27)
#371017
(55,16,23)
#2B0E13
(43,14,19)
#1F0C0F
(31,12,15)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #8B1E33

#8B1E33
(139,30,51)
#953245
(149,50,69)
#9F4657
(159,70,87)
#A95A69
(169,90,105)
#B36E7B
(179,110,123)
#BD828D
(189,130,141)
#C7969F
(199,150,159)
#D1AAB1
(209,170,177)
#DBBEC3
(219,190,195)
#E5D2D5
(229,210,213)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B1E33; }

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

This text font color is #8B1E33.


Background Color

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

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

This div background color is #8B1E33.


Border color

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

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

This div border color is #8B1E33.


Opacity

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

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

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

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

This text has shadow with #8B1E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1E33 on black background.


Color preview on white background

This text has color #8B1E33 on white background.



Black color preview on #8B1E33 background

This text has black color on #8B1E33 background.


White color preview on #8B1E33 background

This text has white color on #8B1E33 background.