Hex #8b7d7b Color

#8b7d7b
equivalent to

RGB

(139, 125, 123)

Details of #8b7d7b

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
139
21.5562
0.02
0.00
53.5852
21.5863
46.4610
125
21.5863
0.06
0.10
4.9805
0.3321
12°
1.5110
123
21.7693
0.51
0.12   0.45
3.0269
0.3325
55°
4.7518

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001011
213
139
8B
Green
1111101
175
125
7D
Blue
1111011
173
123
7B

RGB in % of #8b7d7b

%35.92
%32.30
%31.78

CMYK in % of #8b7d7b

%0
%10
%12
%45

Triads of color #8b7d7b

#8b7d7b #7d7b8b #7b8b7b

Similar Colors to #8b7d7b

#8b7d7b #8b7b81 #8b857b

Preview Color #8b7d7b on black ground

#8b7d7b is very interesting for text.

Preview Color #8b7d7b on white ground

#8b7d7b is very interesting for text.

CSS Codes #8b7d7b color

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

Text Font Color #8b7d7b

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

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

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

This div background color is #8b7d7b


Border Color #8b7d7b

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

The color of this border is #8b7d7b


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8b7d7b