Color Hex Logo

#64393b Color Hex

#64393B
(100,57,59)
0 Favorites   0 Comments

Color spaces of #64393b

RGB 1005759
HSL0.990.270.31
HSV357°43°39°
CMYK 0.000.430.41   0.61
XYZ7.50815.95134.8907
Yxy5.95130.40920.3243
Hunter Lab24.395312.24495.1904
CIE-Lab29.289319.32386.9908

#64393b color RGB value is (100,57,59).

#64393b hex color red value is 100, green value is 57 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #64393b hue: 0.99 , saturation: 0.27 and the lightness value of 64393b is 0.31.

The process color (four color CMYK) of #64393b color hex is 0.00, 0.43, 0.41, 0.61. Web safe color of #64393b is #663333. Color #64393b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111001 00111011
Octal 144 71 73
Decimal 100 57 59
Hex 64 39 3B

RGB Percentages of Color #64393b

%46.30
%26.39
%27.31

CMYK Percentages of Color #64393b

%0
%43
%41
%61

Triadic Colors of #64393b

#64393b #3b6439 #393b64

Analogous Colors of #64393b

#64393b #644d39 #643951

Monochromatic Colors of #64393b

#64393b

Complementary Color

#64393b #396462

#64393b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64393b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64393b Color CSS Codes

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

#64393b Text Font Color

<p style="color:#64393b">Text here</p>

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


#64393b Background Color

<div style="background-color:#64393b">
Div content here</div>

This div background color is #64393b


#64393b Border Color

<div style="border:3px solid #64393b">
Div here</div>

This div border color is #64393b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64393b


Comments

No comments written yet.

Please login to write comment.