Color Hex Logo

#59202d Color Hex

#59202D
(89,32,45)
0 Favorites   0 Comments

Color spaces of #59202d

RGB 893245
HSL0.960.470.24
HSV346°64°35°
CMYK 0.000.640.49   0.65
XYZ5.11003.34632.8592
Yxy3.34630.45160.2957
Hunter Lab18.292917.85023.5379
CIE-Lab21.380627.58785.0030

#59202d color RGB value is (89,32,45).

#59202d hex color red value is 89, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #59202d hue: 0.96 , saturation: 0.47 and the lightness value of 59202d is 0.24.

The process color (four color CMYK) of #59202d color hex is 0.00, 0.64, 0.49, 0.65. Web safe color of #59202d is #663333. Color #59202d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100000 00101101
Octal 131 40 55
Decimal 89 32 45
Hex 59 20 2D

RGB Percentages of Color #59202d

%53.61
%19.28
%27.11

CMYK Percentages of Color #59202d

%0
%64
%49
%65

Triadic Colors of #59202d

#59202d #2d5920 #202d59

Analogous Colors of #59202d

#59202d #593020 #59204a

Monochromatic Colors of #59202d

#59202d

Complementary Color

#59202d #20594c

#59202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59202d Color CSS Codes

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

#59202d Text Font Color

<p style="color:#59202d">Text here</p>

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


#59202d Background Color

<div style="background-color:#59202d">
Div content here</div>

This div background color is #59202d


#59202d Border Color

<div style="border:3px solid #59202d">
Div here</div>

This div border color is #59202d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,32,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59202d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59202d;
  -webkit-box-shadow: 1px 1px 3px 2px #59202d;
  box-shadow:         1px 1px 3px 2px #59202d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59202d


Comments

No comments written yet.

Please login to write comment.