Color Hex Logo

#404613 Color Hex

#404613
(64,70,19)
0 Favorites   0 Comments

Color spaces of #404613

RGB 647019
HSL0.190.570.17
HSV67°73°27°
CMYK 0.090.000.73   0.73
XYZ4.42215.51731.4480
Yxy5.51730.38830.4845
Hunter Lab23.4889-7.500712.7873
CIE-Lab28.1605-10.514928.7546

#404613 color RGB value is (64,70,19).

#404613 hex color red value is 64, green value is 70 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #404613 hue: 0.19 , saturation: 0.57 and the lightness value of 404613 is 0.17.

The process color (four color CMYK) of #404613 color hex is 0.09, 0.00, 0.73, 0.73. Web safe color of #404613 is #333300. Color #404613 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000110 00010011
Octal 100 106 23
Decimal 64 70 19
Hex 40 46 13

RGB Percentages of Color #404613

%41.83
%45.75
%12.42

CMYK Percentages of Color #404613

%9
%0
%73
%73

Triadic Colors of #404613

#404613 #134046 #461340

Analogous Colors of #404613

#404613 #274613 #463313

Monochromatic Colors of #404613

#404613

Complementary Color

#404613 #191346

#404613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404613 Color CSS Codes

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

#404613 Text Font Color

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

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


#404613 Background Color

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

This div background color is #404613


#404613 Border Color

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

This div border color is #404613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404613


Comments

No comments written yet.

Please login to write comment.