Color Hex Logo

#59160b Color Hex

#59160B
(89,22,11)
0 Favorites   0 Comments

Color spaces of #59160b

RGB 892211
HSL0.020.780.20
HSV88°35°
CMYK 0.000.750.88   0.65
XYZ4.46712.72180.6065
Yxy2.72180.57300.3492
Hunter Lab16.497919.46089.3689
CIE-Lab18.893430.037223.8998

#59160b color RGB value is (89,22,11).

#59160b hex color red value is 89, green value is 22 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #59160b hue: 0.02 , saturation: 0.78 and the lightness value of 59160b is 0.20.

The process color (four color CMYK) of #59160b color hex is 0.00, 0.75, 0.88, 0.65. Web safe color of #59160b is #660000. Color #59160b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010110 00001011
Octal 131 26 13
Decimal 89 22 11
Hex 59 16 B

RGB Percentages of Color #59160b

%72.95
%18.03
%9.02

CMYK Percentages of Color #59160b

%0
%75
%88
%65

Triadic Colors of #59160b

#59160b #0b5916 #160b59

Analogous Colors of #59160b

#59160b #593d0b #590b27

Monochromatic Colors of #59160b

#59160b

Complementary Color

#59160b #0b4e59

#59160b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59160b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59160b Color CSS Codes

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

#59160b Text Font Color

<p style="color:#59160b">Text here</p>

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


#59160b Background Color

<div style="background-color:#59160b">
Div content here</div>

This div background color is #59160b


#59160b Border Color

<div style="border:3px solid #59160b">
Div here</div>

This div border color is #59160b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59160b


Comments

No comments written yet.

Please login to write comment.