Color Hex Logo

#64717d Color Hex

#64717D
(100,113,125)
0 Favorites   0 Comments

Color spaces of #64717d

RGB 100113125
HSL0.580.110.44
HSV209°20°49°
CMYK 0.200.100.00   0.51
XYZ14.862316.000221.7071
Yxy16.00020.28270.3044
Hunter Lab40.0002-3.6778-4.1750
CIE-Lab46.9748-2.0708-8.2590

#64717d color RGB value is (100,113,125).

#64717d hex color red value is 100, green value is 113 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #64717d hue: 0.58 , saturation: 0.11 and the lightness value of 64717d is 0.44.

The process color (four color CMYK) of #64717d color hex is 0.20, 0.10, 0.00, 0.51. Web safe color of #64717d is #666666. Color #64717d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 01111101
Octal 144 161 175
Decimal 100 113 125
Hex 64 71 7D

RGB Percentages of Color #64717d

%29.59
%33.43
%36.98

CMYK Percentages of Color #64717d

%20
%10
%0
%51

Triadic Colors of #64717d

#64717d #7d6471 #717d64

Analogous Colors of #64717d

#64717d #64657d #647d7d

Monochromatic Colors of #64717d

#64717d

Complementary Color

#64717d #7d7064

#64717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64717d Color CSS Codes

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

#64717d Text Font Color

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

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


#64717d Background Color

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

This div background color is #64717d


#64717d Border Color

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

This div border color is #64717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64717d

#64717d Color Palettes


Comments

No comments written yet.

Please login to write comment.