Color Hex Logo

#556645 Color Hex

#556645
(85,102,69)
0 Favorites   0 Comments

Color spaces of #556645

RGB 8510269
HSL0.250.190.34
HSV91°32°40°
CMYK 0.170.000.32   0.60
XYZ9.571911.86377.4157
Yxy11.86370.33180.4112
Hunter Lab34.4437-10.671411.3455
CIE-Lab40.9987-13.058816.5976

#556645 color RGB value is (85,102,69).

#556645 hex color red value is 85, green value is 102 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #556645 hue: 0.25 , saturation: 0.19 and the lightness value of 556645 is 0.34.

The process color (four color CMYK) of #556645 color hex is 0.17, 0.00, 0.32, 0.60. Web safe color of #556645 is #666633. Color #556645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100110 01000101
Octal 125 146 105
Decimal 85 102 69
Hex 55 66 45

RGB Percentages of Color #556645

%33.20
%39.84
%26.95

CMYK Percentages of Color #556645

%17
%0
%32
%60

Triadic Colors of #556645

#556645 #455566 #664555

Analogous Colors of #556645

#556645 #456646 #666645

Monochromatic Colors of #556645

#556645

Complementary Color

#556645 #564566

#556645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556645 Color CSS Codes

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

#556645 Text Font Color

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

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


#556645 Background Color

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

This div background color is #556645


#556645 Border Color

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

This div border color is #556645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556645


Comments

No comments written yet.

Please login to write comment.