Color Hex Logo

#441410 Color Hex

#441410
(68,20,16)
0 Favorites   0 Comments

Color spaces of #441410

RGB 682016
HSL0.010.620.16
HSV76°27°
CMYK 0.000.710.76   0.73
XYZ2.72761.76670.6875
Yxy1.76670.52640.3409
Hunter Lab13.291713.36956.2375
CIE-Lab14.212022.855714.6698

#441410 color RGB value is (68,20,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010100 00010000
Octal 104 24 20
Decimal 68 20 16
Hex 44 14 10

RGB Percentages of Color #441410

%65.38
%19.23
%15.38

CMYK Percentages of Color #441410

%0
%71
%76
%73

Triadic Colors of #441410

#441410 #104414 #141044

Analogous Colors of #441410

#441410 #442e10 #441026

Monochromatic Colors of #441410

#441410

Complementary Color

#441410 #104044

#441410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441410 Color CSS Codes

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

#441410 Text Font Color

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

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


#441410 Background Color

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

This div background color is #441410


#441410 Border Color

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

This div border color is #441410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441410


Comments

No comments written yet.

Please login to write comment.