Color Hex Logo

#592a0d Color Hex

#592A0D
(89,42,13)
0 Favorites   0 Comments

Color spaces of #592a0d

RGB 894213
HSL0.060.750.20
HSV23°85°35°
CMYK 0.000.530.85   0.65
XYZ5.02043.80880.8513
Yxy3.80880.51860.3935
Hunter Lab19.516111.764711.0751
CIE-Lab23.029019.373227.5287

#592a0d color RGB value is (89,42,13).

#592a0d hex color red value is 89, green value is 42 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #592a0d hue: 0.06 , saturation: 0.75 and the lightness value of 592a0d is 0.20.

The process color (four color CMYK) of #592a0d color hex is 0.00, 0.53, 0.85, 0.65. Web safe color of #592a0d is #663300. Color #592a0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 00001101
Octal 131 52 15
Decimal 89 42 13
Hex 59 2A D

RGB Percentages of Color #592a0d

%61.81
%29.17
%9.03

CMYK Percentages of Color #592a0d

%0
%53
%85
%65

Triadic Colors of #592a0d

#592a0d #0d592a #2a0d59

Analogous Colors of #592a0d

#592a0d #59500d #590d16

Monochromatic Colors of #592a0d

#592a0d

Complementary Color

#592a0d #0d3c59

#592a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#592a0d Color CSS Codes

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

#592a0d Text Font Color

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

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


#592a0d Background Color

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

This div background color is #592a0d


#592a0d Border Color

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

This div border color is #592a0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592a0d


Comments

No comments written yet.

Please login to write comment.