Color Hex Logo

#648446 Color Hex

#648446
(100,132,70)
0 Favorites   0 Comments

Color spaces of #648446

RGB 10013270
HSL0.250.310.40
HSV91°47°52°
CMYK 0.240.000.47   0.48
XYZ14.612319.65408.8178
Yxy19.65400.33920.4562
Hunter Lab44.3328-18.748119.2402
CIE-Lab51.4437-22.852629.7530

#648446 color RGB value is (100,132,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000100 01000110
Octal 144 204 106
Decimal 100 132 70
Hex 64 84 46

RGB Percentages of Color #648446

%33.11
%43.71
%23.18

CMYK Percentages of Color #648446

%24
%0
%47
%48

Triadic Colors of #648446

#648446 #466484 #844664

Analogous Colors of #648446

#648446 #468447 #838446

Monochromatic Colors of #648446

#648446

Complementary Color

#648446 #664684

#648446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648446 Color CSS Codes

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

#648446 Text Font Color

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

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


#648446 Background Color

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

This div background color is #648446


#648446 Border Color

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

This div border color is #648446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648446


Comments

No comments written yet.

Please login to write comment.