Color Hex Logo

#645463 Color Hex

#645463
(100,84,99)
0 Favorites   0 Comments

Color spaces of #645463

RGB 1008499
HSL0.840.090.36
HSV304°16°39°
CMYK 0.000.160.01   0.61
XYZ10.67809.950813.1623
Yxy9.95080.31600.2945
Hunter Lab31.54495.2190-2.6577
CIE-Lab37.75409.5628-6.2111

#645463 color RGB value is (100,84,99).

#645463 hex color red value is 100, green value is 84 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #645463 hue: 0.84 , saturation: 0.09 and the lightness value of 645463 is 0.36.

The process color (four color CMYK) of #645463 color hex is 0.00, 0.16, 0.01, 0.61. Web safe color of #645463 is #666666. Color #645463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010100 01100011
Octal 144 124 143
Decimal 100 84 99
Hex 64 54 63

RGB Percentages of Color #645463

%35.34
%29.68
%34.98

CMYK Percentages of Color #645463

%0
%16
%1
%61

Triadic Colors of #645463

#645463 #636454 #546364

Analogous Colors of #645463

#645463 #64545b #5d5464

Monochromatic Colors of #645463

#645463

Complementary Color

#645463 #546455

#645463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645463 Color CSS Codes

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

#645463 Text Font Color

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

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


#645463 Background Color

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

This div background color is #645463


#645463 Border Color

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

This div border color is #645463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645463


Comments

No comments written yet.

Please login to write comment.