Hex #8b3e2f Color

#8b3e2f
equivalent to

RGB

(139, 62, 47)

Details of #8b3e2f

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
12.8832
0.03
0.00
36.2514
9.1395
10°
30.2315
62
9.1395
0.49
0.55
31.6197
0.4994
66°
23.1628
47
3.7744
0.36
0.66   0.45
24.8769
0.3543
55°
13.7619

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
111110
76
62
3E
Blue
101111
57
47
2F

RGB in % of #8b3e2f

%56.05
%25.00
%18.95

CMYK in % of #8b3e2f

%0
%55
%66
%45

Triads of color #8b3e2f

#8b3e2f #3e2f8b #2f8b2f

Similar Colors to #8b3e2f

#8b3e2f #8b2f4e #8b6c2f

Preview Color #8b3e2f on black ground

#8b3e2f is very interesting for text.

Preview Color #8b3e2f on white ground

#8b3e2f is very interesting for text.

CSS Codes #8b3e2f color

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

Text Font Color #8b3e2f

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

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

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

This div background color is #8b3e2f


Border Color #8b3e2f

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

The color of this border is #8b3e2f


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b3e2f