Color Hex Logo

#59512f Color Hex

#59512F
(89,81,47)
0 Favorites   0 Comments

Color spaces of #59512f

RGB 898147
HSL0.130.310.27
HSV49°47°35°
CMYK 0.000.090.47   0.65
XYZ7.57538.21393.8755
Yxy8.21390.38520.4177
Hunter Lab28.6599-2.974212.0445
CIE-Lab34.4244-2.172421.1498

#59512f color RGB value is (89,81,47).

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

The process color (four color CMYK) of #59512f color hex is 0.00, 0.09, 0.47, 0.65. Web safe color of #59512f is #666633. Color #59512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010001 00101111
Octal 131 121 57
Decimal 89 81 47
Hex 59 51 2F

RGB Percentages of Color #59512f

%41.01
%37.33
%21.66

CMYK Percentages of Color #59512f

%0
%9
%47
%65

Triadic Colors of #59512f

#59512f #2f5951 #512f59

Analogous Colors of #59512f

#59512f #4c592f #593c2f

Monochromatic Colors of #59512f

#59512f

Complementary Color

#59512f #2f3759

#59512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59512f Color CSS Codes

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

#59512f Text Font Color

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

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


#59512f Background Color

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

This div background color is #59512f


#59512f Border Color

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

This div border color is #59512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59512f


Comments

No comments written yet.

Please login to write comment.