Hex #8b1a1a Color

#8b1a1a
equivalent to

RGB

(139, 26, 26)

Details of #8b1a1a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
11.2033
0.00
0.00
30.1628
6.3023
25.1045
26
6.3023
0.68
0.81
46.1767
0.5863
81°
35.7260
26
1.6033
0.32
0.81   0.45
30.5703
0.3298
55°
13.7876

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
11010
32
26
1A
Blue
11010
32
26
1A

RGB in % of #8b1a1a

%72.77
%13.61
%13.61

CMYK in % of #8b1a1a

%0
%81
%81
%45

Triads of color #8b1a1a

#8b1a1a #1a1a8b #1a8b1a

Similar Colors to #8b1a1a

#8b1a1a #8b1a53 #8b531a

Preview Color #8b1a1a on black ground

#8b1a1a is very interesting for text.

Preview Color #8b1a1a on white ground

#8b1a1a is very interesting for text.

CSS Codes #8b1a1a color

.mybgcolor {background-color:#8b1a1a; }
.myforecolor {color:#8b1a1a; }
.mybordercolor {border:3px solid #8b1a1a; }

Text Font Color #8b1a1a

<p style="color:#8b1a1a">Text here</p>

This sample text font color is #8b1a1a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #8b1a1a

<div style="background-color:#8b1a1a">
Div content here</div>

This div background color is #8b1a1a


Border Color #8b1a1a

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

The color of this border is #8b1a1a


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #8b1a1a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #8b1a1a;
-webkit-box-shadow: 1px 1px 3px 2px #8b1a1a;
box-shadow:         1px 1px 3px 2px #8b1a1a; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #8b1a1a">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #8b1a1a;
  -webkit-box-shadow: 1px 1px 3px 2px #8b1a1a;
  box-shadow:         1px 1px 3px 2px #8b1a1a;">
Div content here</div>

The shadow of div box using color #8b1a1a