Color Hex Logo

#59700c Color Hex

#59700C
(89,112,12)
0 Favorites   0 Comments

Color spaces of #59700c

RGB 8911212
HSL0.210.810.24
HSV74°89°44°
CMYK 0.210.000.89   0.56
XYZ9.980413.73872.4736
Yxy13.73870.38100.5245
Hunter Lab37.0658-16.801821.9893
CIE-Lab43.8558-22.111046.5558

#59700c color RGB value is (89,112,12).

#59700c hex color red value is 89, green value is 112 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #59700c hue: 0.21 , saturation: 0.81 and the lightness value of 59700c is 0.24.

The process color (four color CMYK) of #59700c color hex is 0.21, 0.00, 0.89, 0.56. Web safe color of #59700c is #666600. Color #59700c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 00001100
Octal 131 160 14
Decimal 89 112 12
Hex 59 70 C

RGB Percentages of Color #59700c

%41.78
%52.58
%5.63

CMYK Percentages of Color #59700c

%21
%0
%89
%56

Triadic Colors of #59700c

#59700c #0c5970 #700c59

Analogous Colors of #59700c

#59700c #27700c #70550c

Monochromatic Colors of #59700c

#59700c

Complementary Color

#59700c #230c70

#59700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59700c Color CSS Codes

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

#59700c Text Font Color

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

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


#59700c Background Color

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

This div background color is #59700c


#59700c Border Color

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

This div border color is #59700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59700c


Comments

No comments written yet.

Please login to write comment.