Color Hex Logo

#646c30 Color Hex

#646C30
(100,108,48)
0 Favorites   0 Comments

Color spaces of #646c30

RGB 10010848
HSL0.190.380.31
HSV68°56°42°
CMYK 0.070.000.56   0.58
XYZ11.151613.64784.8429
Yxy13.64780.37620.4604
Hunter Lab36.9429-10.768118.0876
CIE-Lab43.7235-12.652632.1099

#646c30 color RGB value is (100,108,48).

#646c30 hex color red value is 100, green value is 108 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #646c30 hue: 0.19 , saturation: 0.38 and the lightness value of 646c30 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 00110000
Octal 144 154 60
Decimal 100 108 48
Hex 64 6C 30

RGB Percentages of Color #646c30

%39.06
%42.19
%18.75

CMYK Percentages of Color #646c30

%7
%0
%56
%58

Triadic Colors of #646c30

#646c30 #30646c #6c3064

Analogous Colors of #646c30

#646c30 #466c30 #6c5630

Monochromatic Colors of #646c30

#646c30

Complementary Color

#646c30 #38306c

#646c30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646c30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646c30 Color CSS Codes

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

#646c30 Text Font Color

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

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


#646c30 Background Color

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

This div background color is #646c30


#646c30 Border Color

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

This div border color is #646c30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646c30


Comments

No comments written yet.

Please login to write comment.