Color Hex Logo

#64441f Color Hex

#64441F
(100,68,31)
0 Favorites   0 Comments

Color spaces of #64441f

RGB 1006831
HSL0.090.530.26
HSV32°69°39°
CMYK 0.000.320.69   0.61
XYZ7.57006.94252.2374
Yxy6.94250.45190.4145
Hunter Lab26.34865.173213.4094
CIE-Lab31.67569.625727.4191

#64441f color RGB value is (100,68,31).

#64441f hex color red value is 100, green value is 68 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #64441f hue: 0.09 , saturation: 0.53 and the lightness value of 64441f is 0.26.

The process color (four color CMYK) of #64441f color hex is 0.00, 0.32, 0.69, 0.61. Web safe color of #64441f is #663333. Color #64441f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000100 00011111
Octal 144 104 37
Decimal 100 68 31
Hex 64 44 1F

RGB Percentages of Color #64441f

%50.25
%34.17
%15.58

CMYK Percentages of Color #64441f

%0
%32
%69
%61

Triadic Colors of #64441f

#64441f #1f6444 #441f64

Analogous Colors of #64441f

#64441f #62641f #64221f

Monochromatic Colors of #64441f

#64441f

Complementary Color

#64441f #1f3f64

#64441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64441f Color CSS Codes

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

#64441f Text Font Color

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

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


#64441f Background Color

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

This div background color is #64441f


#64441f Border Color

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

This div border color is #64441f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64441f


Comments

No comments written yet.

Please login to write comment.