Color Hex Logo

#666464 Color Hex

#666464
(102,100,100)
0 Favorites   0 Comments

Color spaces of #666464

RGB 102100100
HSL0.000.010.40
HSV40°
CMYK 0.000.020.02   0.60
XYZ12.336912.859213.8884
Yxy12.85920.31560.3290
Hunter Lab35.8597-1.34482.1389
CIE-Lab42.55030.78640.2725

#666464 color RGB value is (102,100,100).

#666464 hex color red value is 102, green value is 100 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #666464 hue: 0.00 , saturation: 0.01 and the lightness value of 666464 is 0.40.

The process color (four color CMYK) of #666464 color hex is 0.00, 0.02, 0.02, 0.60. Web safe color of #666464 is #666666. Color #666464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01100100 01100100
Octal 146 144 144
Decimal 102 100 100
Hex 66 64 64

RGB Percentages of Color #666464

%33.77
%33.11
%33.11

CMYK Percentages of Color #666464

%0
%2
%2
%60

Triadic Colors of #666464

#666464 #646664 #646466

Analogous Colors of #666464

#666464 #666564 #666465

Monochromatic Colors of #666464

#666464

Complementary Color

#666464 #646666

#666464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#666464 Color CSS Codes

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

#666464 Text Font Color

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

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


#666464 Background Color

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

This div background color is #666464


#666464 Border Color

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

This div border color is #666464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,100,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #666464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666464


Comments

No comments written yet.

Please login to write comment.