Color Hex Logo

#440411 Color Hex

#440411
(68,4,17)
0 Favorites   0 Comments

Color spaces of #440411

RGB 68417
HSL0.970.890.14
HSV348°94°27°
CMYK 0.000.940.75   0.73
XYZ2.52851.35620.6588
Yxy1.35620.55650.2985
Hunter Lab11.645618.37624.7978
CIE-Lab11.663030.023410.6855

#440411 color RGB value is (68,4,17).

#440411 hex color red value is 68, green value is 4 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #440411 hue: 0.97 , saturation: 0.89 and the lightness value of 440411 is 0.14.

The process color (four color CMYK) of #440411 color hex is 0.00, 0.94, 0.75, 0.73. Web safe color of #440411 is #330000. Color #440411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000100 00010001
Octal 104 4 21
Decimal 68 4 17
Hex 44 4 11

RGB Percentages of Color #440411

%76.40
%4.49
%19.10

CMYK Percentages of Color #440411

%0
%94
%75
%73

Triadic Colors of #440411

#440411 #114404 #041144

Analogous Colors of #440411

#440411 #441704 #440431

Monochromatic Colors of #440411

#440411

Complementary Color

#440411 #044437

#440411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440411 Color CSS Codes

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

#440411 Text Font Color

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

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


#440411 Background Color

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

This div background color is #440411


#440411 Border Color

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

This div border color is #440411


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,4,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #440411; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #440411;
  -webkit-box-shadow: 1px 1px 3px 2px #440411;
  box-shadow:         1px 1px 3px 2px #440411; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440411

#440411 Color Palettes


Comments

No comments written yet.

Please login to write comment.