Hex #8b814c Color

#8b814c
equivalent to

RGB

(139, 129, 76)

Details of #8b814c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
19.8022
0.14
0.00
53.7193
21.7113
50°
46.5954
129
21.7113
0.29
0.07
-4.1027
0.3845
45°
-5.6822
76
9.9845
0.42
0.45   0.45
30.0171
0.4216
55°
19.9159

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
10000001
201
129
81
Blue
1001100
114
76
4C

RGB in % of #8b814c

%40.41
%37.50
%22.09

CMYK in % of #8b814c

%0
%7
%45
%45

Triads of color #8b814c

#8b814c #814c8b #4c8b4c

Similar Colors to #8b814c

#8b814c #8b624c #768b4c

Preview Color #8b814c on black ground

#8b814c is very interesting for text.

Preview Color #8b814c on white ground

#8b814c is very interesting for text.

CSS Codes #8b814c color

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

Text Font Color #8b814c

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

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

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

This div background color is #8b814c


Border Color #8b814c

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

The color of this border is #8b814c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b814c