Color Hex Logo

#64680d Color Hex

#64680D
(100,104,13)
0 Favorites   0 Comments

Color spaces of #64680d

RGB 10010413
HSL0.170.780.23
HSV63°88°41°
CMYK 0.040.000.88   0.59
XYZ10.278512.63902.2786
Yxy12.63900.40790.5016
Hunter Lab35.5514-10.607521.0859
CIE-Lab42.2142-12.709345.2548

#64680d color RGB value is (100,104,13).

#64680d hex color red value is 100, green value is 104 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #64680d hue: 0.17 , saturation: 0.78 and the lightness value of 64680d is 0.23.

The process color (four color CMYK) of #64680d color hex is 0.04, 0.00, 0.88, 0.59. Web safe color of #64680d is #666600. Color #64680d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101000 00001101
Octal 144 150 15
Decimal 100 104 13
Hex 64 68 D

RGB Percentages of Color #64680d

%46.08
%47.93
%5.99

CMYK Percentages of Color #64680d

%4
%0
%88
%59

Triadic Colors of #64680d

#64680d #0d6468 #680d64

Analogous Colors of #64680d

#64680d #37680d #683e0d

Monochromatic Colors of #64680d

#64680d

Complementary Color

#64680d #110d68

#64680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64680d Color CSS Codes

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

#64680d Text Font Color

<p style="color:#64680d">Text here</p>

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


#64680d Background Color

<div style="background-color:#64680d">
Div content here</div>

This div background color is #64680d


#64680d Border Color

<div style="border:3px solid #64680d">
Div here</div>

This div border color is #64680d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,104,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 #64680d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64680d


Comments

No comments written yet.

Please login to write comment.