Color Hex Logo

#648428 Color Hex

#648428
(100,132,40)
0 Favorites   0 Comments

Color spaces of #648428

RGB 10013240
HSL0.220.530.34
HSV81°70°52°
CMYK 0.240.000.70   0.48
XYZ13.889819.36515.0132
Yxy19.36510.36300.5060
Hunter Lab44.0058-20.669224.0497
CIE-Lab51.1116-25.910744.0269

#648428 color RGB value is (100,132,40).

#648428 hex color red value is 100, green value is 132 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #648428 hue: 0.22 , saturation: 0.53 and the lightness value of 648428 is 0.34.

The process color (four color CMYK) of #648428 color hex is 0.24, 0.00, 0.70, 0.48. Web safe color of #648428 is #669933. Color #648428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 00101000
Octal 144 204 50
Decimal 100 132 40
Hex 64 84 28

RGB Percentages of Color #648428

%36.76
%48.53
%14.71

CMYK Percentages of Color #648428

%24
%0
%70
%48

Triadic Colors of #648428

#648428 #286484 #842864

Analogous Colors of #648428

#648428 #368428 #847628

Monochromatic Colors of #648428

#648428

Complementary Color

#648428 #482884

#648428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648428 Color CSS Codes

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

#648428 Text Font Color

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

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


#648428 Background Color

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

This div background color is #648428


#648428 Border Color

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

This div border color is #648428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648428


Comments

No comments written yet.

Please login to write comment.