Color Hex Logo

#56601f Color Hex

#56601F
(86,96,31)
0 Favorites   0 Comments

Color spaces of #56601f

RGB 869631
HSL0.190.510.25
HSV69°68°38°
CMYK 0.100.000.68   0.62
XYZ8.267910.44312.8763
Yxy10.44310.38300.4838
Hunter Lab32.3158-10.883917.3439
CIE-Lab38.6262-13.916134.6186

#56601f color RGB value is (86,96,31).

#56601f hex color red value is 86, green value is 96 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #56601f hue: 0.19 , saturation: 0.51 and the lightness value of 56601f is 0.25.

The process color (four color CMYK) of #56601f color hex is 0.10, 0.00, 0.68, 0.62. Web safe color of #56601f is #666633. Color #56601f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 00011111
Octal 126 140 37
Decimal 86 96 31
Hex 56 60 1F

RGB Percentages of Color #56601f

%40.38
%45.07
%14.55

CMYK Percentages of Color #56601f

%10
%0
%68
%62

Triadic Colors of #56601f

#56601f #1f5660 #601f56

Analogous Colors of #56601f

#56601f #36601f #604a1f

Monochromatic Colors of #56601f

#56601f

Complementary Color

#56601f #291f60

#56601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56601f Color CSS Codes

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

#56601f Text Font Color

<p style="color:#56601f">Text here</p>

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


#56601f Background Color

<div style="background-color:#56601f">
Div content here</div>

This div background color is #56601f


#56601f Border Color

<div style="border:3px solid #56601f">
Div here</div>

This div border color is #56601f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,96,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56601f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56601f;
  -webkit-box-shadow: 1px 1px 3px 2px #56601f;
  box-shadow:         1px 1px 3px 2px #56601f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56601f


Comments

No comments written yet.

Please login to write comment.