Color Hex Logo

#56392a Color Hex

#56392A
(86,57,42)
0 Favorites   0 Comments

Color spaces of #56392a

RGB 865742
HSL0.060.340.25
HSV20°51°34°
CMYK 0.000.340.51   0.66
XYZ5.71885.07192.8680
Yxy5.07190.41870.3713
Hunter Lab22.52095.91558.2141
CIE-Lab26.938610.845714.5249

#56392a color RGB value is (86,57,42).

#56392a hex color red value is 86, green value is 57 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #56392a hue: 0.06 , saturation: 0.34 and the lightness value of 56392a is 0.25.

The process color (four color CMYK) of #56392a color hex is 0.00, 0.34, 0.51, 0.66. Web safe color of #56392a is #663333. Color #56392a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111001 00101010
Octal 126 71 52
Decimal 86 57 42
Hex 56 39 2A

RGB Percentages of Color #56392a

%46.49
%30.81
%22.70

CMYK Percentages of Color #56392a

%0
%34
%51
%66

Triadic Colors of #56392a

#56392a #2a5639 #392a56

Analogous Colors of #56392a

#56392a #564f2a #562a31

Monochromatic Colors of #56392a

#56392a

Complementary Color

#56392a #2a4756

#56392a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56392a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56392a Color CSS Codes

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

#56392a Text Font Color

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

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


#56392a Background Color

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

This div background color is #56392a


#56392a Border Color

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

This div border color is #56392a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56392a


Comments

No comments written yet.

Please login to write comment.