Color Hex Logo

#60592e Color Hex

#60592E
(96,89,46)
0 Favorites   0 Comments

Color spaces of #60592e

RGB 968946
HSL0.140.350.28
HSV52°52°38°
CMYK 0.000.070.52   0.62
XYZ8.88949.82884.0134
Yxy9.82880.39110.4324
Hunter Lab31.3509-4.251314.3556
CIE-Lab37.5334-3.788125.7388

#60592e color RGB value is (96,89,46).

#60592e hex color red value is 96, green value is 89 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #60592e hue: 0.14 , saturation: 0.35 and the lightness value of 60592e is 0.28.

The process color (four color CMYK) of #60592e color hex is 0.00, 0.07, 0.52, 0.62. Web safe color of #60592e is #666633. Color #60592e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01011001 00101110
Octal 140 131 56
Decimal 96 89 46
Hex 60 59 2E

RGB Percentages of Color #60592e

%41.56
%38.53
%19.91

CMYK Percentages of Color #60592e

%0
%7
%52
%62

Triadic Colors of #60592e

#60592e #2e6059 #592e60

Analogous Colors of #60592e

#60592e #4e602e #60402e

Monochromatic Colors of #60592e

#60592e

Complementary Color

#60592e #2e3560

#60592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60592e Color CSS Codes

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

#60592e Text Font Color

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

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


#60592e Background Color

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

This div background color is #60592e


#60592e Border Color

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

This div border color is #60592e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60592e


Comments

No comments written yet.

Please login to write comment.