Color Hex Logo

#64293d Color Hex

#64293D
(100,41,61)
0 Favorites   0 Comments

Color spaces of #64293d

RGB 1004161
HSL0.940.420.28
HSV340°59°39°
CMYK 0.000.590.39   0.61
XYZ6.89084.63214.9458
Yxy4.63210.41840.2813
Hunter Lab21.522319.48631.4409
CIE-Lab25.659828.91950.4672

#64293d color RGB value is (100,41,61).

#64293d hex color red value is 100, green value is 41 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #64293d hue: 0.94 , saturation: 0.42 and the lightness value of 64293d is 0.28.

The process color (four color CMYK) of #64293d color hex is 0.00, 0.59, 0.39, 0.61. Web safe color of #64293d is #663333. Color #64293d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101001 00111101
Octal 144 51 75
Decimal 100 41 61
Hex 64 29 3D

RGB Percentages of Color #64293d

%49.50
%20.30
%30.20

CMYK Percentages of Color #64293d

%0
%59
%39
%61

Triadic Colors of #64293d

#64293d #3d6429 #293d64

Analogous Colors of #64293d

#64293d #643329 #64295b

Monochromatic Colors of #64293d

#64293d

Complementary Color

#64293d #296450

#64293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64293d Color CSS Codes

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

#64293d Text Font Color

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

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


#64293d Background Color

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

This div background color is #64293d


#64293d Border Color

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

This div border color is #64293d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64293d


Comments

No comments written yet.

Please login to write comment.