Color Hex Logo

#59322f Color Hex

#59322F
(89,50,47)
0 Favorites   0 Comments

Color spaces of #59322f

RGB 895047
HSL0.010.310.27
HSV47°35°
CMYK 0.000.440.47   0.65
XYZ5.77354.61033.2749
Yxy4.61030.42270.3375
Hunter Lab21.471610.42155.9871
CIE-Lab25.594417.26279.5165

#59322f color RGB value is (89,50,47).

#59322f hex color red value is 89, green value is 50 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #59322f hue: 0.01 , saturation: 0.31 and the lightness value of 59322f is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110010 00101111
Octal 131 62 57
Decimal 89 50 47
Hex 59 32 2F

RGB Percentages of Color #59322f

%47.85
%26.88
%25.27

CMYK Percentages of Color #59322f

%0
%44
%47
%65

Triadic Colors of #59322f

#59322f #2f5932 #322f59

Analogous Colors of #59322f

#59322f #59472f #592f41

Monochromatic Colors of #59322f

#59322f

Complementary Color

#59322f #2f5659

#59322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59322f Color CSS Codes

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

#59322f Text Font Color

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

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


#59322f Background Color

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

This div background color is #59322f


#59322f Border Color

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

This div border color is #59322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59322f


Comments

No comments written yet.

Please login to write comment.