Hex #676766 Color

#676766
equivalent to

RGB

(103, 103, 102)

Details of #676766

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
103
12.8420
0.17
0.00
43.5708
13.5434
60°
36.8013
103
13.5434
0.00
0.00
-0.2031
0.3140
-2.1135
102
14.5077
0.40
0.01   0.60
0.5574
0.3312
40°
2.3959

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1100111
147
103
67
Green
1100111
147
103
67
Blue
1100110
146
102
66

RGB in % of #676766

%33.44
%33.44
%33.12

CMYK in % of #676766

%0
%0
%1
%60

Triads of color #676766

#676766 #676667 #666766

Similar Colors to #676766

#676766 #676766 #676766

Preview Color #676766 on black ground

#676766 is very interesting for text.

Preview Color #676766 on white ground

#676766 is very interesting for text.

CSS Codes #676766 color

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

Text Font Color #676766

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

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

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

This div background color is #676766


Border Color #676766

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

The color of this border is #676766


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #676766