Color Hex Logo

#405041 Color Hex

#405041
(64,80,65)
0 Favorites   0 Comments

Color spaces of #405041

RGB 648065
HSL0.340.110.28
HSV124°20°31°
CMYK 0.200.000.19   0.69
XYZ5.93717.20906.0796
Yxy7.20900.30880.3750
Hunter Lab26.8496-7.51605.3696
CIE-Lab32.2780-9.70716.7955

#405041 color RGB value is (64,80,65).

#405041 hex color red value is 64, green value is 80 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #405041 hue: 0.34 , saturation: 0.11 and the lightness value of 405041 is 0.28.

The process color (four color CMYK) of #405041 color hex is 0.20, 0.00, 0.19, 0.69. Web safe color of #405041 is #336633. Color #405041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 01000001
Octal 100 120 101
Decimal 64 80 65
Hex 40 50 41

RGB Percentages of Color #405041

%30.62
%38.28
%31.10

CMYK Percentages of Color #405041

%20
%0
%19
%69

Triadic Colors of #405041

#405041 #414050 #504140

Analogous Colors of #405041

#405041 #405049 #475040

Monochromatic Colors of #405041

#405041

Complementary Color

#405041 #50404f

#405041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#405041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#405041 Color CSS Codes

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

#405041 Text Font Color

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

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


#405041 Background Color

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

This div background color is #405041


#405041 Border Color

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

This div border color is #405041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #405041


Comments

No comments written yet.

Please login to write comment.