Color Hex Logo

#56583f Color Hex

#56583F
(86,88,63)
0 Favorites   0 Comments

Color spaces of #56583f

RGB 868863
HSL0.180.170.30
HSV65°28°35°
CMYK 0.020.000.28   0.65
XYZ8.22479.31686.0675
Yxy9.31680.34840.3946
Hunter Lab30.5234-5.31829.5806
CIE-Lab36.5872-5.513814.2759

#56583f color RGB value is (86,88,63).

#56583f hex color red value is 86, green value is 88 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #56583f hue: 0.18 , saturation: 0.17 and the lightness value of 56583f is 0.30.

The process color (four color CMYK) of #56583f color hex is 0.02, 0.00, 0.28, 0.65. Web safe color of #56583f is #666633. Color #56583f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011000 00111111
Octal 126 130 77
Decimal 86 88 63
Hex 56 58 3F

RGB Percentages of Color #56583f

%36.29
%37.13
%26.58

CMYK Percentages of Color #56583f

%2
%0
%28
%65

Triadic Colors of #56583f

#56583f #3f5658 #583f56

Analogous Colors of #56583f

#56583f #4a583f #584e3f

Monochromatic Colors of #56583f

#56583f

Complementary Color

#56583f #413f58

#56583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56583f Color CSS Codes

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

#56583f Text Font Color

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

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


#56583f Background Color

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

This div background color is #56583f


#56583f Border Color

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

This div border color is #56583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56583f


Comments

No comments written yet.

Please login to write comment.