Color Hex Logo

#59252f Color Hex

#59252F
(89,37,47)
0 Favorites   0 Comments

Color spaces of #59252f

RGB 893747
HSL0.970.410.25
HSV348°58°35°
CMYK 0.000.580.47   0.65
XYZ5.29453.65223.1152
Yxy3.65220.43890.3028
Hunter Lab19.110716.00853.7128
CIE-Lab22.486625.06505.1862

#59252f color RGB value is (89,37,47).

#59252f hex color red value is 89, green value is 37 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #59252f hue: 0.97 , saturation: 0.41 and the lightness value of 59252f is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100101 00101111
Octal 131 45 57
Decimal 89 37 47
Hex 59 25 2F

RGB Percentages of Color #59252f

%51.45
%21.39
%27.17

CMYK Percentages of Color #59252f

%0
%58
%47
%65

Triadic Colors of #59252f

#59252f #2f5925 #252f59

Analogous Colors of #59252f

#59252f #593525 #592549

Monochromatic Colors of #59252f

#59252f

Complementary Color

#59252f #25594f

#59252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59252f Color CSS Codes

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

#59252f Text Font Color

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

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


#59252f Background Color

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

This div background color is #59252f


#59252f Border Color

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

This div border color is #59252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59252f


Comments

No comments written yet.

Please login to write comment.