Color Hex Logo

#595042 Color Hex

#595042
(89,80,66)
0 Favorites   0 Comments

Color spaces of #595042

RGB 898066
HSL0.100.150.30
HSV37°26°35°
CMYK 0.000.100.26   0.65
XYZ7.97198.25456.3274
Yxy8.25450.35350.3660
Hunter Lab28.7306-0.75027.0539
CIE-Lab34.50741.16159.6144

#595042 color RGB value is (89,80,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 01000010
Octal 131 120 102
Decimal 89 80 66
Hex 59 50 42

RGB Percentages of Color #595042

%37.87
%34.04
%28.09

CMYK Percentages of Color #595042

%0
%10
%26
%65

Triadic Colors of #595042

#595042 #425950 #504259

Analogous Colors of #595042

#595042 #575942 #594542

Monochromatic Colors of #595042

#595042

Complementary Color

#595042 #424b59

#595042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595042 Color CSS Codes

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

#595042 Text Font Color

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

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


#595042 Background Color

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

This div background color is #595042


#595042 Border Color

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

This div border color is #595042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595042


Comments

No comments written yet.

Please login to write comment.