Color Hex Logo

#404d32 Color Hex

#404D32
(64,77,50)
0 Favorites   0 Comments

Color spaces of #404d32

RGB 647750
HSL0.250.210.25
HSV89°35°30°
CMYK 0.170.000.35   0.70
XYZ5.34406.62804.0153
Yxy6.62800.33430.4146
Hunter Lab25.7449-8.00148.7743
CIE-Lab30.9446-10.798614.3683

#404d32 color RGB value is (64,77,50).

#404d32 hex color red value is 64, green value is 77 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #404d32 hue: 0.25 , saturation: 0.21 and the lightness value of 404d32 is 0.25.

The process color (four color CMYK) of #404d32 color hex is 0.17, 0.00, 0.35, 0.70. Web safe color of #404d32 is #336633. Color #404d32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001101 00110010
Octal 100 115 62
Decimal 64 77 50
Hex 40 4D 32

RGB Percentages of Color #404d32

%33.51
%40.31
%26.18

CMYK Percentages of Color #404d32

%17
%0
%35
%70

Triadic Colors of #404d32

#404d32 #32404d #4d3240

Analogous Colors of #404d32

#404d32 #334d32 #4d4d32

Monochromatic Colors of #404d32

#404d32

Complementary Color

#404d32 #3f324d

#404d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404d32 Color CSS Codes

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

#404d32 Text Font Color

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

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


#404d32 Background Color

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

This div background color is #404d32


#404d32 Border Color

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

This div border color is #404d32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,77,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #404d32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #404d32;
  -webkit-box-shadow: 1px 1px 3px 2px #404d32;
  box-shadow:         1px 1px 3px 2px #404d32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404d32


Comments

No comments written yet.

Please login to write comment.