Color Hex Logo

#647768 Color Hex

#647768
(100,119,104)
0 Favorites   0 Comments

Color spaces of #647768

RGB 100119104
HSL0.370.090.43
HSV133°16°47°
CMYK 0.160.000.13   0.53
XYZ14.351016.902515.6028
Yxy16.90250.30630.3607
Hunter Lab41.1127-9.63906.2775
CIE-Lab48.1370-10.20555.9217

#647768 color RGB value is (100,119,104).

#647768 hex color red value is 100, green value is 119 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #647768 hue: 0.37 , saturation: 0.09 and the lightness value of 647768 is 0.43.

The process color (four color CMYK) of #647768 color hex is 0.16, 0.00, 0.13, 0.53. Web safe color of #647768 is #666666. Color #647768 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110111 01101000
Octal 144 167 150
Decimal 100 119 104
Hex 64 77 68

RGB Percentages of Color #647768

%30.96
%36.84
%32.20

CMYK Percentages of Color #647768

%16
%0
%13
%53

Triadic Colors of #647768

#647768 #686477 #776864

Analogous Colors of #647768

#647768 #647772 #6a7764

Monochromatic Colors of #647768

#647768

Complementary Color

#647768 #776473

#647768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#647768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#647768 Color CSS Codes

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

#647768 Text Font Color

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

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


#647768 Background Color

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

This div background color is #647768


#647768 Border Color

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

This div border color is #647768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #647768


Comments

No comments written yet.

Please login to write comment.