Color Hex Logo

#442941 Color Hex

#442941
(68,41,65)
0 Favorites   0 Comments

Color spaces of #442941

RGB 684165
HSL0.850.250.21
HSV307°40°27°
CMYK 0.000.400.04   0.73
XYZ4.13103.19655.4003
Yxy3.19650.32460.2511
Hunter Lab17.87889.9557-5.3935
CIE-Lab20.814317.1138-10.0094

#442941 color RGB value is (68,41,65).

#442941 hex color red value is 68, green value is 41 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #442941 hue: 0.85 , saturation: 0.25 and the lightness value of 442941 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101001 01000001
Octal 104 51 101
Decimal 68 41 65
Hex 44 29 41

RGB Percentages of Color #442941

%39.08
%23.56
%37.36

CMYK Percentages of Color #442941

%0
%40
%4
%73

Triadic Colors of #442941

#442941 #414429 #294144

Analogous Colors of #442941

#442941 #442934 #3a2944

Monochromatic Colors of #442941

#442941

Complementary Color

#442941 #29442c

#442941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442941 Color CSS Codes

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

#442941 Text Font Color

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

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


#442941 Background Color

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

This div background color is #442941


#442941 Border Color

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

This div border color is #442941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442941


Comments

No comments written yet.

Please login to write comment.