Color Hex Logo

#595945 Color Hex

#595945
(89,89,69)
0 Favorites   0 Comments

Color spaces of #595945

RGB 898969
HSL0.170.130.31
HSV60°22°35°
CMYK 0.000.000.22   0.65
XYZ8.76649.69837.0401
Yxy9.69830.34370.3803
Hunter Lab31.1421-4.25158.3961
CIE-Lab37.2954-3.814011.6156

#595945 color RGB value is (89,89,69).

#595945 hex color red value is 89, green value is 89 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #595945 hue: 0.17 , saturation: 0.13 and the lightness value of 595945 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 01000101
Octal 131 131 105
Decimal 89 89 69
Hex 59 59 45

RGB Percentages of Color #595945

%36.03
%36.03
%27.94

CMYK Percentages of Color #595945

%0
%0
%22
%65

Triadic Colors of #595945

#595945 #455959 #594559

Analogous Colors of #595945

#595945 #4f5945 #594f45

Monochromatic Colors of #595945

#595945

Complementary Color

#595945 #454559

#595945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595945 Color CSS Codes

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

#595945 Text Font Color

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

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


#595945 Background Color

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

This div background color is #595945


#595945 Border Color

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

This div border color is #595945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595945


Comments

No comments written yet.

Please login to write comment.