COLOR #8B1338

HEX: #8B1338
RGB: (139,19,56)

Color info

#8B1338 contains mainly red color. Web safe color of #8B1338 is #990033 (or #903).

RGB color model

#8B1338 color RGB value is (139,19,56).

  • red value is 139;
  • green value is 19;
  • blue value is 56.
RGB:
(139,19,56)
(55%,7%,22%)

RGB channels and saturation

R 139 of 255 = 55%
G 19 of 255 = 7%
B 56 of 255 = 22%

139
19
56

R + G + B ~ 28%. #8B1338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 19 + 56 = 214 (100%)
R 139 of 214 ~ 64.95%
G 19 of 214 ~ 8.88%
B 56 of 214 ~ 26.17%

%64.95
%26.17

CMYK color model

#8B1338 color CMYK value is (0,86,60,45).

  • cyan value is 0.00%
  • magenta value is 86.33%
  • yellow value is 59.71%
  • key color value is 45.49%
CMYK:
(0,86,60,45)
C0M86Y60K45 
(0%,86%,60%,45%)
(0.00/0.86/0.60/0.45)	

CMYK percentages

%0
%86.33
%59.71
%45.49

Codes

Color #8B1338 in popluar color models

8B1338
RGB1391956
HSL342°75.95%30.98%
HSB/HSV342°86.33%54.51%
CMYK0.00%86.33%59.71%
45.49%

Color #8B1338 in popluar number systems.

HEX8B1338
Decimal1391956
Binary1000101110011111000
Octal2132370

Shades and tints

Shades of #8B1338

#8B1338
(139,19,56)
#7F1233
(127,18,51)
#73112E
(115,17,46)
#671029
(103,16,41)
#5B0F24
(91,15,36)
#4F0E1F
(79,14,31)
#430D1A
(67,13,26)
#370C15
(55,12,21)
#2B0B10
(43,11,16)
#1F0A0B
(31,10,11)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #8B1338

#8B1338
(139,19,56)
#95284A
(149,40,74)
#9F3D5C
(159,61,92)
#A9526E
(169,82,110)
#B36780
(179,103,128)
#BD7C92
(189,124,146)
#C791A4
(199,145,164)
#D1A6B6
(209,166,182)
#DBBBC8
(219,187,200)
#E5D0DA
(229,208,218)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B1338 color. Also use rgb(139,19,56) instead hex code.

Text Font Color

.myTextColor { color: #8B1338; }

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

This text font color is #8B1338.


Background Color

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

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

This div background color is #8B1338.


Border color

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

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

This div border color is #8B1338.


Opacity

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

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

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

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

This text has shadow with #8B1338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1338 on black background.


Color preview on white background

This text has color #8B1338 on white background.



Black color preview on #8B1338 background

This text has black color on #8B1338 background.


White color preview on #8B1338 background

This text has white color on #8B1338 background.