Color Hex Logo

#595f48 Color Hex

#595F48
(89,95,72)
0 Favorites   0 Comments

Color spaces of #595f48

RGB 899572
HSL0.210.140.33
HSV76°24°37°
CMYK 0.060.000.24   0.63
XYZ9.381710.77617.7164
Yxy10.77610.33660.3866
Hunter Lab32.8270-6.43329.0420
CIE-Lab39.2008-6.860412.4085

#595f48 color RGB value is (89,95,72).

#595f48 hex color red value is 89, green value is 95 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #595f48 hue: 0.21 , saturation: 0.14 and the lightness value of 595f48 is 0.33.

The process color (four color CMYK) of #595f48 color hex is 0.06, 0.00, 0.24, 0.63. Web safe color of #595f48 is #666633. Color #595f48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 01001000
Octal 131 137 110
Decimal 89 95 72
Hex 59 5F 48

RGB Percentages of Color #595f48

%34.77
%37.11
%28.13

CMYK Percentages of Color #595f48

%6
%0
%24
%63

Triadic Colors of #595f48

#595f48 #48595f #5f4859

Analogous Colors of #595f48

#595f48 #4e5f48 #5f5a48

Monochromatic Colors of #595f48

#595f48

Complementary Color

#595f48 #4e485f

#595f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595f48 Color CSS Codes

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

#595f48 Text Font Color

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

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


#595f48 Background Color

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

This div background color is #595f48


#595f48 Border Color

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

This div border color is #595f48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595f48


Comments

No comments written yet.

Please login to write comment.