Color Hex Logo

#56520f Color Hex

#56520F
(86,82,15)
0 Favorites   0 Comments

Color spaces of #56520f

RGB 868215
HSL0.160.700.20
HSV57°83°34°
CMYK 0.000.050.83   0.66
XYZ6.94138.04751.6394
Yxy8.04750.41740.4840
Hunter Lab28.3681-5.967616.4313
CIE-Lab34.0816-6.873336.9615

#56520f color RGB value is (86,82,15).

#56520f hex color red value is 86, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #56520f hue: 0.16 , saturation: 0.70 and the lightness value of 56520f is 0.20.

The process color (four color CMYK) of #56520f color hex is 0.00, 0.05, 0.83, 0.66. Web safe color of #56520f is #666600. Color #56520f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 00001111
Octal 126 122 17
Decimal 86 82 15
Hex 56 52 F

RGB Percentages of Color #56520f

%46.99
%44.81
%8.20

CMYK Percentages of Color #56520f

%0
%5
%83
%66

Triadic Colors of #56520f

#56520f #0f5652 #520f56

Analogous Colors of #56520f

#56520f #37560f #562f0f

Monochromatic Colors of #56520f

#56520f

Complementary Color

#56520f #0f1356

#56520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56520f Color CSS Codes

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

#56520f Text Font Color

<p style="color:#56520f">Text here</p>

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


#56520f Background Color

<div style="background-color:#56520f">
Div content here</div>

This div background color is #56520f


#56520f Border Color

<div style="border:3px solid #56520f">
Div here</div>

This div border color is #56520f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,82,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56520f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56520f;
  -webkit-box-shadow: 1px 1px 3px 2px #56520f;
  box-shadow:         1px 1px 3px 2px #56520f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56520f


Comments

No comments written yet.

Please login to write comment.