Color Hex Logo

#648140 Color Hex

#648140
(100,129,64)
0 Favorites   0 Comments

Color spaces of #648140

RGB 10012964
HSL0.240.340.38
HSV87°50°51°
CMYK 0.220.000.50   0.49
XYZ14.031218.78007.7359
Yxy18.78000.34600.4632
Hunter Lab43.3359-18.043519.7513
CIE-Lab50.4288-22.076831.6975

#648140 color RGB value is (100,129,64).

#648140 hex color red value is 100, green value is 129 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #648140 hue: 0.24 , saturation: 0.34 and the lightness value of 648140 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000001 01000000
Octal 144 201 100
Decimal 100 129 64
Hex 64 81 40

RGB Percentages of Color #648140

%34.13
%44.03
%21.84

CMYK Percentages of Color #648140

%22
%0
%50
%49

Triadic Colors of #648140

#648140 #406481 #814064

Analogous Colors of #648140

#648140 #448140 #817e40

Monochromatic Colors of #648140

#648140

Complementary Color

#648140 #5d4081

#648140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648140 Color CSS Codes

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

#648140 Text Font Color

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

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


#648140 Background Color

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

This div background color is #648140


#648140 Border Color

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

This div border color is #648140


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,129,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 #648140">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648140


Comments

No comments written yet.

Please login to write comment.