Color Hex Logo

#56682c Color Hex

#56682C
(86,104,44)
0 Favorites   0 Comments

Color spaces of #56682c

RGB 8610444
HSL0.220.410.29
HSV78°58°41°
CMYK 0.170.000.58   0.59
XYZ9.242712.06094.2237
Yxy12.06090.36210.4725
Hunter Lab34.7288-13.269517.0993
CIE-Lab41.3127-17.110631.1121

#56682c color RGB value is (86,104,44).

#56682c hex color red value is 86, green value is 104 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #56682c hue: 0.22 , saturation: 0.41 and the lightness value of 56682c is 0.29.

The process color (four color CMYK) of #56682c color hex is 0.17, 0.00, 0.58, 0.59. Web safe color of #56682c is #666633. Color #56682c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101000 00101100
Octal 126 150 54
Decimal 86 104 44
Hex 56 68 2C

RGB Percentages of Color #56682c

%36.75
%44.44
%18.80

CMYK Percentages of Color #56682c

%17
%0
%58
%59

Triadic Colors of #56682c

#56682c #2c5668 #682c56

Analogous Colors of #56682c

#56682c #38682c #685c2c

Monochromatic Colors of #56682c

#56682c

Complementary Color

#56682c #3e2c68

#56682c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56682c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56682c Color CSS Codes

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

#56682c Text Font Color

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

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


#56682c Background Color

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

This div background color is #56682c


#56682c Border Color

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

This div border color is #56682c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,104,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56682c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56682c;
  -webkit-box-shadow: 1px 1px 3px 2px #56682c;
  box-shadow:         1px 1px 3px 2px #56682c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56682c


Comments

No comments written yet.

Please login to write comment.