Color Hex Logo

#406513 Color Hex

#406513
(64,101,19)
0 Favorites   0 Comments

Color spaces of #406513

RGB 6410119
HSL0.240.680.24
HSV87°81°40°
CMYK 0.370.000.81   0.60
XYZ6.885610.44442.2692
Yxy10.44440.35130.5329
Hunter Lab32.3178-18.525118.4594
CIE-Lab38.6285-27.032439.1484

#406513 color RGB value is (64,101,19).

#406513 hex color red value is 64, green value is 101 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #406513 hue: 0.24 , saturation: 0.68 and the lightness value of 406513 is 0.24.

The process color (four color CMYK) of #406513 color hex is 0.37, 0.00, 0.81, 0.60. Web safe color of #406513 is #336600. Color #406513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100101 00010011
Octal 100 145 23
Decimal 64 101 19
Hex 40 65 13

RGB Percentages of Color #406513

%34.78
%54.89
%10.33

CMYK Percentages of Color #406513

%37
%0
%81
%60

Triadic Colors of #406513

#406513 #134065 #651340

Analogous Colors of #406513

#406513 #176513 #656113

Monochromatic Colors of #406513

#406513

Complementary Color

#406513 #381365

#406513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406513 Color CSS Codes

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

#406513 Text Font Color

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

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


#406513 Background Color

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

This div background color is #406513


#406513 Border Color

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

This div border color is #406513


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,101,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406513; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406513;
  -webkit-box-shadow: 1px 1px 3px 2px #406513;
  box-shadow:         1px 1px 3px 2px #406513; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,101,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406513


Comments

No comments written yet.

Please login to write comment.