Color Hex Logo

#648672 Color Hex

#648672
(100,134,114)
0 Favorites   0 Comments

Color spaces of #648672

RGB 100134114
HSL0.400.150.46
HSV145°25°53°
CMYK 0.250.000.15   0.47
XYZ16.817920.974419.0817
Yxy20.97440.29570.3688
Hunter Lab45.7978-14.59737.3552
CIE-Lab52.9215-16.37186.9081

#648672 color RGB value is (100,134,114).

#648672 hex color red value is 100, green value is 134 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #648672 hue: 0.40 , saturation: 0.15 and the lightness value of 648672 is 0.46.

The process color (four color CMYK) of #648672 color hex is 0.25, 0.00, 0.15, 0.47. Web safe color of #648672 is #669966. Color #648672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 01110010
Octal 144 206 162
Decimal 100 134 114
Hex 64 86 72

RGB Percentages of Color #648672

%28.74
%38.51
%32.76

CMYK Percentages of Color #648672

%25
%0
%15
%47

Triadic Colors of #648672

#648672 #726486 #867264

Analogous Colors of #648672

#648672 #648683 #678664

Monochromatic Colors of #648672

#648672

Complementary Color

#648672 #866478

#648672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648672 Color CSS Codes

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

#648672 Text Font Color

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

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


#648672 Background Color

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

This div background color is #648672


#648672 Border Color

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

This div border color is #648672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648672


Comments

No comments written yet.

Please login to write comment.