Color Hex Logo

#649555 Color Hex

#649555
(100,149,85)
0 Favorites   0 Comments

Color spaces of #649555

RGB 10014985
HSL0.290.270.46
HSV106°43°58°
CMYK 0.330.000.43   0.42
XYZ17.642724.860112.4629
Yxy24.86010.32100.4523
Hunter Lab49.8599-24.093420.0819
CIE-Lab56.9389-29.172328.6498

#649555 color RGB value is (100,149,85).

#649555 hex color red value is 100, green value is 149 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #649555 hue: 0.29 , saturation: 0.27 and the lightness value of 649555 is 0.46.

The process color (four color CMYK) of #649555 color hex is 0.33, 0.00, 0.43, 0.42. Web safe color of #649555 is #669966. Color #649555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010101 01010101
Octal 144 225 125
Decimal 100 149 85
Hex 64 95 55

RGB Percentages of Color #649555

%29.94
%44.61
%25.45

CMYK Percentages of Color #649555

%33
%0
%43
%42

Triadic Colors of #649555

#649555 #556495 #955564

Analogous Colors of #649555

#649555 #559566 #849555

Monochromatic Colors of #649555

#649555

Complementary Color

#649555 #865595

#649555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649555 Color CSS Codes

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

#649555 Text Font Color

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

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


#649555 Background Color

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

This div background color is #649555


#649555 Border Color

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

This div border color is #649555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649555


Comments

No comments written yet.

Please login to write comment.