Color Hex Logo

#404413 Color Hex

#404413
(64,68,19)
0 Favorites   0 Comments

Color spaces of #404413

RGB 646819
HSL0.180.560.17
HSV65°72°27°
CMYK 0.060.000.72   0.73
XYZ4.29905.27131.4070
Yxy5.27130.39160.4802
Hunter Lab22.9593-6.755712.4381
CIE-Lab27.4941-9.327228.0573

#404413 color RGB value is (64,68,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000100 00010011
Octal 100 104 23
Decimal 64 68 19
Hex 40 44 13

RGB Percentages of Color #404413

%42.38
%45.03
%12.58

CMYK Percentages of Color #404413

%6
%0
%72
%73

Triadic Colors of #404413

#404413 #134044 #441340

Analogous Colors of #404413

#404413 #284413 #443013

Monochromatic Colors of #404413

#404413

Complementary Color

#404413 #171344

#404413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404413 Color CSS Codes

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

#404413 Text Font Color

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

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


#404413 Background Color

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

This div background color is #404413


#404413 Border Color

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

This div border color is #404413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404413


Comments

No comments written yet.

Please login to write comment.