Color Hex Logo

#56504a Color Hex

#56504A
(86,80,74)
0 Favorites   0 Comments

Color spaces of #56504a

RGB 868074
HSL0.080.080.31
HSV30°14°34°
CMYK 0.000.070.14   0.66
XYZ7.94248.21027.6447
Yxy8.21020.33380.3450
Hunter Lab28.6534-0.66544.2389
CIE-Lab34.41691.28134.4175

#56504a color RGB value is (86,80,74).

#56504a hex color red value is 86, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #56504a hue: 0.08 , saturation: 0.08 and the lightness value of 56504a is 0.31.

The process color (four color CMYK) of #56504a color hex is 0.00, 0.07, 0.14, 0.66. Web safe color of #56504a is #666633. Color #56504a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 01001010
Octal 126 120 112
Decimal 86 80 74
Hex 56 50 4A

RGB Percentages of Color #56504a

%35.83
%33.33
%30.83

CMYK Percentages of Color #56504a

%0
%7
%14
%66

Triadic Colors of #56504a

#56504a #4a5650 #504a56

Analogous Colors of #56504a

#56504a #56564a #564a4a

Monochromatic Colors of #56504a

#56504a

Complementary Color

#56504a #4a5056

#56504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56504a Color CSS Codes

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

#56504a Text Font Color

<p style="color:#56504a">Text here</p>

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


#56504a Background Color

<div style="background-color:#56504a">
Div content here</div>

This div background color is #56504a


#56504a Border Color

<div style="border:3px solid #56504a">
Div here</div>

This div border color is #56504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56504a


Comments

No comments written yet.

Please login to write comment.