Color Hex Logo

#64575e Color Hex

#64575E
(100,87,94)
0 Favorites   0 Comments

Color spaces of #64575e

RGB 1008794
HSL0.910.070.37
HSV328°13°39°
CMYK 0.000.130.06   0.61
XYZ10.684110.333912.0212
Yxy10.33390.32340.3128
Hunter Lab32.14643.06970.3309
CIE-Lab38.43516.6727-2.0921

#64575e color RGB value is (100,87,94).

#64575e hex color red value is 100, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #64575e hue: 0.91 , saturation: 0.07 and the lightness value of 64575e is 0.37.

The process color (four color CMYK) of #64575e color hex is 0.00, 0.13, 0.06, 0.61. Web safe color of #64575e is #666666. Color #64575e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010111 01011110
Octal 144 127 136
Decimal 100 87 94
Hex 64 57 5E

RGB Percentages of Color #64575e

%35.59
%30.96
%33.45

CMYK Percentages of Color #64575e

%0
%13
%6
%61

Triadic Colors of #64575e

#64575e #5e6457 #575e64

Analogous Colors of #64575e

#64575e #645758 #645764

Monochromatic Colors of #64575e

#64575e

Complementary Color

#64575e #57645d

#64575e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64575e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64575e Color CSS Codes

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

#64575e Text Font Color

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

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


#64575e Background Color

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

This div background color is #64575e


#64575e Border Color

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

This div border color is #64575e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64575e


Comments

No comments written yet.

Please login to write comment.