Color Hex Logo

#56503e Color Hex

#56503E
(86,80,62)
0 Favorites   0 Comments

Color spaces of #56503e

RGB 868062
HSL0.130.160.29
HSV45°28°34°
CMYK 0.000.070.28   0.66
XYZ7.57598.06365.7146
Yxy8.06360.35480.3776
Hunter Lab28.3965-2.07187.9458
CIE-Lab34.1150-0.832911.5241

#56503e color RGB value is (86,80,62).

#56503e hex color red value is 86, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #56503e hue: 0.13 , saturation: 0.16 and the lightness value of 56503e is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 00111110
Octal 126 120 76
Decimal 86 80 62
Hex 56 50 3E

RGB Percentages of Color #56503e

%37.72
%35.09
%27.19

CMYK Percentages of Color #56503e

%0
%7
%28
%66

Triadic Colors of #56503e

#56503e #3e5650 #503e56

Analogous Colors of #56503e

#56503e #50563e #56443e

Monochromatic Colors of #56503e

#56503e

Complementary Color

#56503e #3e4456

#56503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56503e Color CSS Codes

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

#56503e Text Font Color

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

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


#56503e Background Color

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

This div background color is #56503e


#56503e Border Color

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

This div border color is #56503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56503e


Comments

No comments written yet.

Please login to write comment.