Color Hex Logo

#59320d Color Hex

#59320D
(89,50,13)
0 Favorites   0 Comments

Color spaces of #59320d

RGB 895013
HSL0.080.750.20
HSV29°85°35°
CMYK 0.000.440.85   0.65
XYZ5.33314.43410.9556
Yxy4.43410.49740.4135
Hunter Lab21.05738.357712.0495
CIE-Lab25.057614.446229.5343

#59320d color RGB value is (89,50,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 00001101
Octal 131 62 15
Decimal 89 50 13
Hex 59 32 D

RGB Percentages of Color #59320d

%58.55
%32.89
%8.55

CMYK Percentages of Color #59320d

%0
%44
%85
%65

Triadic Colors of #59320d

#59320d #0d5932 #320d59

Analogous Colors of #59320d

#59320d #59580d #590d0e

Monochromatic Colors of #59320d

#59320d

Complementary Color

#59320d #0d3459

#59320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59320d Color CSS Codes

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

#59320d Text Font Color

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

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


#59320d Background Color

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

This div background color is #59320d


#59320d Border Color

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

This div border color is #59320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59320d


Comments

No comments written yet.

Please login to write comment.