Color Hex Logo

#59450d Color Hex

#59450D
(89,69,13)
0 Favorites   0 Comments

Color spaces of #59450d

RGB 896913
HSL0.120.750.20
HSV44°85°35°
CMYK 0.000.220.85   0.65
XYZ6.32066.40911.2847
Yxy6.40910.45100.4573
Hunter Lab25.31620.262114.7126
CIE-Lab30.42202.476034.5065

#59450d color RGB value is (89,69,13).

#59450d hex color red value is 89, green value is 69 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #59450d hue: 0.12 , saturation: 0.75 and the lightness value of 59450d is 0.20.

The process color (four color CMYK) of #59450d color hex is 0.00, 0.22, 0.85, 0.65. Web safe color of #59450d is #663300. Color #59450d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 00001101
Octal 131 105 15
Decimal 89 69 13
Hex 59 45 D

RGB Percentages of Color #59450d

%52.05
%40.35
%7.60

CMYK Percentages of Color #59450d

%0
%22
%85
%65

Triadic Colors of #59450d

#59450d #0d5945 #450d59

Analogous Colors of #59450d

#59450d #47590d #591f0d

Monochromatic Colors of #59450d

#59450d

Complementary Color

#59450d #0d2159

#59450d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59450d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59450d Color CSS Codes

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

#59450d Text Font Color

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

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


#59450d Background Color

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

This div background color is #59450d


#59450d Border Color

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

This div border color is #59450d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59450d


Comments

No comments written yet.

Please login to write comment.