Color Hex Logo

#56881c Color Hex

#56881C
(86,136,28)
0 Favorites   0 Comments

Color spaces of #56881c

RGB 8613628
HSL0.240.660.32
HSV88°79°53°
CMYK 0.370.000.79   0.47
XYZ12.851519.67064.2181
Yxy19.67060.34980.5354
Hunter Lab44.3516-25.892325.4072
CIE-Lab51.4627-34.157048.6420

#56881c color RGB value is (86,136,28).

#56881c hex color red value is 86, green value is 136 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #56881c hue: 0.24 , saturation: 0.66 and the lightness value of 56881c is 0.32.

The process color (four color CMYK) of #56881c color hex is 0.37, 0.00, 0.79, 0.47. Web safe color of #56881c is #669933. Color #56881c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001000 00011100
Octal 126 210 34
Decimal 86 136 28
Hex 56 88 1C

RGB Percentages of Color #56881c

%34.40
%54.40
%11.20

CMYK Percentages of Color #56881c

%37
%0
%79
%47

Triadic Colors of #56881c

#56881c #1c5688 #881c56

Analogous Colors of #56881c

#56881c #20881c #88841c

Monochromatic Colors of #56881c

#56881c

Complementary Color

#56881c #4e1c88

#56881c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56881c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56881c Color CSS Codes

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

#56881c Text Font Color

<p style="color:#56881c">Text here</p>

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


#56881c Background Color

<div style="background-color:#56881c">
Div content here</div>

This div background color is #56881c


#56881c Border Color

<div style="border:3px solid #56881c">
Div here</div>

This div border color is #56881c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,136,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56881c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56881c;
  -webkit-box-shadow: 1px 1px 3px 2px #56881c;
  box-shadow:         1px 1px 3px 2px #56881c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56881c


Comments

No comments written yet.

Please login to write comment.