Color Hex Logo

#556544 Color Hex

#556544
(85,101,68)
0 Favorites   0 Comments

Color spaces of #556544

RGB 8510168
HSL0.250.200.33
HSV89°33°40°
CMYK 0.160.000.33   0.60
XYZ9.443411.65607.2210
Yxy11.65600.33340.4116
Hunter Lab34.1409-10.373311.3584
CIE-Lab40.6641-12.662316.7419

#556544 color RGB value is (85,101,68).

#556544 hex color red value is 85, green value is 101 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #556544 hue: 0.25 , saturation: 0.20 and the lightness value of 556544 is 0.33.

The process color (four color CMYK) of #556544 color hex is 0.16, 0.00, 0.33, 0.60. Web safe color of #556544 is #666633. Color #556544 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 01000100
Octal 125 145 104
Decimal 85 101 68
Hex 55 65 44

RGB Percentages of Color #556544

%33.46
%39.76
%26.77

CMYK Percentages of Color #556544

%16
%0
%33
%60

Triadic Colors of #556544

#556544 #445565 #654455

Analogous Colors of #556544

#556544 #456544 #656544

Monochromatic Colors of #556544

#556544

Complementary Color

#556544 #544465

#556544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556544 Color CSS Codes

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

#556544 Text Font Color

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

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


#556544 Background Color

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

This div background color is #556544


#556544 Border Color

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

This div border color is #556544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556544


Comments

No comments written yet.

Please login to write comment.