Color Hex Logo

#648080 Color Hex

#648080
(100,128,128)
2 Favorites   0 Comments

Color spaces of #648080

RGB 100128128
HSL0.500.120.45
HSV180°22°50°
CMYK 0.220.000.00   0.50
XYZ16.871019.706223.3366
Yxy19.70620.28160.3289
Hunter Lab44.3917-9.8467-0.0945
CIE-Lab51.5034-9.9643-3.3043

#648080 color RGB value is (100,128,128).

#648080 hex color red value is 100, green value is 128 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #648080 hue: 0.50 , saturation: 0.12 and the lightness value of 648080 is 0.45.

The process color (four color CMYK) of #648080 color hex is 0.22, 0.00, 0.00, 0.50. Web safe color of #648080 is #669999. Color #648080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000000 10000000
Octal 144 200 200
Decimal 100 128 128
Hex 64 80 80

RGB Percentages of Color #648080

%28.09
%35.96
%35.96

CMYK Percentages of Color #648080

%22
%0
%0
%50

Triadic Colors of #648080

#648080 #806480 #808064

Analogous Colors of #648080

#648080 #647280 #648072

Monochromatic Colors of #648080

#648080

Complementary Color

#648080 #806464

#648080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648080 Color CSS Codes

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

#648080 Text Font Color

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

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


#648080 Background Color

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

This div background color is #648080


#648080 Border Color

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

This div border color is #648080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648080


Comments

No comments written yet.

Please login to write comment.