Color Hex Logo

#640e3b Color Hex

#640E3B
(100,14,59)
0 Favorites   0 Comments

Color spaces of #640e3b

RGB 1001459
HSL0.910.750.22
HSV329°86°39°
CMYK 0.000.860.41   0.61
XYZ6.20203.33924.4553
Yxy3.33920.44310.2386
Hunter Lab18.273528.6041-1.6642
CIE-Lab21.354140.2864-4.5148

#640e3b color RGB value is (100,14,59).

#640e3b hex color red value is 100, green value is 14 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #640e3b hue: 0.91 , saturation: 0.75 and the lightness value of 640e3b is 0.22.

The process color (four color CMYK) of #640e3b color hex is 0.00, 0.86, 0.41, 0.61. Web safe color of #640e3b is #660033. Color #640e3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001110 00111011
Octal 144 16 73
Decimal 100 14 59
Hex 64 E 3B

RGB Percentages of Color #640e3b

%57.80
%8.09
%34.10

CMYK Percentages of Color #640e3b

%0
%86
%41
%61

Triadic Colors of #640e3b

#640e3b #3b640e #0e3b64

Analogous Colors of #640e3b

#640e3b #640e10 #620e64

Monochromatic Colors of #640e3b

#640e3b

Complementary Color

#640e3b #0e6437

#640e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#640e3b Color CSS Codes

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

#640e3b Text Font Color

<p style="color:#640e3b">Text here</p>

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


#640e3b Background Color

<div style="background-color:#640e3b">
Div content here</div>

This div background color is #640e3b


#640e3b Border Color

<div style="border:3px solid #640e3b">
Div here</div>

This div border color is #640e3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,14,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #640e3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #640e3b;
  -webkit-box-shadow: 1px 1px 3px 2px #640e3b;
  box-shadow:         1px 1px 3px 2px #640e3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640e3b


Comments

No comments written yet.

Please login to write comment.