Color Hex Logo

#556306 Color Hex

#556306
(85,99,6)
0 Favorites   0 Comments

Color spaces of #556306

RGB 85996
HSL0.190.890.21
HSV69°94°39°
CMYK 0.140.000.94   0.61
XYZ8.241010.86811.8357
Yxy10.86810.39350.5189
Hunter Lab32.9668-13.070719.7753
CIE-Lab39.3574-17.308344.1604

#556306 color RGB value is (85,99,6).

#556306 hex color red value is 85, green value is 99 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #556306 hue: 0.19 , saturation: 0.89 and the lightness value of 556306 is 0.21.

The process color (four color CMYK) of #556306 color hex is 0.14, 0.00, 0.94, 0.61. Web safe color of #556306 is #666600. Color #556306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 00000110
Octal 125 143 6
Decimal 85 99 6
Hex 55 63 6

RGB Percentages of Color #556306

%44.74
%52.11
%3.16

CMYK Percentages of Color #556306

%14
%0
%94
%61

Triadic Colors of #556306

#556306 #065563 #630655

Analogous Colors of #556306

#556306 #276306 #634306

Monochromatic Colors of #556306

#556306

Complementary Color

#556306 #140663

#556306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556306 Color CSS Codes

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

#556306 Text Font Color

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

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


#556306 Background Color

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

This div background color is #556306


#556306 Border Color

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

This div border color is #556306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556306


Comments

No comments written yet.

Please login to write comment.