Color Hex Logo

#406813 Color Hex

#406813
(64,104,19)
0 Favorites   0 Comments

Color spaces of #406813

RGB 6410419
HSL0.250.690.24
HSV88°82°41°
CMYK 0.380.000.82   0.59
XYZ7.182211.03762.3680
Yxy11.03760.34890.5361
Hunter Lab33.2229-19.551519.0301
CIE-Lab39.6437-28.457640.1114

#406813 color RGB value is (64,104,19).

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

The process color (four color CMYK) of #406813 color hex is 0.38, 0.00, 0.82, 0.59. Web safe color of #406813 is #336600. Color #406813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101000 00010011
Octal 100 150 23
Decimal 64 104 19
Hex 40 68 13

RGB Percentages of Color #406813

%34.22
%55.61
%10.16

CMYK Percentages of Color #406813

%38
%0
%82
%59

Triadic Colors of #406813

#406813 #134068 #681340

Analogous Colors of #406813

#406813 #166813 #686613

Monochromatic Colors of #406813

#406813

Complementary Color

#406813 #3b1368

#406813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406813 Color CSS Codes

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

#406813 Text Font Color

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

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


#406813 Background Color

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

This div background color is #406813


#406813 Border Color

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

This div border color is #406813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406813


Comments

No comments written yet.

Please login to write comment.