COLOR #8B061A

HEX: #8B061A
RGB: (139,6,26)

Color info

#8B061A contains mainly red color. Web safe color of #8B061A is #990000 (or #900).

RGB color model

#8B061A color RGB value is (139,6,26).

  • red value is 139;
  • green value is 6;
  • blue value is 26.
RGB:
(139,6,26)
(55%,2%,10%)

RGB channels and saturation

R 139 of 255 = 55%
G 6 of 255 = 2%
B 26 of 255 = 10%

139
6
26

R + G + B ~ 22%. #8B061A is dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 6 + 26 = 171 (100%)
R 139 of 171 ~ 81.29%
G 6 of 171 ~ 3.51%
B 26 of 171 ~ 15.2%

%81.29
%15.2

CMYK color model

#8B061A color CMYK value is (0,96,81,45).

  • cyan value is 0.00%
  • magenta value is 95.68%
  • yellow value is 81.29%
  • key color value is 45.49%
CMYK:
(0,96,81,45)
C0M96Y81K45 
(0%,96%,81%,45%)
(0.00/0.96/0.81/0.45)	

CMYK percentages

%0
%95.68
%81.29
%45.49

Codes

Color #8B061A in popluar color models

8B061A
RGB139626
HSL351°91.72%28.43%
HSB/HSV351°95.68%54.51%
CMYK0.00%95.68%81.29%
45.49%

Color #8B061A in popluar number systems.

HEX8B061A
Decimal139626
Binary1000101111011010
Octal213632

Shades and tints

Shades of #8B061A

#8B061A
(139,6,26)
#7F0618
(127,6,24)
#730616
(115,6,22)
#670614
(103,6,20)
#5B0612
(91,6,18)
#4F0610
(79,6,16)
#43060E
(67,6,14)
#37060C
(55,6,12)
#2B060A
(43,6,10)
#1F0608
(31,6,8)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #8B061A

#8B061A
(139,6,26)
#951C2E
(149,28,46)
#9F3242
(159,50,66)
#A94856
(169,72,86)
#B35E6A
(179,94,106)
#BD747E
(189,116,126)
#C78A92
(199,138,146)
#D1A0A6
(209,160,166)
#DBB6BA
(219,182,186)
#E5CCCE
(229,204,206)
#EFE2E2
(239,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B061A; }

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

This text font color is #8B061A.


Background Color

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

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

This div background color is #8B061A.


Border color

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

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

This div border color is #8B061A.


Opacity

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

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

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

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

This text has shadow with #8B061A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B061A on black background.


Color preview on white background

This text has color #8B061A on white background.



Black color preview on #8B061A background

This text has black color on #8B061A background.


White color preview on #8B061A background

This text has white color on #8B061A background.