Color Hex Logo

#441535 Color Hex

#441535
(68,21,53)
0 Favorites   0 Comments

Color spaces of #441535

RGB 682153
HSL0.890.530.17
HSV319°69°27°
CMYK 0.000.690.22   0.73
XYZ3.29472.02233.5849
Yxy2.02230.37010.2272
Hunter Lab14.220816.4690-4.9918
CIE-Lab15.603826.8047-9.6122

#441535 color RGB value is (68,21,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010101 00110101
Octal 104 25 65
Decimal 68 21 53
Hex 44 15 35

RGB Percentages of Color #441535

%47.89
%14.79
%37.32

CMYK Percentages of Color #441535

%0
%69
%22
%73

Triadic Colors of #441535

#441535 #354415 #153544

Analogous Colors of #441535

#441535 #44151e #3c1544

Monochromatic Colors of #441535

#441535

Complementary Color

#441535 #154424

#441535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#441535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#441535 Color CSS Codes

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

#441535 Text Font Color

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

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


#441535 Background Color

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

This div background color is #441535


#441535 Border Color

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

This div border color is #441535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #441535


Comments

No comments written yet.

Please login to write comment.