Color Hex Logo

#556320 Color Hex

#556320
(85,99,32)
0 Favorites   0 Comments

Color spaces of #556320

RGB 859932
HSL0.200.510.26
HSV73°68°39°
CMYK 0.140.000.68   0.61
XYZ8.468910.95933.0355
Yxy10.95930.37700.4879
Hunter Lab33.1048-12.269517.7369
CIE-Lab39.5118-15.952535.0662

#556320 color RGB value is (85,99,32).

#556320 hex color red value is 85, green value is 99 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #556320 hue: 0.20 , saturation: 0.51 and the lightness value of 556320 is 0.26.

The process color (four color CMYK) of #556320 color hex is 0.14, 0.00, 0.68, 0.61. Web safe color of #556320 is #666633. Color #556320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 00100000
Octal 125 143 40
Decimal 85 99 32
Hex 55 63 20

RGB Percentages of Color #556320

%39.35
%45.83
%14.81

CMYK Percentages of Color #556320

%14
%0
%68
%61

Triadic Colors of #556320

#556320 #205563 #632055

Analogous Colors of #556320

#556320 #346320 #634f20

Monochromatic Colors of #556320

#556320

Complementary Color

#556320 #2e2063

#556320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556320 Color CSS Codes

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

#556320 Text Font Color

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

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


#556320 Background Color

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

This div background color is #556320


#556320 Border Color

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

This div border color is #556320


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,99,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556320; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556320;
  -webkit-box-shadow: 1px 1px 3px 2px #556320;
  box-shadow:         1px 1px 3px 2px #556320; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,99,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556320


Comments

No comments written yet.

Please login to write comment.