Color Hex Logo

#604340 Color Hex

#604340
(96,67,64)
0 Favorites   0 Comments

Color spaces of #604340

RGB 966764
HSL0.020.200.31
HSV33°38°
CMYK 0.000.300.33   0.62
XYZ7.75646.87135.7680
Yxy6.87130.38030.3369
Hunter Lab26.21326.94465.3029
CIE-Lab31.512112.08206.8039

#604340 color RGB value is (96,67,64).

#604340 hex color red value is 96, green value is 67 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #604340 hue: 0.02 , saturation: 0.20 and the lightness value of 604340 is 0.31.

The process color (four color CMYK) of #604340 color hex is 0.00, 0.30, 0.33, 0.62. Web safe color of #604340 is #663333. Color #604340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000011 01000000
Octal 140 103 100
Decimal 96 67 64
Hex 60 43 40

RGB Percentages of Color #604340

%42.29
%29.52
%28.19

CMYK Percentages of Color #604340

%0
%30
%33
%62

Triadic Colors of #604340

#604340 #406043 #434060

Analogous Colors of #604340

#604340 #605340 #60404d

Monochromatic Colors of #604340

#604340

Complementary Color

#604340 #405d60

#604340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604340 Color CSS Codes

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

#604340 Text Font Color

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

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


#604340 Background Color

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

This div background color is #604340


#604340 Border Color

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

This div border color is #604340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,67,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604340;
  -webkit-box-shadow: 1px 1px 3px 2px #604340;
  box-shadow:         1px 1px 3px 2px #604340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,67,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604340


Comments

No comments written yet.

Please login to write comment.