Color Hex Logo

#56420e Color Hex

#56420E
(86,66,14)
0 Favorites   0 Comments

Color spaces of #56420e

RGB 866614
HSL0.120.720.20
HSV43°84°34°
CMYK 0.000.230.84   0.66
XYZ5.86525.90661.2464
Yxy5.90660.45050.4537
Hunter Lab24.30350.546613.9718
CIE-Lab29.17562.861532.8146

#56420e color RGB value is (86,66,14).

#56420e hex color red value is 86, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #56420e hue: 0.12 , saturation: 0.72 and the lightness value of 56420e is 0.20.

The process color (four color CMYK) of #56420e color hex is 0.00, 0.23, 0.84, 0.66. Web safe color of #56420e is #663300. Color #56420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000010 00001110
Octal 126 102 16
Decimal 86 66 14
Hex 56 42 E

RGB Percentages of Color #56420e

%51.81
%39.76
%8.43

CMYK Percentages of Color #56420e

%0
%23
%84
%66

Triadic Colors of #56420e

#56420e #0e5642 #420e56

Analogous Colors of #56420e

#56420e #46560e #561e0e

Monochromatic Colors of #56420e

#56420e

Complementary Color

#56420e #0e2256

#56420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56420e Color CSS Codes

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

#56420e Text Font Color

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

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


#56420e Background Color

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

This div background color is #56420e


#56420e Border Color

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

This div border color is #56420e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56420e


Comments

No comments written yet.

Please login to write comment.