Color Hex Logo

#595c2d Color Hex

#595C2D
(89,92,45)
0 Favorites   0 Comments

Color spaces of #595c2d

RGB 899245
HSL0.180.340.27
HSV64°51°36°
CMYK 0.030.000.51   0.64
XYZ8.42069.96763.9627
Yxy9.96760.37670.4460
Hunter Lab31.5715-7.641514.6583
CIE-Lab37.7842-8.931226.4528

#595c2d color RGB value is (89,92,45).

#595c2d hex color red value is 89, green value is 92 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #595c2d hue: 0.18 , saturation: 0.34 and the lightness value of 595c2d is 0.27.

The process color (four color CMYK) of #595c2d color hex is 0.03, 0.00, 0.51, 0.64. Web safe color of #595c2d is #666633. Color #595c2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011100 00101101
Octal 131 134 55
Decimal 89 92 45
Hex 59 5C 2D

RGB Percentages of Color #595c2d

%39.38
%40.71
%19.91

CMYK Percentages of Color #595c2d

%3
%0
%51
%64

Triadic Colors of #595c2d

#595c2d #2d595c #5c2d59

Analogous Colors of #595c2d

#595c2d #425c2d #5c482d

Monochromatic Colors of #595c2d

#595c2d

Complementary Color

#595c2d #302d5c

#595c2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595c2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#595c2d Color CSS Codes

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

#595c2d Text Font Color

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

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


#595c2d Background Color

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

This div background color is #595c2d


#595c2d Border Color

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

This div border color is #595c2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595c2d


Comments

No comments written yet.

Please login to write comment.