Color Hex Logo

#406316 Color Hex

#406316
(64,99,22)
0 Favorites   0 Comments

Color spaces of #406316

RGB 649922
HSL0.240.640.24
HSV87°78°39°
CMYK 0.350.000.78   0.61
XYZ6.721010.07162.3488
Yxy10.07160.35110.5262
Hunter Lab31.7358-17.734917.8269
CIE-Lab37.9706-25.871137.3780

#406316 color RGB value is (64,99,22).

#406316 hex color red value is 64, green value is 99 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #406316 hue: 0.24 , saturation: 0.64 and the lightness value of 406316 is 0.24.

The process color (four color CMYK) of #406316 color hex is 0.35, 0.00, 0.78, 0.61. Web safe color of #406316 is #336600. Color #406316 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100011 00010110
Octal 100 143 26
Decimal 64 99 22
Hex 40 63 16

RGB Percentages of Color #406316

%34.59
%53.51
%11.89

CMYK Percentages of Color #406316

%35
%0
%78
%61

Triadic Colors of #406316

#406316 #164063 #631640

Analogous Colors of #406316

#406316 #196316 #636016

Monochromatic Colors of #406316

#406316

Complementary Color

#406316 #391663

#406316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406316 Color CSS Codes

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

#406316 Text Font Color

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

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


#406316 Background Color

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

This div background color is #406316


#406316 Border Color

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

This div border color is #406316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406316


Comments

No comments written yet.

Please login to write comment.