Color Hex Logo

#649e7f Color Hex

#649E7F
(100,158,127)
0 Favorites   0 Comments

Color spaces of #649e7f

RGB 100158127
HSL0.410.230.51
HSV148°37°62°
CMYK 0.370.000.20   0.38
XYZ21.313228.695424.4941
Yxy28.69540.28610.3852
Hunter Lab53.5681-22.724110.3872
CIE-Lab60.5119-26.025810.2805

#649e7f color RGB value is (100,158,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10011110 01111111
Octal 144 236 177
Decimal 100 158 127
Hex 64 9E 7F

RGB Percentages of Color #649e7f

%25.97
%41.04
%32.99

CMYK Percentages of Color #649e7f

%37
%0
%20
%38

Triadic Colors of #649e7f

#649e7f #7f649e #9e7f64

Analogous Colors of #649e7f

#649e7f #649e9c #669e64

Monochromatic Colors of #649e7f

#649e7f

Complementary Color

#649e7f #9e6483

#649e7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649e7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#649e7f Color CSS Codes

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

#649e7f Text Font Color

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

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


#649e7f Background Color

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

This div background color is #649e7f


#649e7f Border Color

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

This div border color is #649e7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649e7f


Comments

No comments written yet.

Please login to write comment.