Hex #8b475d Color

#8b475d
equivalent to

RGB

(139, 71, 93)

Details of #8b475d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
14.8765
0.95
0.00
39.2173
10.7858
341°
32.8417
71
10.7858
0.32
0.49
31.4523
0.3987
49°
23.3833
93
11.6537
0.41
0.33   0.45
0.2442
0.2890
55°
1.9576

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1000111
107
71
47
Blue
1011101
135
93
5D

RGB in % of #8b475d

%45.87
%23.43
%30.69

CMYK in % of #8b475d

%0
%49
%33
%45

Triads of color #8b475d

#8b475d #475d8b #5d8b5d

Similar Colors to #8b475d

#8b475d #8b477f #8b5347

Preview Color #8b475d on black ground

#8b475d is very interesting for text.

Preview Color #8b475d on white ground

#8b475d is very interesting for text.

CSS Codes #8b475d color

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

Text Font Color #8b475d

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

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

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

This div background color is #8b475d


Border Color #8b475d

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

The color of this border is #8b475d


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b475d