Hex #8b635e Color

#8b635e
equivalent to

RGB

(139, 99, 94)

Details of #8b635e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
17.1297
0.02
0.00
45.9351
15.2208
39.0138
99
15.2208
0.19
0.29
15.4657
0.3809
32°
10.0994
94
12.6248
0.46
0.32   0.45
9.2594
0.3384
55°
8.1301

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1100011
143
99
63
Blue
1011110
136
94
5E

RGB in % of #8b635e

%41.87
%29.82
%28.31

CMYK in % of #8b635e

%0
%29
%32
%45

Triads of color #8b635e

#8b635e #635e8b #5e8b5e

Similar Colors to #8b635e

#8b635e #8b5e70 #8b7a5e

Preview Color #8b635e on black ground

#8b635e is very interesting for text.

Preview Color #8b635e on white ground

#8b635e is very interesting for text.

CSS Codes #8b635e color

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

Text Font Color #8b635e

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

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

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

This div background color is #8b635e


Border Color #8b635e

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

The color of this border is #8b635e


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b635e