Hex #8b6969 Color

#8b6969
equivalent to

RGB

(139, 105, 105)

Details of #8b6969

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
18.2488
0.00
0.00
47.7674
16.6120
40.7579
105
16.6120
0.14
0.24
13.5893
0.3616
24°
8.5951
105
15.6092
0.48
0.24   0.45
5.2703
0.3291
55°
5.8316

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1101001
151
105
69
Blue
1101001
151
105
69

RGB in % of #8b6969

%39.83
%30.09
%30.09

CMYK in % of #8b6969

%0
%24
%24
%45

Triads of color #8b6969

#8b6969 #69698b #698b69

Similar Colors to #8b6969

#8b6969 #8b697a #8b7a69

Preview Color #8b6969 on black ground

#8b6969 is very interesting for text.

Preview Color #8b6969 on white ground

#8b6969 is very interesting for text.

CSS Codes #8b6969 color

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

Text Font Color #8b6969

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

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

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

This div background color is #8b6969


Border Color #8b6969

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

The color of this border is #8b6969


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b6969