Color Hex Logo

#648470 Color Hex

#648470
(100,132,112)
0 Favorites   0 Comments

Color spaces of #648470

RGB 100132112
HSL0.400.140.45
HSV143°24°52°
CMYK 0.240.000.15   0.48
XYZ16.431420.381718.3973
Yxy20.38170.29760.3692
Hunter Lab45.1461-14.03877.4412
CIE-Lab52.2661-15.71387.1325

#648470 color RGB value is (100,132,112).

#648470 hex color red value is 100, green value is 132 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #648470 hue: 0.40 , saturation: 0.14 and the lightness value of 648470 is 0.45.

The process color (four color CMYK) of #648470 color hex is 0.24, 0.00, 0.15, 0.48. Web safe color of #648470 is #669966. Color #648470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 01110000
Octal 144 204 160
Decimal 100 132 112
Hex 64 84 70

RGB Percentages of Color #648470

%29.07
%38.37
%32.56

CMYK Percentages of Color #648470

%24
%0
%15
%48

Triadic Colors of #648470

#648470 #706484 #847064

Analogous Colors of #648470

#648470 #648480 #688464

Monochromatic Colors of #648470

#648470

Complementary Color

#648470 #846478

#648470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648470 Color CSS Codes

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

#648470 Text Font Color

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

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


#648470 Background Color

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

This div background color is #648470


#648470 Border Color

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

This div border color is #648470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648470


Comments

No comments written yet.

Please login to write comment.