Color Hex Logo

#591b34 Color Hex

#591B34
(89,27,52)
0 Favorites   0 Comments

Color spaces of #591b34

RGB 892752
HSL0.930.530.23
HSV336°70°35°
CMYK 0.000.700.42   0.65
XYZ5.13163.15563.5874
Yxy3.15560.43210.2657
Hunter Lab17.764020.47740.4613
CIE-Lab20.656630.9741-0.9155

#591b34 color RGB value is (89,27,52).

#591b34 hex color red value is 89, green value is 27 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #591b34 hue: 0.93 , saturation: 0.53 and the lightness value of 591b34 is 0.23.

The process color (four color CMYK) of #591b34 color hex is 0.00, 0.70, 0.42, 0.65. Web safe color of #591b34 is #663333. Color #591b34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011011 00110100
Octal 131 33 64
Decimal 89 27 52
Hex 59 1B 34

RGB Percentages of Color #591b34

%52.98
%16.07
%30.95

CMYK Percentages of Color #591b34

%0
%70
%42
%65

Triadic Colors of #591b34

#591b34 #34591b #1b3459

Analogous Colors of #591b34

#591b34 #59211b #591b53

Monochromatic Colors of #591b34

#591b34

Complementary Color

#591b34 #1b5940

#591b34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591b34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591b34 Color CSS Codes

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

#591b34 Text Font Color

<p style="color:#591b34">Text here</p>

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


#591b34 Background Color

<div style="background-color:#591b34">
Div content here</div>

This div background color is #591b34


#591b34 Border Color

<div style="border:3px solid #591b34">
Div here</div>

This div border color is #591b34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,27,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591b34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591b34;
  -webkit-box-shadow: 1px 1px 3px 2px #591b34;
  box-shadow:         1px 1px 3px 2px #591b34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591b34


Comments

No comments written yet.

Please login to write comment.