Color Hex Logo

#56470c Color Hex

#56470C
(86,71,12)
0 Favorites   0 Comments

Color spaces of #56470c

RGB 867112
HSL0.130.760.19
HSV48°86°34°
CMYK 0.000.170.86   0.66
XYZ6.15746.51151.2801
Yxy6.51150.44140.4668
Hunter Lab25.5176-1.583914.8880
CIE-Lab30.6679-0.342834.9850

#56470c color RGB value is (86,71,12).

#56470c hex color red value is 86, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #56470c hue: 0.13 , saturation: 0.76 and the lightness value of 56470c is 0.19.

The process color (four color CMYK) of #56470c color hex is 0.00, 0.17, 0.86, 0.66. Web safe color of #56470c is #663300. Color #56470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 00001100
Octal 126 107 14
Decimal 86 71 12
Hex 56 47 C

RGB Percentages of Color #56470c

%50.89
%42.01
%7.10

CMYK Percentages of Color #56470c

%0
%17
%86
%66

Triadic Colors of #56470c

#56470c #0c5647 #470c56

Analogous Colors of #56470c

#56470c #40560c #56220c

Monochromatic Colors of #56470c

#56470c

Complementary Color

#56470c #0c1b56

#56470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56470c Color CSS Codes

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

#56470c Text Font Color

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

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


#56470c Background Color

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

This div background color is #56470c


#56470c Border Color

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

This div border color is #56470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56470c


Comments

No comments written yet.

Please login to write comment.