Hex #80806c Color

#80806c
equivalent to

RGB

(128, 128, 108)

Details of #80806c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
128
19.3280
0.17
0.00
53.0699
21.1102
60°
45.9459
128
21.1102
0.08
0.00
-3.6888
0.3351
16°
-5.3156
108
17.2433
0.46
0.16   0.50
10.8803
0.3660
50°
9.9182

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000000
200
128
80
Green
10000000
200
128
80
Blue
1101100
154
108
6C

RGB in % of #80806c

%35.16
%35.16
%29.67

CMYK in % of #80806c

%0
%0
%16
%50

Triads of color #80806c

#80806c #806c80 #6c806c

Similar Colors to #80806c

#80806c #80766c #76806c

Preview Color #80806c on black ground

#80806c is very interesting for text.

Preview Color #80806c on white ground

#80806c is very interesting for text.

CSS Codes #80806c color

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

Text Font Color #80806c

<p style="color:#80806c">Text here</p>

This sample text font color is #80806c
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 #80806c

<div style="background-color:#80806c">
Div content here</div>

This div background color is #80806c


Border Color #80806c

<div style="border:3px solid #80806c">
Div here</div>

The color of this border is #80806c


Examples Css3

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

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 #80806c">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #80806c