Color Hex Logo

#64344f Color Hex

#64344F
(100,52,79)
0 Favorites   0 Comments

Color spaces of #64344f

RGB 1005279
HSL0.910.320.30
HSV326°48°39°
CMYK 0.000.480.21   0.61
XYZ7.89485.72988.0870
Yxy5.72980.36360.2639
Hunter Lab23.937016.9824-3.2749
CIE-Lab28.720325.3981-6.9657

#64344f color RGB value is (100,52,79).

#64344f hex color red value is 100, green value is 52 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #64344f hue: 0.91 , saturation: 0.32 and the lightness value of 64344f is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110100 01001111
Octal 144 64 117
Decimal 100 52 79
Hex 64 34 4F

RGB Percentages of Color #64344f

%43.29
%22.51
%34.20

CMYK Percentages of Color #64344f

%0
%48
%21
%61

Triadic Colors of #64344f

#64344f #4f6434 #344f64

Analogous Colors of #64344f

#64344f #643437 #613464

Monochromatic Colors of #64344f

#64344f

Complementary Color

#64344f #346449

#64344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64344f Color CSS Codes

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

#64344f Text Font Color

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

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


#64344f Background Color

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

This div background color is #64344f


#64344f Border Color

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

This div border color is #64344f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,52,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 #64344f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64344f


Comments

No comments written yet.

Please login to write comment.