Color Hex Logo

#594401 Color Hex

#594401
(89,68,1)
0 Favorites   0 Comments

Color spaces of #594401

RGB 89681
HSL0.130.980.18
HSV46°99°35°
CMYK 0.000.240.99   0.65
XYZ6.19246.26030.9107
Yxy6.26030.46340.4685
Hunter Lab25.02060.391315.3564
CIE-Lab30.05992.657738.8013

#594401 color RGB value is (89,68,1).

#594401 hex color red value is 89, green value is 68 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #594401 hue: 0.13 , saturation: 0.98 and the lightness value of 594401 is 0.18.

The process color (four color CMYK) of #594401 color hex is 0.00, 0.24, 0.99, 0.65. Web safe color of #594401 is #663300. Color #594401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000100 00000001
Octal 131 104 1
Decimal 89 68 1
Hex 59 44 1

RGB Percentages of Color #594401

%56.33
%43.04
%0.63

CMYK Percentages of Color #594401

%0
%24
%99
%65

Triadic Colors of #594401

#594401 #015944 #440159

Analogous Colors of #594401

#594401 #425901 #591801

Monochromatic Colors of #594401

#594401

Complementary Color

#594401 #011659

#594401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594401 Color CSS Codes

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

#594401 Text Font Color

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

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


#594401 Background Color

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

This div background color is #594401


#594401 Border Color

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

This div border color is #594401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594401


Comments

No comments written yet.

Please login to write comment.