Color Hex Logo

#595041 Color Hex

#595041
(89,80,65)
0 Favorites   0 Comments

Color spaces of #595041

RGB 898065
HSL0.100.160.30
HSV38°27°35°
CMYK 0.000.100.27   0.65
XYZ7.94268.24286.1734
Yxy8.24280.35520.3687
Hunter Lab28.7103-0.86167.3484
CIE-Lab34.48350.995910.2069

#595041 color RGB value is (89,80,65).

#595041 hex color red value is 89, green value is 80 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #595041 hue: 0.10 , saturation: 0.16 and the lightness value of 595041 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 01000001
Octal 131 120 101
Decimal 89 80 65
Hex 59 50 41

RGB Percentages of Color #595041

%38.03
%34.19
%27.78

CMYK Percentages of Color #595041

%0
%10
%27
%65

Triadic Colors of #595041

#595041 #415950 #504159

Analogous Colors of #595041

#595041 #565941 #594441

Monochromatic Colors of #595041

#595041

Complementary Color

#595041 #414a59

#595041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595041 Color CSS Codes

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

#595041 Text Font Color

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

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


#595041 Background Color

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

This div background color is #595041


#595041 Border Color

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

This div border color is #595041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595041


Comments

No comments written yet.

Please login to write comment.