Color Hex Logo

#443441 Color Hex

#443441
(68,52,65)
0 Favorites   0 Comments

Color spaces of #443441

RGB 685265
HSL0.860.130.24
HSV311°24°27°
CMYK 0.000.240.04   0.73
XYZ4.56604.06665.5453
Yxy4.06660.32210.2868
Hunter Lab20.16585.1263-2.1878
CIE-Lab23.89049.8203-5.3576

#443441 color RGB value is (68,52,65).

#443441 hex color red value is 68, green value is 52 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #443441 hue: 0.86 , saturation: 0.13 and the lightness value of 443441 is 0.24.

The process color (four color CMYK) of #443441 color hex is 0.00, 0.24, 0.04, 0.73. Web safe color of #443441 is #333333. Color #443441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110100 01000001
Octal 104 64 101
Decimal 68 52 65
Hex 44 34 41

RGB Percentages of Color #443441

%36.76
%28.11
%35.14

CMYK Percentages of Color #443441

%0
%24
%4
%73

Triadic Colors of #443441

#443441 #414434 #344144

Analogous Colors of #443441

#443441 #443439 #3f3444

Monochromatic Colors of #443441

#443441

Complementary Color

#443441 #344437

#443441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443441 Color CSS Codes

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

#443441 Text Font Color

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

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


#443441 Background Color

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

This div background color is #443441


#443441 Border Color

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

This div border color is #443441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443441


Comments

No comments written yet.

Please login to write comment.