Color Hex Logo

#56502e Color Hex

#56502E
(86,80,46)
0 Favorites   0 Comments

Color spaces of #56502e

RGB 868046
HSL0.140.300.26
HSV51°47°34°
CMYK 0.000.070.47   0.66
XYZ7.19967.91303.7327
Yxy7.91300.38200.4199
Hunter Lab28.1301-3.542311.8236
CIE-Lab33.8010-3.103020.8931

#56502e color RGB value is (86,80,46).

#56502e hex color red value is 86, green value is 80 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #56502e hue: 0.14 , saturation: 0.30 and the lightness value of 56502e is 0.26.

The process color (four color CMYK) of #56502e color hex is 0.00, 0.07, 0.47, 0.66. Web safe color of #56502e is #666633. Color #56502e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 00101110
Octal 126 120 56
Decimal 86 80 46
Hex 56 50 2E

RGB Percentages of Color #56502e

%40.57
%37.74
%21.70

CMYK Percentages of Color #56502e

%0
%7
%47
%66

Triadic Colors of #56502e

#56502e #2e5650 #502e56

Analogous Colors of #56502e

#56502e #48562e #563c2e

Monochromatic Colors of #56502e

#56502e

Complementary Color

#56502e #2e3456

#56502e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56502e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56502e Color CSS Codes

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

#56502e Text Font Color

<p style="color:#56502e">Text here</p>

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


#56502e Background Color

<div style="background-color:#56502e">
Div content here</div>

This div background color is #56502e


#56502e Border Color

<div style="border:3px solid #56502e">
Div here</div>

This div border color is #56502e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,80,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56502e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56502e;
  -webkit-box-shadow: 1px 1px 3px 2px #56502e;
  box-shadow:         1px 1px 3px 2px #56502e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56502e

#56502e Color Palettes


Comments

No comments written yet.

Please login to write comment.