Color Hex Logo

#649e77 Color Hex

#649E77
(100,158,119)
0 Favorites   0 Comments

Color spaces of #649e77

RGB 100158119
HSL0.390.230.51
HSV140°37°62°
CMYK 0.370.000.25   0.38
XYZ20.812228.495021.8559
Yxy28.49500.29250.4004
Hunter Lab53.3807-23.822213.0911
CIE-Lab60.3333-27.655414.5067

#649e77 color RGB value is (100,158,119).

#649e77 hex color red value is 100, green value is 158 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #649e77 hue: 0.39 , saturation: 0.23 and the lightness value of 649e77 is 0.51.

The process color (four color CMYK) of #649e77 color hex is 0.37, 0.00, 0.25, 0.38. Web safe color of #649e77 is #669966. Color #649e77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 01110111
Octal 144 236 167
Decimal 100 158 119
Hex 64 9E 77

RGB Percentages of Color #649e77

%26.53
%41.91
%31.56

CMYK Percentages of Color #649e77

%37
%0
%25
%38

Triadic Colors of #649e77

#649e77 #77649e #9e7764

Analogous Colors of #649e77

#649e77 #649e94 #6e9e64

Monochromatic Colors of #649e77

#649e77

Complementary Color

#649e77 #9e648b

#649e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649e77 Color CSS Codes

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

#649e77 Text Font Color

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

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


#649e77 Background Color

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

This div background color is #649e77


#649e77 Border Color

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

This div border color is #649e77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,158,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #649e77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #649e77;
  -webkit-box-shadow: 1px 1px 3px 2px #649e77;
  box-shadow:         1px 1px 3px 2px #649e77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649e77


Comments

No comments written yet.

Please login to write comment.