Color Hex Logo

#648840 Color Hex

#648840
(100,136,64)
0 Favorites   0 Comments

Color spaces of #648840

RGB 10013664
HSL0.250.360.39
HSV90°53°53°
CMYK 0.260.000.53   0.47
XYZ14.985120.68788.0538
Yxy20.68780.34270.4731
Hunter Lab45.4838-20.788121.3402
CIE-Lab52.6061-25.604034.3320

#648840 color RGB value is (100,136,64).

#648840 hex color red value is 100, green value is 136 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #648840 hue: 0.25 , saturation: 0.36 and the lightness value of 648840 is 0.39.

The process color (four color CMYK) of #648840 color hex is 0.26, 0.00, 0.53, 0.47. Web safe color of #648840 is #669933. Color #648840 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 01000000
Octal 144 210 100
Decimal 100 136 64
Hex 64 88 40

RGB Percentages of Color #648840

%33.33
%45.33
%21.33

CMYK Percentages of Color #648840

%26
%0
%53
%47

Triadic Colors of #648840

#648840 #406488 #884064

Analogous Colors of #648840

#648840 #408840 #888840

Monochromatic Colors of #648840

#648840

Complementary Color

#648840 #644088

#648840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648840 Color CSS Codes

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

#648840 Text Font Color

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

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


#648840 Background Color

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

This div background color is #648840


#648840 Border Color

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

This div border color is #648840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648840


Comments

No comments written yet.

Please login to write comment.