Color Hex Logo

#59182a Color Hex

#59182A
(89,24,42)
0 Favorites   0 Comments

Color spaces of #59182a

RGB 892442
HSL0.950.580.22
HSV343°73°35°
CMYK 0.000.730.53   0.65
XYZ4.86442.94432.5024
Yxy2.94430.47180.2855
Hunter Lab17.159020.57483.3646
CIE-Lab19.819431.24394.8948

#59182a color RGB value is (89,24,42).

#59182a hex color red value is 89, green value is 24 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #59182a hue: 0.95 , saturation: 0.58 and the lightness value of 59182a is 0.22.

The process color (four color CMYK) of #59182a color hex is 0.00, 0.73, 0.53, 0.65. Web safe color of #59182a is #660033. Color #59182a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011000 00101010
Octal 131 30 52
Decimal 89 24 42
Hex 59 18 2A

RGB Percentages of Color #59182a

%57.42
%15.48
%27.10

CMYK Percentages of Color #59182a

%0
%73
%53
%65

Triadic Colors of #59182a

#59182a #2a5918 #182a59

Analogous Colors of #59182a

#59182a #592718 #59184a

Monochromatic Colors of #59182a

#59182a

Complementary Color

#59182a #185947

#59182a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59182a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59182a Color CSS Codes

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

#59182a Text Font Color

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

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


#59182a Background Color

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

This div background color is #59182a


#59182a Border Color

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

This div border color is #59182a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59182a


Comments

No comments written yet.

Please login to write comment.