Color Hex Logo

#443041 Color Hex

#443041
(68,48,65)
0 Favorites   0 Comments

Color spaces of #443041

RGB 684865
HSL0.860.170.23
HSV309°29°27°
CMYK 0.000.290.04   0.73
XYZ4.39503.72455.4883
Yxy3.72450.32300.2737
Hunter Lab19.29906.8771-3.3518
CIE-Lab22.738912.4858-7.0881

#443041 color RGB value is (68,48,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00110000 01000001
Octal 104 60 101
Decimal 68 48 65
Hex 44 30 41

RGB Percentages of Color #443041

%37.57
%26.52
%35.91

CMYK Percentages of Color #443041

%0
%29
%4
%73

Triadic Colors of #443041

#443041 #414430 #304144

Analogous Colors of #443041

#443041 #443037 #3d3044

Monochromatic Colors of #443041

#443041

Complementary Color

#443041 #304433

#443041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#443041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#443041 Color CSS Codes

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

#443041 Text Font Color

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

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


#443041 Background Color

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

This div background color is #443041


#443041 Border Color

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

This div border color is #443041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,48,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 #443041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #443041


Comments

No comments written yet.

Please login to write comment.