Color Hex Logo

#56500f Color Hex

#56500F
(86,80,15)
0 Favorites   0 Comments

Color spaces of #56500f

RGB 868015
HSL0.150.700.20
HSV55°83°34°
CMYK 0.000.070.83   0.66
XYZ6.79267.75021.5899
Yxy7.75020.42100.4804
Hunter Lab27.8392-5.165616.1014
CIE-Lab33.4571-5.684736.3869

#56500f color RGB value is (86,80,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010000 00001111
Octal 126 120 17
Decimal 86 80 15
Hex 56 50 F

RGB Percentages of Color #56500f

%47.51
%44.20
%8.29

CMYK Percentages of Color #56500f

%0
%7
%83
%66

Triadic Colors of #56500f

#56500f #0f5650 #500f56

Analogous Colors of #56500f

#56500f #39560f #562d0f

Monochromatic Colors of #56500f

#56500f

Complementary Color

#56500f #0f1556

#56500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56500f Color CSS Codes

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

#56500f Text Font Color

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

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


#56500f Background Color

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

This div background color is #56500f


#56500f Border Color

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

This div border color is #56500f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56500f


Comments

No comments written yet.

Please login to write comment.