Color Hex Logo

#59051f Color Hex

#59051F
(89,5,31)
0 Favorites   0 Comments

Color spaces of #59051f

RGB 89531
HSL0.950.890.18
HSV341°94°35°
CMYK 0.000.940.65   0.65
XYZ4.42142.33131.5133
Yxy2.33130.53490.2820
Hunter Lab15.268624.96914.8117
CIE-Lab17.137836.98699.0482

#59051f color RGB value is (89,5,31).

#59051f hex color red value is 89, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #59051f hue: 0.95 , saturation: 0.89 and the lightness value of 59051f is 0.18.

The process color (four color CMYK) of #59051f color hex is 0.00, 0.94, 0.65, 0.65. Web safe color of #59051f is #660033. Color #59051f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 00011111
Octal 131 5 37
Decimal 89 5 31
Hex 59 5 1F

RGB Percentages of Color #59051f

%71.20
%4.00
%24.80

CMYK Percentages of Color #59051f

%0
%94
%65
%65

Triadic Colors of #59051f

#59051f #1f5905 #051f59

Analogous Colors of #59051f

#59051f #591505 #590549

Monochromatic Colors of #59051f

#59051f

Complementary Color

#59051f #05593f

#59051f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59051f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59051f Color CSS Codes

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

#59051f Text Font Color

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

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


#59051f Background Color

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

This div background color is #59051f


#59051f Border Color

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

This div border color is #59051f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59051f


Comments

No comments written yet.

Please login to write comment.