Color Hex Logo

#556512 Color Hex

#556512
(85,101,18)
0 Favorites   0 Comments

Color spaces of #556512

RGB 8510118
HSL0.200.700.23
HSV72°82°40°
CMYK 0.160.000.82   0.60
XYZ8.509211.28232.3015
Yxy11.28230.38520.5107
Hunter Lab33.5891-13.561219.4499
CIE-Lab40.0519-17.926841.3427

#556512 color RGB value is (85,101,18).

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

The process color (four color CMYK) of #556512 color hex is 0.16, 0.00, 0.82, 0.60. Web safe color of #556512 is #666600. Color #556512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 00010010
Octal 125 145 22
Decimal 85 101 18
Hex 55 65 12

RGB Percentages of Color #556512

%41.67
%49.51
%8.82

CMYK Percentages of Color #556512

%16
%0
%82
%60

Triadic Colors of #556512

#556512 #125565 #651255

Analogous Colors of #556512

#556512 #2c6512 #654b12

Monochromatic Colors of #556512

#556512

Complementary Color

#556512 #221265

#556512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556512 Color CSS Codes

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

#556512 Text Font Color

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

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


#556512 Background Color

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

This div background color is #556512


#556512 Border Color

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

This div border color is #556512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556512


Comments

No comments written yet.

Please login to write comment.