Color Hex Logo

#59452e Color Hex

#59452E
(89,69,46)
0 Favorites   0 Comments

Color spaces of #59452e

RGB 896946
HSL0.090.320.26
HSV32°48°35°
CMYK 0.000.220.48   0.65
XYZ6.74116.57733.4990
Yxy6.57730.40080.3911
Hunter Lab25.64622.03779.8632
CIE-Lab30.82465.136817.1466

#59452e color RGB value is (89,69,46).

#59452e hex color red value is 89, green value is 69 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #59452e hue: 0.09 , saturation: 0.32 and the lightness value of 59452e is 0.26.

The process color (four color CMYK) of #59452e color hex is 0.00, 0.22, 0.48, 0.65. Web safe color of #59452e is #663333. Color #59452e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 00101110
Octal 131 105 56
Decimal 89 69 46
Hex 59 45 2E

RGB Percentages of Color #59452e

%43.63
%33.82
%22.55

CMYK Percentages of Color #59452e

%0
%22
%48
%65

Triadic Colors of #59452e

#59452e #2e5945 #452e59

Analogous Colors of #59452e

#59452e #58592e #59302e

Monochromatic Colors of #59452e

#59452e

Complementary Color

#59452e #2e4259

#59452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59452e Color CSS Codes

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

#59452e Text Font Color

<p style="color:#59452e">Text here</p>

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


#59452e Background Color

<div style="background-color:#59452e">
Div content here</div>

This div background color is #59452e


#59452e Border Color

<div style="border:3px solid #59452e">
Div here</div>

This div border color is #59452e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,69,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59452e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59452e;
  -webkit-box-shadow: 1px 1px 3px 2px #59452e;
  box-shadow:         1px 1px 3px 2px #59452e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59452e


Comments

No comments written yet.

Please login to write comment.