Hex #8b4c39 Color

#8b4c39
equivalent to

RGB

(139, 76, 57)

Details of #8b4c39

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
13.9704
0.04
0.00
39.5016
10.9533
14°
33.0957
76
10.9533
0.42
0.45
24.6411
0.4630
59°
17.4314
57
5.2488
0.38
0.59   0.45
22.9041
0.3630
55°
13.7669

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1001100
114
76
4C
Blue
111001
71
57
39

RGB in % of #8b4c39

%51.10
%27.94
%20.96

CMYK in % of #8b4c39

%0
%45
%59
%45

Triads of color #8b4c39

#8b4c39 #4c398b #398b39

Similar Colors to #8b4c39

#8b4c39 #8b394f #8b7539

Preview Color #8b4c39 on black ground

#8b4c39 is very interesting for text.

Preview Color #8b4c39 on white ground

#8b4c39 is very interesting for text.

CSS Codes #8b4c39 color

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

Text Font Color #8b4c39

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

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

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

This div background color is #8b4c39


Border Color #8b4c39

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

The color of this border is #8b4c39


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b4c39