Color Hex Logo

#59503a Color Hex

#59503A
(89,80,58)
0 Favorites   0 Comments

Color spaces of #59503a

RGB 898058
HSL0.120.210.29
HSV43°35°35°
CMYK 0.000.100.35   0.65
XYZ7.75228.16675.1707
Yxy8.16670.36760.3872
Hunter Lab28.5774-1.58889.2765
CIE-Lab34.3277-0.093214.3461

#59503a color RGB value is (89,80,58).

#59503a hex color red value is 89, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #59503a hue: 0.12 , saturation: 0.21 and the lightness value of 59503a is 0.29.

The process color (four color CMYK) of #59503a color hex is 0.00, 0.10, 0.35, 0.65. Web safe color of #59503a is #666633. Color #59503a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 00111010
Octal 131 120 72
Decimal 89 80 58
Hex 59 50 3A

RGB Percentages of Color #59503a

%39.21
%35.24
%25.55

CMYK Percentages of Color #59503a

%0
%10
%35
%65

Triadic Colors of #59503a

#59503a #3a5950 #503a59

Analogous Colors of #59503a

#59503a #53593a #59413a

Monochromatic Colors of #59503a

#59503a

Complementary Color

#59503a #3a4359

#59503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59503a Color CSS Codes

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

#59503a Text Font Color

<p style="color:#59503a">Text here</p>

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


#59503a Background Color

<div style="background-color:#59503a">
Div content here</div>

This div background color is #59503a


#59503a Border Color

<div style="border:3px solid #59503a">
Div here</div>

This div border color is #59503a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,80,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59503a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59503a;
  -webkit-box-shadow: 1px 1px 3px 2px #59503a;
  box-shadow:         1px 1px 3px 2px #59503a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59503a


Comments

No comments written yet.

Please login to write comment.