Color Hex Logo

#556716 Color Hex

#556716
(85,103,22)
0 Favorites   0 Comments

Color spaces of #556716

RGB 8510322
HSL0.200.650.25
HSV73°79°40°
CMYK 0.170.000.79   0.60
XYZ8.741411.68972.5547
Yxy11.68970.38030.5086
Hunter Lab34.1902-14.195819.5030
CIE-Lab40.7186-18.784240.5345

#556716 color RGB value is (85,103,22).

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

The process color (four color CMYK) of #556716 color hex is 0.17, 0.00, 0.79, 0.60. Web safe color of #556716 is #666600. Color #556716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100111 00010110
Octal 125 147 26
Decimal 85 103 22
Hex 55 67 16

RGB Percentages of Color #556716

%40.48
%49.05
%10.48

CMYK Percentages of Color #556716

%17
%0
%79
%60

Triadic Colors of #556716

#556716 #165567 #671655

Analogous Colors of #556716

#556716 #2c6716 #675116

Monochromatic Colors of #556716

#556716

Complementary Color

#556716 #281667

#556716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556716 Color CSS Codes

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

#556716 Text Font Color

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

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


#556716 Background Color

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

This div background color is #556716


#556716 Border Color

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

This div border color is #556716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556716


Comments

No comments written yet.

Please login to write comment.