Color Hex Logo

#646b1f Color Hex

#646B1F
(100,107,31)
0 Favorites   0 Comments

Color spaces of #646b1f

RGB 10010731
HSL0.180.550.27
HSV66°71°42°
CMYK 0.070.000.71   0.58
XYZ10.760513.32363.3009
Yxy13.32360.39290.4865
Hunter Lab36.5015-11.256520.1893
CIE-Lab43.2468-13.493539.7876

#646b1f color RGB value is (100,107,31).

#646b1f hex color red value is 100, green value is 107 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #646b1f hue: 0.18 , saturation: 0.55 and the lightness value of 646b1f is 0.27.

The process color (four color CMYK) of #646b1f color hex is 0.07, 0.00, 0.71, 0.58. Web safe color of #646b1f is #666633. Color #646b1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 00011111
Octal 144 153 37
Decimal 100 107 31
Hex 64 6B 1F

RGB Percentages of Color #646b1f

%42.02
%44.96
%13.03

CMYK Percentages of Color #646b1f

%7
%0
%71
%58

Triadic Colors of #646b1f

#646b1f #1f646b #6b1f64

Analogous Colors of #646b1f

#646b1f #3e6b1f #6b4c1f

Monochromatic Colors of #646b1f

#646b1f

Complementary Color

#646b1f #261f6b

#646b1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646b1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#646b1f Color CSS Codes

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

#646b1f Text Font Color

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

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


#646b1f Background Color

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

This div background color is #646b1f


#646b1f Border Color

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

This div border color is #646b1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,107,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646b1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646b1f;
  -webkit-box-shadow: 1px 1px 3px 2px #646b1f;
  box-shadow:         1px 1px 3px 2px #646b1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646b1f


Comments

No comments written yet.

Please login to write comment.