Hex #8b3a3a Color

#8b3a3a
equivalent to

RGB

(139, 58, 58)

Details of #8b3a3a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
12.9242
0.00
0.00
35.6365
8.8206
29.6994
58
8.8206
0.41
0.58
34.5427
0.4828
58°
25.7035
58
5.0243
0.39
0.58   0.45
17.2926
0.3295
55°
10.7625

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
111010
72
58
3A
Blue
111010
72
58
3A

RGB in % of #8b3a3a

%54.51
%22.75
%22.75

CMYK in % of #8b3a3a

%0
%58
%58
%45

Triads of color #8b3a3a

#8b3a3a #3a3a8b #3a8b3a

Similar Colors to #8b3a3a

#8b3a3a #8b3a63 #8b633a

Preview Color #8b3a3a on black ground

#8b3a3a is very interesting for text.

Preview Color #8b3a3a on white ground

#8b3a3a is very interesting for text.

CSS Codes #8b3a3a color

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

Text Font Color #8b3a3a

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

This sample text font color is #8b3a3a
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 #8b3a3a

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

This div background color is #8b3a3a


Border Color #8b3a3a

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

The color of this border is #8b3a3a


Examples Css3

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

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 #8b3a3a">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b3a3a