Color Hex Logo

#593330 Color Hex

#593330
(89,51,48)
0 Favorites   0 Comments

Color spaces of #593330

RGB 895148
HSL0.010.300.27
HSV46°35°
CMYK 0.000.430.46   0.65
XYZ5.83724.70493.3968
Yxy4.70490.41880.3375
Hunter Lab21.690810.07725.8987
CIE-Lab25.876916.76509.2413

#593330 color RGB value is (89,51,48).

#593330 hex color red value is 89, green value is 51 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #593330 hue: 0.01 , saturation: 0.30 and the lightness value of 593330 is 0.27.

The process color (four color CMYK) of #593330 color hex is 0.00, 0.43, 0.46, 0.65. Web safe color of #593330 is #663333. Color #593330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110011 00110000
Octal 131 63 60
Decimal 89 51 48
Hex 59 33 30

RGB Percentages of Color #593330

%47.34
%27.13
%25.53

CMYK Percentages of Color #593330

%0
%43
%46
%65

Triadic Colors of #593330

#593330 #305933 #333059

Analogous Colors of #593330

#593330 #594830 #593042

Monochromatic Colors of #593330

#593330

Complementary Color

#593330 #305659

#593330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593330 Color CSS Codes

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

#593330 Text Font Color

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

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


#593330 Background Color

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

This div background color is #593330


#593330 Border Color

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

This div border color is #593330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593330

#593330 Color Palettes


Comments

No comments written yet.

Please login to write comment.