Color Hex Logo

#592140 Color Hex

#592140
(89,33,64)
0 Favorites   0 Comments

Color spaces of #592140

RGB 893364
HSL0.910.460.24
HSV327°63°35°
CMYK 0.000.630.28   0.65
XYZ5.58913.58175.2473
Yxy3.58170.38760.2484
Hunter Lab18.925419.5957-3.1911
CIE-Lab22.237329.6174-6.8552

#592140 color RGB value is (89,33,64).

#592140 hex color red value is 89, green value is 33 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #592140 hue: 0.91 , saturation: 0.46 and the lightness value of 592140 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 01000000
Octal 131 41 100
Decimal 89 33 64
Hex 59 21 40

RGB Percentages of Color #592140

%47.85
%17.74
%34.41

CMYK Percentages of Color #592140

%0
%63
%28
%65

Triadic Colors of #592140

#592140 #405921 #214059

Analogous Colors of #592140

#592140 #592124 #562159

Monochromatic Colors of #592140

#592140

Complementary Color

#592140 #21593a

#592140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592140 Color CSS Codes

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

#592140 Text Font Color

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

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


#592140 Background Color

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

This div background color is #592140


#592140 Border Color

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

This div border color is #592140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592140


Comments

No comments written yet.

Please login to write comment.