Color Hex Logo

#40401a Color Hex

#40401A
(64,64,26)
0 Favorites   0 Comments

Color spaces of #40401a

RGB 646426
HSL0.170.420.18
HSV60°59°25°
CMYK 0.000.000.59   0.75
XYZ4.13424.83141.6919
Yxy4.83140.38790.4533
Hunter Lab21.9804-4.892510.8226
CIE-Lab26.2489-6.266122.9352

#40401a color RGB value is (64,64,26).

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

The process color (four color CMYK) of #40401a color hex is 0.00, 0.00, 0.59, 0.75. Web safe color of #40401a is #333333. Color #40401a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000000 00011010
Octal 100 100 32
Decimal 64 64 26
Hex 40 40 1A

RGB Percentages of Color #40401a

%41.56
%41.56
%16.88

CMYK Percentages of Color #40401a

%0
%0
%59
%75

Triadic Colors of #40401a

#40401a #1a4040 #401a40

Analogous Colors of #40401a

#40401a #2d401a #402d1a

Monochromatic Colors of #40401a

#40401a

Complementary Color

#40401a #1a1a40

#40401a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40401a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40401a Color CSS Codes

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

#40401a Text Font Color

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

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


#40401a Background Color

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

This div background color is #40401a


#40401a Border Color

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

This div border color is #40401a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40401a


Comments

No comments written yet.

Please login to write comment.