Color Hex Logo

#56530e Color Hex

#56530E
(86,83,14)
0 Favorites   0 Comments

Color spaces of #56530e

RGB 868314
HSL0.160.720.20
HSV58°84°34°
CMYK 0.000.030.84   0.66
XYZ7.01038.19671.6281
Yxy8.19670.41640.4869
Hunter Lab28.6299-6.394916.6693
CIE-Lab34.3892-7.508937.6056

#56530e color RGB value is (86,83,14).

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

The process color (four color CMYK) of #56530e color hex is 0.00, 0.03, 0.84, 0.66. Web safe color of #56530e is #666600. Color #56530e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010011 00001110
Octal 126 123 16
Decimal 86 83 14
Hex 56 53 E

RGB Percentages of Color #56530e

%46.99
%45.36
%7.65

CMYK Percentages of Color #56530e

%0
%3
%84
%66

Triadic Colors of #56530e

#56530e #0e5653 #530e56

Analogous Colors of #56530e

#56530e #35560e #562f0e

Monochromatic Colors of #56530e

#56530e

Complementary Color

#56530e #0e1156

#56530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56530e Color CSS Codes

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

#56530e Text Font Color

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

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


#56530e Background Color

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

This div background color is #56530e


#56530e Border Color

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

This div border color is #56530e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,83,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 #56530e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56530e


Comments

No comments written yet.

Please login to write comment.