Color Hex Logo

#646a47 Color Hex

#646A47
(100,106,71)
0 Favorites   0 Comments

Color spaces of #646a47

RGB 10010671
HSL0.200.200.35
HSV70°33°42°
CMYK 0.060.000.33   0.58
XYZ11.546913.47237.9531
Yxy13.47230.35020.4086
Hunter Lab36.7046-8.078812.8464
CIE-Lab43.4664-8.685718.9253

#646a47 color RGB value is (100,106,71).

#646a47 hex color red value is 100, green value is 106 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #646a47 hue: 0.20 , saturation: 0.20 and the lightness value of 646a47 is 0.35.

The process color (four color CMYK) of #646a47 color hex is 0.06, 0.00, 0.33, 0.58. Web safe color of #646a47 is #666633. Color #646a47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101010 01000111
Octal 144 152 107
Decimal 100 106 71
Hex 64 6A 47

RGB Percentages of Color #646a47

%36.10
%38.27
%25.63

CMYK Percentages of Color #646a47

%6
%0
%33
%58

Triadic Colors of #646a47

#646a47 #47646a #6a4764

Analogous Colors of #646a47

#646a47 #536a47 #6a5f47

Monochromatic Colors of #646a47

#646a47

Complementary Color

#646a47 #4d476a

#646a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646a47 Color CSS Codes

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

#646a47 Text Font Color

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

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


#646a47 Background Color

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

This div background color is #646a47


#646a47 Border Color

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

This div border color is #646a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646a47


Comments

No comments written yet.

Please login to write comment.