Color Hex Logo

#40421c Color Hex

#40421C
(64,66,28)
0 Favorites   0 Comments

Color spaces of #40421c

RGB 646628
HSL0.180.400.18
HSV63°58°26°
CMYK 0.030.000.58   0.74
XYZ4.27225.07031.8521
Yxy5.07030.38160.4529
Hunter Lab22.5173-5.538610.8854
CIE-Lab26.9341-7.284322.5886

#40421c color RGB value is (64,66,28).

#40421c hex color red value is 64, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #40421c hue: 0.18 , saturation: 0.40 and the lightness value of 40421c is 0.18.

The process color (four color CMYK) of #40421c color hex is 0.03, 0.00, 0.58, 0.74. Web safe color of #40421c is #333333. Color #40421c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000010 00011100
Octal 100 102 34
Decimal 64 66 28
Hex 40 42 1C

RGB Percentages of Color #40421c

%40.51
%41.77
%17.72

CMYK Percentages of Color #40421c

%3
%0
%58
%74

Triadic Colors of #40421c

#40421c #1c4042 #421c40

Analogous Colors of #40421c

#40421c #2d421c #42311c

Monochromatic Colors of #40421c

#40421c

Complementary Color

#40421c #1e1c42

#40421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40421c Color CSS Codes

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

#40421c Text Font Color

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

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


#40421c Background Color

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

This div background color is #40421c


#40421c Border Color

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

This div border color is #40421c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,66,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40421c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40421c;
  -webkit-box-shadow: 1px 1px 3px 2px #40421c;
  box-shadow:         1px 1px 3px 2px #40421c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40421c


Comments

No comments written yet.

Please login to write comment.