Color Hex Logo

#441614 Color Hex

#441614
(68,22,20)
0 Favorites   0 Comments

Color spaces of #441614

RGB 682220
HSL0.010.550.17
HSV71°27°
CMYK 0.000.680.71   0.73
XYZ2.79711.85330.8721
Yxy1.85330.50650.3356
Hunter Lab13.613612.85155.7313
CIE-Lab14.697822.051012.8669

#441614 color RGB value is (68,22,20).

#441614 hex color red value is 68, green value is 22 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #441614 hue: 0.01 , saturation: 0.55 and the lightness value of 441614 is 0.17.

The process color (four color CMYK) of #441614 color hex is 0.00, 0.68, 0.71, 0.73. Web safe color of #441614 is #330000. Color #441614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010110 00010100
Octal 104 26 24
Decimal 68 22 20
Hex 44 16 14

RGB Percentages of Color #441614

%61.82
%20.00
%18.18

CMYK Percentages of Color #441614

%0
%68
%71
%73

Triadic Colors of #441614

#441614 #144416 #161444

Analogous Colors of #441614

#441614 #442e14 #44142a

Monochromatic Colors of #441614

#441614

Complementary Color

#441614 #144244

#441614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441614 Color CSS Codes

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

#441614 Text Font Color

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

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


#441614 Background Color

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

This div background color is #441614


#441614 Border Color

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

This div border color is #441614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441614


Comments

No comments written yet.

Please login to write comment.