Color Hex Logo

#592941 Color Hex

#592941
(89,41,65)
0 Favorites   0 Comments

Color spaces of #592941

RGB 894165
HSL0.920.370.25
HSV330°54°35°
CMYK 0.000.540.27   0.65
XYZ5.86694.09145.4815
Yxy4.09140.38000.2650
Hunter Lab20.227216.3763-1.9083
CIE-Lab23.971325.3127-4.9327

#592941 color RGB value is (89,41,65).

#592941 hex color red value is 89, green value is 41 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #592941 hue: 0.92 , saturation: 0.37 and the lightness value of 592941 is 0.25.

The process color (four color CMYK) of #592941 color hex is 0.00, 0.54, 0.27, 0.65. Web safe color of #592941 is #663333. Color #592941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 01000001
Octal 131 51 101
Decimal 89 41 65
Hex 59 29 41

RGB Percentages of Color #592941

%45.64
%21.03
%33.33

CMYK Percentages of Color #592941

%0
%54
%27
%65

Triadic Colors of #592941

#592941 #415929 #294159

Analogous Colors of #592941

#592941 #592929 #592959

Monochromatic Colors of #592941

#592941

Complementary Color

#592941 #295941

#592941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592941 Color CSS Codes

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

#592941 Text Font Color

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

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


#592941 Background Color

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

This div background color is #592941


#592941 Border Color

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

This div border color is #592941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,41,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592941


Comments

No comments written yet.

Please login to write comment.