Color Hex Logo

#59381f Color Hex

#59381F
(89,56,31)
0 Favorites   0 Comments

Color spaces of #59381f

RGB 895631
HSL0.070.480.24
HSV26°65°35°
CMYK 0.000.370.65   0.65
XYZ5.78135.05111.9666
Yxy5.05110.45170.3946
Hunter Lab22.47476.586110.5442
CIE-Lab26.879911.810221.4562

#59381f color RGB value is (89,56,31).

#59381f hex color red value is 89, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #59381f hue: 0.07 , saturation: 0.48 and the lightness value of 59381f is 0.24.

The process color (four color CMYK) of #59381f color hex is 0.00, 0.37, 0.65, 0.65. Web safe color of #59381f is #663333. Color #59381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 00011111
Octal 131 70 37
Decimal 89 56 31
Hex 59 38 1F

RGB Percentages of Color #59381f

%50.57
%31.82
%17.61

CMYK Percentages of Color #59381f

%0
%37
%65
%65

Triadic Colors of #59381f

#59381f #1f5938 #381f59

Analogous Colors of #59381f

#59381f #59551f #591f23

Monochromatic Colors of #59381f

#59381f

Complementary Color

#59381f #1f4059

#59381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59381f Color CSS Codes

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

#59381f Text Font Color

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

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


#59381f Background Color

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

This div background color is #59381f


#59381f Border Color

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

This div border color is #59381f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,56,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 #59381f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59381f


Comments

No comments written yet.

Please login to write comment.