Color Hex Logo

#59303b Color Hex

#59303B
(89,48,59)
0 Favorites   0 Comments

Color spaces of #59303b

RGB 894859
HSL0.960.300.27
HSV344°46°35°
CMYK 0.000.460.34   0.65
XYZ5.96624.55354.7021
Yxy4.55350.39200.2991
Hunter Lab21.338912.56411.8725
CIE-Lab25.422820.16491.2504

#59303b color RGB value is (89,48,59).

#59303b hex color red value is 89, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #59303b hue: 0.96 , saturation: 0.30 and the lightness value of 59303b is 0.27.

The process color (four color CMYK) of #59303b color hex is 0.00, 0.46, 0.34, 0.65. Web safe color of #59303b is #663333. Color #59303b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110000 00111011
Octal 131 60 73
Decimal 89 48 59
Hex 59 30 3B

RGB Percentages of Color #59303b

%45.41
%24.49
%30.10

CMYK Percentages of Color #59303b

%0
%46
%34
%65

Triadic Colors of #59303b

#59303b #3b5930 #303b59

Analogous Colors of #59303b

#59303b #593a30 #593050

Monochromatic Colors of #59303b

#59303b

Complementary Color

#59303b #30594e

#59303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59303b Color CSS Codes

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

#59303b Text Font Color

<p style="color:#59303b">Text here</p>

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


#59303b Background Color

<div style="background-color:#59303b">
Div content here</div>

This div background color is #59303b


#59303b Border Color

<div style="border:3px solid #59303b">
Div here</div>

This div border color is #59303b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,48,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59303b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59303b;
  -webkit-box-shadow: 1px 1px 3px 2px #59303b;
  box-shadow:         1px 1px 3px 2px #59303b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59303b


Comments

No comments written yet.

Please login to write comment.