Color Hex Logo

#648842 Color Hex

#648842
(100,136,66)
0 Favorites   0 Comments

Color spaces of #648842

RGB 10013666
HSL0.250.350.40
HSV91°51°53°
CMYK 0.260.000.51   0.47
XYZ15.043120.71108.3590
Yxy20.71100.34100.4695
Hunter Lab45.5093-20.638220.9664
CIE-Lab52.6317-25.366533.3288

#648842 color RGB value is (100,136,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 01000010
Octal 144 210 102
Decimal 100 136 66
Hex 64 88 42

RGB Percentages of Color #648842

%33.11
%45.03
%21.85

CMYK Percentages of Color #648842

%26
%0
%51
%47

Triadic Colors of #648842

#648842 #426488 #884264

Analogous Colors of #648842

#648842 #428843 #878842

Monochromatic Colors of #648842

#648842

Complementary Color

#648842 #664288

#648842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648842 Color CSS Codes

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

#648842 Text Font Color

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

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


#648842 Background Color

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

This div background color is #648842


#648842 Border Color

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

This div border color is #648842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648842


Comments

No comments written yet.

Please login to write comment.