Color Hex Logo

#648966 Color Hex

#648966
(100,137,102)
0 Favorites   0 Comments

Color spaces of #648966

RGB 100137102
HSL0.340.160.46
HSV123°27°54°
CMYK 0.270.000.26   0.46
XYZ16.599521.560015.8570
Yxy21.56000.30730.3991
Hunter Lab46.4327-17.444412.2551
CIE-Lab53.5570-20.331614.7014

#648966 color RGB value is (100,137,102).

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

The process color (four color CMYK) of #648966 color hex is 0.27, 0.00, 0.26, 0.46. Web safe color of #648966 is #669966. Color #648966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001001 01100110
Octal 144 211 146
Decimal 100 137 102
Hex 64 89 66

RGB Percentages of Color #648966

%29.50
%40.41
%30.09

CMYK Percentages of Color #648966

%27
%0
%26
%46

Triadic Colors of #648966

#648966 #666489 #896664

Analogous Colors of #648966

#648966 #648979 #758964

Monochromatic Colors of #648966

#648966

Complementary Color

#648966 #896487

#648966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648966 Color CSS Codes

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

#648966 Text Font Color

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

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


#648966 Background Color

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

This div background color is #648966


#648966 Border Color

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

This div border color is #648966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648966


Comments

No comments written yet.

Please login to write comment.