Color Hex Logo

#441520 Color Hex

#441520
(68,21,32)
0 Favorites   0 Comments

Color spaces of #441520

RGB 682132
HSL0.960.530.17
HSV346°69°27°
CMYK 0.000.690.53   0.73
XYZ2.91281.86961.5738
Yxy1.86960.45830.2941
Hunter Lab13.673314.09712.7471
CIE-Lab14.787523.76404.3635

#441520 color RGB value is (68,21,32).

#441520 hex color red value is 68, green value is 21 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #441520 hue: 0.96 , saturation: 0.53 and the lightness value of 441520 is 0.17.

The process color (four color CMYK) of #441520 color hex is 0.00, 0.69, 0.53, 0.73. Web safe color of #441520 is #330033. Color #441520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010101 00100000
Octal 104 25 40
Decimal 68 21 32
Hex 44 15 20

RGB Percentages of Color #441520

%56.20
%17.36
%26.45

CMYK Percentages of Color #441520

%0
%69
%53
%73

Triadic Colors of #441520

#441520 #204415 #152044

Analogous Colors of #441520

#441520 #442215 #441538

Monochromatic Colors of #441520

#441520

Complementary Color

#441520 #154439

#441520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441520 Color CSS Codes

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

#441520 Text Font Color

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

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


#441520 Background Color

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

This div background color is #441520


#441520 Border Color

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

This div border color is #441520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441520


Comments

No comments written yet.

Please login to write comment.