Color Hex Logo

#64464f Color Hex

#64464F
(100,70,79)
0 Favorites   0 Comments

Color spaces of #64464f

RGB 1007079
HSL0.950.180.33
HSV342°30°39°
CMYK 0.000.300.21   0.61
XYZ8.85707.65428.4077
Yxy7.65420.35540.3072
Hunter Lab27.66628.72871.3483
CIE-Lab33.252114.3898-0.2492

#64464f color RGB value is (100,70,79).

#64464f hex color red value is 100, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #64464f hue: 0.95 , saturation: 0.18 and the lightness value of 64464f is 0.33.

The process color (four color CMYK) of #64464f color hex is 0.00, 0.30, 0.21, 0.61. Web safe color of #64464f is #663366. Color #64464f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000110 01001111
Octal 144 106 117
Decimal 100 70 79
Hex 64 46 4F

RGB Percentages of Color #64464f

%40.16
%28.11
%31.73

CMYK Percentages of Color #64464f

%0
%30
%21
%61

Triadic Colors of #64464f

#64464f #4f6446 #464f64

Analogous Colors of #64464f

#64464f #644c46 #64465e

Monochromatic Colors of #64464f

#64464f

Complementary Color

#64464f #46645b

#64464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64464f Color CSS Codes

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

#64464f Text Font Color

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

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


#64464f Background Color

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

This div background color is #64464f


#64464f Border Color

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

This div border color is #64464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64464f


Comments

No comments written yet.

Please login to write comment.