COLOR #8B421C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
66
28

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

Portions of RGB colors in percentages

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

%59.66
%28.33
%12.02

CMYK color model

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

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

CMYK percentages

%0
%52.52
%79.86
%45.49

Codes

Color #8B421C in popluar color models

8B421C
RGB1396628
HSL21°66.47%32.75%
HSB/HSV21°79.86%54.51%
CMYK0.00%52.52%79.86%
45.49%

Color #8B421C in popluar number systems.

HEX8B421C
Decimal1396628
Binary10001011100001011100
Octal21310234

Shades and tints

Shades of #8B421C

#8B421C
(139,66,28)
#7F3C1A
(127,60,26)
#733618
(115,54,24)
#673016
(103,48,22)
#5B2A14
(91,42,20)
#4F2412
(79,36,18)
#431E10
(67,30,16)
#37180E
(55,24,14)
#2B120C
(43,18,12)
#1F0C0A
(31,12,10)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #8B421C

#8B421C
(139,66,28)
#955330
(149,83,48)
#9F6444
(159,100,68)
#A97558
(169,117,88)
#B3866C
(179,134,108)
#BD9780
(189,151,128)
#C7A894
(199,168,148)
#D1B9A8
(209,185,168)
#DBCABC
(219,202,188)
#E5DBD0
(229,219,208)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B421C; }

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

This text font color is #8B421C.


Background Color

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

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

This div background color is #8B421C.


Border color

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

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

This div border color is #8B421C.


Opacity

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

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

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

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

This text has shadow with #8B421C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B421C on black background.


Color preview on white background

This text has color #8B421C on white background.



Black color preview on #8B421C background

This text has black color on #8B421C background.


White color preview on #8B421C background

This text has white color on #8B421C background.