Color Hex Logo

#648d41 Color Hex

#648D41
(100,141,65)
0 Favorites   0 Comments

Color spaces of #648d41

RGB 10014165
HSL0.260.370.40
HSV92°54°55°
CMYK 0.290.000.54   0.45
XYZ15.734522.14078.4453
Yxy22.14070.33970.4780
Hunter Lab47.0539-22.655222.2963
CIE-Lab54.1760-27.941035.6997

#648d41 color RGB value is (100,141,65).

#648d41 hex color red value is 100, green value is 141 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #648d41 hue: 0.26 , saturation: 0.37 and the lightness value of 648d41 is 0.40.

The process color (four color CMYK) of #648d41 color hex is 0.29, 0.00, 0.54, 0.45. Web safe color of #648d41 is #669933. Color #648d41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001101 01000001
Octal 144 215 101
Decimal 100 141 65
Hex 64 8D 41

RGB Percentages of Color #648d41

%32.68
%46.08
%21.24

CMYK Percentages of Color #648d41

%29
%0
%54
%45

Triadic Colors of #648d41

#648d41 #41648d #8d4164

Analogous Colors of #648d41

#648d41 #418d44 #8a8d41

Monochromatic Colors of #648d41

#648d41

Complementary Color

#648d41 #6a418d

#648d41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648d41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648d41 Color CSS Codes

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

#648d41 Text Font Color

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

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


#648d41 Background Color

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

This div background color is #648d41


#648d41 Border Color

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

This div border color is #648d41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,141,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #648d41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #648d41;
  -webkit-box-shadow: 1px 1px 3px 2px #648d41;
  box-shadow:         1px 1px 3px 2px #648d41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648d41


Comments

No comments written yet.

Please login to write comment.