Color Hex Logo

#403129 Color Hex

#403129
(64,49,41)
0 Favorites   0 Comments

Color spaces of #403129

RGB 644941
HSL0.060.220.21
HSV21°36°25°
CMYK 0.000.230.36   0.75
XYZ3.61293.44672.5727
Yxy3.44670.37510.3578
Hunter Lab18.56532.24784.7795
CIE-Lab21.75085.39727.6971

#403129 color RGB value is (64,49,41).

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

The process color (four color CMYK) of #403129 color hex is 0.00, 0.23, 0.36, 0.75. Web safe color of #403129 is #333333. Color #403129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110001 00101001
Octal 100 61 51
Decimal 64 49 41
Hex 40 31 29

RGB Percentages of Color #403129

%41.56
%31.82
%26.62

CMYK Percentages of Color #403129

%0
%23
%36
%75

Triadic Colors of #403129

#403129 #294031 #312940

Analogous Colors of #403129

#403129 #403d29 #40292d

Monochromatic Colors of #403129

#403129

Complementary Color

#403129 #293840

#403129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403129 Color CSS Codes

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

#403129 Text Font Color

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

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


#403129 Background Color

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

This div background color is #403129


#403129 Border Color

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

This div border color is #403129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403129


Comments

No comments written yet.

Please login to write comment.