Color Hex Logo

#604240 Color Hex

#604240
(96,66,64)
0 Favorites   0 Comments

Color spaces of #604240

RGB 966664
HSL0.010.200.31
HSV33°38°
CMYK 0.000.310.33   0.62
XYZ7.69756.75345.7483
Yxy6.75340.38110.3343
Hunter Lab25.98737.39435.0764
CIE-Lab31.238812.70976.4182

#604240 color RGB value is (96,66,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01000010 01000000
Octal 140 102 100
Decimal 96 66 64
Hex 60 42 40

RGB Percentages of Color #604240

%42.48
%29.20
%28.32

CMYK Percentages of Color #604240

%0
%31
%33
%62

Triadic Colors of #604240

#604240 #406042 #424060

Analogous Colors of #604240

#604240 #605240 #60404e

Monochromatic Colors of #604240

#604240

Complementary Color

#604240 #405e60

#604240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604240 Color CSS Codes

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

#604240 Text Font Color

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

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


#604240 Background Color

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

This div background color is #604240


#604240 Border Color

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

This div border color is #604240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,66,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 #604240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604240


Comments

No comments written yet.

Please login to write comment.