Color Hex Logo

#648b51 Color Hex

#648B51
(100,139,81)
0 Favorites   0 Comments

Color spaces of #648b51

RGB 10013981
HSL0.280.260.43
HSV100°42°55°
CMYK 0.280.000.42   0.45
XYZ15.973421.768611.1445
Yxy21.76860.32670.4453
Hunter Lab46.6568-20.538318.4977
CIE-Lab53.7806-24.854426.7572

#648b51 color RGB value is (100,139,81).

#648b51 hex color red value is 100, green value is 139 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #648b51 hue: 0.28 , saturation: 0.26 and the lightness value of 648b51 is 0.43.

The process color (four color CMYK) of #648b51 color hex is 0.28, 0.00, 0.42, 0.45. Web safe color of #648b51 is #669966. Color #648b51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001011 01010001
Octal 144 213 121
Decimal 100 139 81
Hex 64 8B 51

RGB Percentages of Color #648b51

%31.25
%43.44
%25.31

CMYK Percentages of Color #648b51

%28
%0
%42
%45

Triadic Colors of #648b51

#648b51 #51648b #8b5164

Analogous Colors of #648b51

#648b51 #518b5b #818b51

Monochromatic Colors of #648b51

#648b51

Complementary Color

#648b51 #78518b

#648b51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#648b51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#648b51 Color CSS Codes

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

#648b51 Text Font Color

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

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


#648b51 Background Color

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

This div background color is #648b51


#648b51 Border Color

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

This div border color is #648b51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #648b51


Comments

No comments written yet.

Please login to write comment.