Color Hex Logo

#64344d Color Hex

#64344D
(100,52,77)
0 Favorites   0 Comments

Color spaces of #64344d

RGB 1005277
HSL0.910.320.30
HSV329°48°39°
CMYK 0.000.480.23   0.61
XYZ7.82315.70117.7093
Yxy5.70110.36840.2685
Hunter Lab23.877016.6994-2.4294
CIE-Lab28.645525.0580-5.7649

#64344d color RGB value is (100,52,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110100 01001101
Octal 144 64 115
Decimal 100 52 77
Hex 64 34 4D

RGB Percentages of Color #64344d

%43.67
%22.71
%33.62

CMYK Percentages of Color #64344d

%0
%48
%23
%61

Triadic Colors of #64344d

#64344d #4d6434 #344d64

Analogous Colors of #64344d

#64344d #643435 #633464

Monochromatic Colors of #64344d

#64344d

Complementary Color

#64344d #34644b

#64344d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64344d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64344d Color CSS Codes

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

#64344d Text Font Color

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

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


#64344d Background Color

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

This div background color is #64344d


#64344d Border Color

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

This div border color is #64344d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64344d


Comments

No comments written yet.

Please login to write comment.