Color Hex Logo

#59161e Color Hex

#59161E
(89,22,30)
0 Favorites   0 Comments

Color spaces of #59161e

RGB 892230
HSL0.980.600.22
HSV353°75°35°
CMYK 0.000.750.66   0.65
XYZ4.64112.79141.5225
Yxy2.79140.51830.3117
Hunter Lab16.707520.34676.2923
CIE-Lab19.188331.079012.4863

#59161e color RGB value is (89,22,30).

#59161e hex color red value is 89, green value is 22 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #59161e hue: 0.98 , saturation: 0.60 and the lightness value of 59161e is 0.22.

The process color (four color CMYK) of #59161e color hex is 0.00, 0.75, 0.66, 0.65. Web safe color of #59161e is #660033. Color #59161e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010110 00011110
Octal 131 26 36
Decimal 89 22 30
Hex 59 16 1E

RGB Percentages of Color #59161e

%63.12
%15.60
%21.28

CMYK Percentages of Color #59161e

%0
%75
%66
%65

Triadic Colors of #59161e

#59161e #1e5916 #161e59

Analogous Colors of #59161e

#59161e #593016 #59163f

Monochromatic Colors of #59161e

#59161e

Complementary Color

#59161e #165951

#59161e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59161e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59161e Color CSS Codes

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

#59161e Text Font Color

<p style="color:#59161e">Text here</p>

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


#59161e Background Color

<div style="background-color:#59161e">
Div content here</div>

This div background color is #59161e


#59161e Border Color

<div style="border:3px solid #59161e">
Div here</div>

This div border color is #59161e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,22,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59161e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59161e;
  -webkit-box-shadow: 1px 1px 3px 2px #59161e;
  box-shadow:         1px 1px 3px 2px #59161e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59161e


Comments

No comments written yet.

Please login to write comment.