Color Hex Logo

#646a56 Color Hex

#646A56
(100,106,86)
0 Favorites   0 Comments

Color spaces of #646a56

RGB 10010686
HSL0.220.100.38
HSV78°19°42°
CMYK 0.060.000.19   0.58
XYZ12.089313.689310.8092
Yxy13.68930.33040.3741
Hunter Lab36.9991-6.42418.5779
CIE-Lab43.7840-6.236310.4695

#646a56 color RGB value is (100,106,86).

#646a56 hex color red value is 100, green value is 106 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #646a56 hue: 0.22 , saturation: 0.10 and the lightness value of 646a56 is 0.38.

The process color (four color CMYK) of #646a56 color hex is 0.06, 0.00, 0.19, 0.58. Web safe color of #646a56 is #666666. Color #646a56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 01010110
Octal 144 152 126
Decimal 100 106 86
Hex 64 6A 56

RGB Percentages of Color #646a56

%34.25
%36.30
%29.45

CMYK Percentages of Color #646a56

%6
%0
%19
%58

Triadic Colors of #646a56

#646a56 #56646a #6a5664

Analogous Colors of #646a56

#646a56 #5a6a56 #6a6656

Monochromatic Colors of #646a56

#646a56

Complementary Color

#646a56 #5c566a

#646a56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646a56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646a56 Color CSS Codes

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

#646a56 Text Font Color

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

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


#646a56 Background Color

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

This div background color is #646a56


#646a56 Border Color

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

This div border color is #646a56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646a56


Comments

No comments written yet.

Please login to write comment.