Color Hex Logo

#414029 Color Hex

#414029
(65,64,41)
0 Favorites   0 Comments

Color spaces of #414029

RGB 656441
HSL0.160.230.21
HSV58°37°25°
CMYK 0.000.020.37   0.75
XYZ4.41364.95072.8208
Yxy4.95070.36220.4063
Hunter Lab22.2502-3.53018.0585
CIE-Lab26.5938-3.877614.2587

#414029 color RGB value is (65,64,41).

#414029 hex color red value is 65, green value is 64 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #414029 hue: 0.16 , saturation: 0.23 and the lightness value of 414029 is 0.21.

The process color (four color CMYK) of #414029 color hex is 0.00, 0.02, 0.37, 0.75. Web safe color of #414029 is #333333. Color #414029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000000 00101001
Octal 101 100 51
Decimal 65 64 41
Hex 41 40 29

RGB Percentages of Color #414029

%38.24
%37.65
%24.12

CMYK Percentages of Color #414029

%0
%2
%37
%75

Triadic Colors of #414029

#414029 #294140 #402941

Analogous Colors of #414029

#414029 #364129 #413429

Monochromatic Colors of #414029

#414029

Complementary Color

#414029 #292a41

#414029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414029 Color CSS Codes

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

#414029 Text Font Color

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

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


#414029 Background Color

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

This div background color is #414029


#414029 Border Color

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

This div border color is #414029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414029


Comments

No comments written yet.

Please login to write comment.