Color Hex Logo

#649489 Color Hex

#649489
(100,148,137)
0 Favorites   0 Comments

Color spaces of #649489

RGB 100148137
HSL0.460.190.49
HSV166°32°58°
CMYK 0.320.000.07   0.42
XYZ20.360825.695327.5535
Yxy25.69530.27660.3491
Hunter Lab50.6905-17.01063.2555
CIE-Lab57.7467-18.70090.6461

#649489 color RGB value is (100,148,137).

#649489 hex color red value is 100, green value is 148 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #649489 hue: 0.46 , saturation: 0.19 and the lightness value of 649489 is 0.49.

The process color (four color CMYK) of #649489 color hex is 0.32, 0.00, 0.07, 0.42. Web safe color of #649489 is #669999. Color #649489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10010100 10001001
Octal 144 224 211
Decimal 100 148 137
Hex 64 94 89

RGB Percentages of Color #649489

%25.97
%38.44
%35.58

CMYK Percentages of Color #649489

%32
%0
%7
%42

Triadic Colors of #649489

#649489 #896494 #948964

Analogous Colors of #649489

#649489 #648794 #649471

Monochromatic Colors of #649489

#649489

Complementary Color

#649489 #94646f

#649489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#649489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#649489 Color CSS Codes

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

#649489 Text Font Color

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

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


#649489 Background Color

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

This div background color is #649489


#649489 Border Color

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

This div border color is #649489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #649489


Comments

No comments written yet.

Please login to write comment.