Color Hex Logo

#56490a Color Hex

#56490A
(86,73,10)
0 Favorites   0 Comments

Color spaces of #56490a

RGB 867310
HSL0.140.790.19
HSV50°88°34°
CMYK 0.000.150.88   0.66
XYZ6.27516.76541.2623
Yxy6.76540.43870.4730
Hunter Lab26.0104-2.454415.3299
CIE-Lab31.2668-1.652636.2292

#56490a color RGB value is (86,73,10).

#56490a hex color red value is 86, green value is 73 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #56490a hue: 0.14 , saturation: 0.79 and the lightness value of 56490a is 0.19.

The process color (four color CMYK) of #56490a color hex is 0.00, 0.15, 0.88, 0.66. Web safe color of #56490a is #663300. Color #56490a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001001 00001010
Octal 126 111 12
Decimal 86 73 10
Hex 56 49 A

RGB Percentages of Color #56490a

%50.89
%43.20
%5.92

CMYK Percentages of Color #56490a

%0
%15
%88
%66

Triadic Colors of #56490a

#56490a #0a5649 #490a56

Analogous Colors of #56490a

#56490a #3d560a #56230a

Monochromatic Colors of #56490a

#56490a

Complementary Color

#56490a #0a1756

#56490a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56490a Color Preview on White Background

Lorem ipsum dolor sit amet.

#56490a Color CSS Codes

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

#56490a Text Font Color

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

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


#56490a Background Color

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

This div background color is #56490a


#56490a Border Color

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

This div border color is #56490a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56490a


Comments

No comments written yet.

Please login to write comment.