Color Hex Logo

#59380a Color Hex

#59380A
(89,56,10)
0 Favorites   0 Comments

Color spaces of #59380a

RGB 895610
HSL0.100.800.19
HSV35°89°35°
CMYK 0.000.370.89   0.65
XYZ5.58884.97410.9527
Yxy4.97410.48530.4319
Hunter Lab22.30275.700413.0792
CIE-Lab26.660810.547132.3401

#59380a color RGB value is (89,56,10).

#59380a hex color red value is 89, green value is 56 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #59380a hue: 0.10 , saturation: 0.80 and the lightness value of 59380a is 0.19.

The process color (four color CMYK) of #59380a color hex is 0.00, 0.37, 0.89, 0.65. Web safe color of #59380a is #663300. Color #59380a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 00001010
Octal 131 70 12
Decimal 89 56 10
Hex 59 38 A

RGB Percentages of Color #59380a

%57.42
%36.13
%6.45

CMYK Percentages of Color #59380a

%0
%37
%89
%65

Triadic Colors of #59380a

#59380a #0a5938 #380a59

Analogous Colors of #59380a

#59380a #53590a #59110a

Monochromatic Colors of #59380a

#59380a

Complementary Color

#59380a #0a2b59

#59380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59380a Color CSS Codes

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

#59380a Text Font Color

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

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


#59380a Background Color

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

This div background color is #59380a


#59380a Border Color

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

This div border color is #59380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59380a


Comments

No comments written yet.

Please login to write comment.