Color Hex Logo

#441c0c Color Hex

#441C0C
(68,28,12)
0 Favorites   0 Comments

Color spaces of #441c0c

RGB 682812
HSL0.050.700.16
HSV17°82°27°
CMYK 0.000.590.82   0.73
XYZ2.86552.08600.5994
Yxy2.08600.51620.3758
Hunter Lab14.443010.13937.6495
CIE-Lab15.932217.978118.8959

#441c0c color RGB value is (68,28,12).

#441c0c hex color red value is 68, green value is 28 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #441c0c hue: 0.05 , saturation: 0.70 and the lightness value of 441c0c is 0.16.

The process color (four color CMYK) of #441c0c color hex is 0.00, 0.59, 0.82, 0.73. Web safe color of #441c0c is #333300. Color #441c0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00011100 00001100
Octal 104 34 14
Decimal 68 28 12
Hex 44 1C C

RGB Percentages of Color #441c0c

%62.96
%25.93
%11.11

CMYK Percentages of Color #441c0c

%0
%59
%82
%73

Triadic Colors of #441c0c

#441c0c #0c441c #1c0c44

Analogous Colors of #441c0c

#441c0c #44380c #440c18

Monochromatic Colors of #441c0c

#441c0c

Complementary Color

#441c0c #0c3444

#441c0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441c0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#441c0c Color CSS Codes

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

#441c0c Text Font Color

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

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


#441c0c Background Color

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

This div background color is #441c0c


#441c0c Border Color

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

This div border color is #441c0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441c0c

#441c0c Color Palettes


Comments

No comments written yet.

Please login to write comment.