Color Hex Logo

#646b0d Color Hex

#646B0D
(100,107,13)
0 Favorites   0 Comments

Color spaces of #646b0d

RGB 10010713
HSL0.180.780.24
HSV64°88°42°
CMYK 0.070.000.88   0.58
XYZ10.585913.25382.3811
Yxy13.25380.40370.5055
Hunter Lab36.4058-11.806721.6062
CIE-Lab43.1432-14.362246.0422

#646b0d color RGB value is (100,107,13).

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

The process color (four color CMYK) of #646b0d color hex is 0.07, 0.00, 0.88, 0.58. Web safe color of #646b0d is #666600. Color #646b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101011 00001101
Octal 144 153 15
Decimal 100 107 13
Hex 64 6B D

RGB Percentages of Color #646b0d

%45.45
%48.64
%5.91

CMYK Percentages of Color #646b0d

%7
%0
%88
%58

Triadic Colors of #646b0d

#646b0d #0d646b #6b0d64

Analogous Colors of #646b0d

#646b0d #356b0d #6b430d

Monochromatic Colors of #646b0d

#646b0d

Complementary Color

#646b0d #140d6b

#646b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#646b0d Color CSS Codes

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

#646b0d Text Font Color

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

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


#646b0d Background Color

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

This div background color is #646b0d


#646b0d Border Color

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

This div border color is #646b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646b0d


Comments

No comments written yet.

Please login to write comment.