COLOR #8B2222

HEX: #8B2222
RGB: (139,34,34)

Color info

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

RGB color model

#8B2222 color RGB value is (139,34,34).

  • red value is 139;
  • green value is 34;
  • blue value is 34.
RGB:
(139,34,34)
(55%,13%,13%)

RGB channels and saturation

R 139 of 255 = 55%
G 34 of 255 = 13%
B 34 of 255 = 13%

139
34
34

R + G + B ~ 27%. #8B2222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 34 + 34 = 207 (100%)
R 139 of 207 ~ 67.15%
G 34 of 207 ~ 16.43%
B 34 of 207 ~ 16.43%

%67.15
%16.43
%16.43

CMYK color model

#8B2222 color CMYK value is (0,76,76,45).

  • cyan value is 0.00%
  • magenta value is 75.54%
  • yellow value is 75.54%
  • key color value is 45.49%
CMYK:
(0,76,76,45)
C0M76Y76K45 
(0%,76%,76%,45%)
(0.00/0.76/0.76/0.45)	

CMYK percentages

%0
%75.54
%75.54
%45.49

Codes

Color #8B2222 in popluar color models

8B2222
RGB1393434
HSL60.69%33.92%
HSB/HSV75.54%54.51%
CMYK0.00%75.54%75.54%
45.49%

Color #8B2222 in popluar number systems.

HEX8B2222
Decimal1393434
Binary10001011100010100010
Octal2134242

Shades and tints

Shades of #8B2222

#8B2222
(139,34,34)
#7F1F1F
(127,31,31)
#731C1C
(115,28,28)
#671919
(103,25,25)
#5B1616
(91,22,22)
#4F1313
(79,19,19)
#431010
(67,16,16)
#370D0D
(55,13,13)
#2B0A0A
(43,10,10)
#1F0707
(31,7,7)
#130404
(19,4,4)
#000000
(0,0,0)

Tints of #8B2222

#8B2222
(139,34,34)
#953636
(149,54,54)
#9F4A4A
(159,74,74)
#A95E5E
(169,94,94)
#B37272
(179,114,114)
#BD8686
(189,134,134)
#C79A9A
(199,154,154)
#D1AEAE
(209,174,174)
#DBC2C2
(219,194,194)
#E5D6D6
(229,214,214)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B2222; }

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

This text font color is #8B2222.


Background Color

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

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

This div background color is #8B2222.


Border color

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

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

This div border color is #8B2222.


Opacity

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

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

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

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

This text has shadow with #8B2222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2222 on black background.


Color preview on white background

This text has color #8B2222 on white background.



Black color preview on #8B2222 background

This text has black color on #8B2222 background.


White color preview on #8B2222 background

This text has white color on #8B2222 background.