Color Hex Logo

#593240 Color Hex

#593240
(89,50,64)
0 Favorites   0 Comments

Color spaces of #593240

RGB 895064
HSL0.940.280.27
HSV338°44°35°
CMYK 0.000.440.28   0.65
XYZ6.18584.77525.4462
Yxy4.77520.37700.2910
Hunter Lab21.852212.28730.5198
CIE-Lab26.084519.7217-1.1304

#593240 color RGB value is (89,50,64).

#593240 hex color red value is 89, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #593240 hue: 0.94 , saturation: 0.28 and the lightness value of 593240 is 0.27.

The process color (four color CMYK) of #593240 color hex is 0.00, 0.44, 0.28, 0.65. Web safe color of #593240 is #663333. Color #593240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 01000000
Octal 131 62 100
Decimal 89 50 64
Hex 59 32 40

RGB Percentages of Color #593240

%43.84
%24.63
%31.53

CMYK Percentages of Color #593240

%0
%44
%28
%65

Triadic Colors of #593240

#593240 #405932 #324059

Analogous Colors of #593240

#593240 #593832 #593254

Monochromatic Colors of #593240

#593240

Complementary Color

#593240 #32594b

#593240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593240 Color CSS Codes

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

#593240 Text Font Color

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

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


#593240 Background Color

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

This div background color is #593240


#593240 Border Color

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

This div border color is #593240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593240


Comments

No comments written yet.

Please login to write comment.