Color Hex Logo

#648c60 Color Hex

#648C60
(100,140,96)
0 Favorites   0 Comments

Color spaces of #648c60

RGB 10014096
HSL0.320.190.46
HSV115°31°55°
CMYK 0.290.000.31   0.45
XYZ16.744922.310014.4900
Yxy22.31000.31270.4167
Hunter Lab47.2335-19.377914.8748
CIE-Lab54.3544-22.954919.1912

#648c60 color RGB value is (100,140,96).

#648c60 hex color red value is 100, green value is 140 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #648c60 hue: 0.32 , saturation: 0.19 and the lightness value of 648c60 is 0.46.

The process color (four color CMYK) of #648c60 color hex is 0.29, 0.00, 0.31, 0.45. Web safe color of #648c60 is #669966. Color #648c60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001100 01100000
Octal 144 214 140
Decimal 100 140 96
Hex 64 8C 60

RGB Percentages of Color #648c60

%29.76
%41.67
%28.57

CMYK Percentages of Color #648c60

%29
%0
%31
%45

Triadic Colors of #648c60

#648c60 #60648c #8c6064

Analogous Colors of #648c60

#648c60 #608c72 #7a8c60

Monochromatic Colors of #648c60

#648c60

Complementary Color

#648c60 #88608c

#648c60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648c60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648c60 Color CSS Codes

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

#648c60 Text Font Color

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

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


#648c60 Background Color

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

This div background color is #648c60


#648c60 Border Color

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

This div border color is #648c60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,140,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648c60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648c60;
  -webkit-box-shadow: 1px 1px 3px 2px #648c60;
  box-shadow:         1px 1px 3px 2px #648c60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648c60


Comments

No comments written yet.

Please login to write comment.