COLOR #8B2E39

HEX: #8B2E39
RGB: (139,46,57)

Color info

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

RGB color model

#8B2E39 color RGB value is (139,46,57).

  • red value is 139;
  • green value is 46;
  • blue value is 57.
RGB:
(139,46,57)
(55%,18%,22%)

RGB channels and saturation

R 139 of 255 = 55%
G 46 of 255 = 18%
B 57 of 255 = 22%

139
46
57

R + G + B ~ 32%. #8B2E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 46 + 57 = 242 (100%)
R 139 of 242 ~ 57.44%
G 46 of 242 ~ 19.01%
B 57 of 242 ~ 23.55%

%57.44
%19.01
%23.55

CMYK color model

#8B2E39 color CMYK value is (0,67,59,45).

  • cyan value is 0.00%
  • magenta value is 66.91%
  • yellow value is 58.99%
  • key color value is 45.49%
CMYK:
(0,67,59,45)
C0M67Y59K45 
(0%,67%,59%,45%)
(0.00/0.67/0.59/0.45)	

CMYK percentages

%0
%66.91
%58.99
%45.49

Codes

Color #8B2E39 in popluar color models

8B2E39
RGB1394657
HSL353°50.27%36.27%
HSB/HSV353°66.91%54.51%
CMYK0.00%66.91%58.99%
45.49%

Color #8B2E39 in popluar number systems.

HEX8B2E39
Decimal1394657
Binary10001011101110111001
Octal2135671

Shades and tints

Shades of #8B2E39

#8B2E39
(139,46,57)
#7F2A34
(127,42,52)
#73262F
(115,38,47)
#67222A
(103,34,42)
#5B1E25
(91,30,37)
#4F1A20
(79,26,32)
#43161B
(67,22,27)
#371216
(55,18,22)
#2B0E11
(43,14,17)
#1F0A0C
(31,10,12)
#130607
(19,6,7)
#000000
(0,0,0)

Tints of #8B2E39

#8B2E39
(139,46,57)
#95414B
(149,65,75)
#9F545D
(159,84,93)
#A9676F
(169,103,111)
#B37A81
(179,122,129)
#BD8D93
(189,141,147)
#C7A0A5
(199,160,165)
#D1B3B7
(209,179,183)
#DBC6C9
(219,198,201)
#E5D9DB
(229,217,219)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B2E39; }

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

This text font color is #8B2E39.


Background Color

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

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

This div background color is #8B2E39.


Border color

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

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

This div border color is #8B2E39.


Opacity

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

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

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

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

This text has shadow with #8B2E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2E39 on black background.


Color preview on white background

This text has color #8B2E39 on white background.



Black color preview on #8B2E39 background

This text has black color on #8B2E39 background.


White color preview on #8B2E39 background

This text has white color on #8B2E39 background.