Color Hex Logo

#442429 Color Hex

#442429
(68,36,41)
0 Favorites   0 Comments

Color spaces of #442429

RGB 683641
HSL0.970.310.20
HSV351°47°27°
CMYK 0.000.470.40   0.73
XYZ3.41502.65082.4295
Yxy2.65080.40200.3120
Hunter Lab16.28138.94822.5496
CIE-Lab18.587315.90543.3281

#442429 color RGB value is (68,36,41).

#442429 hex color red value is 68, green value is 36 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #442429 hue: 0.97 , saturation: 0.31 and the lightness value of 442429 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100100 00101001
Octal 104 44 51
Decimal 68 36 41
Hex 44 24 29

RGB Percentages of Color #442429

%46.90
%24.83
%28.28

CMYK Percentages of Color #442429

%0
%47
%40
%73

Triadic Colors of #442429

#442429 #294424 #242944

Analogous Colors of #442429

#442429 #442f24 #442439

Monochromatic Colors of #442429

#442429

Complementary Color

#442429 #24443f

#442429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442429 Color CSS Codes

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

#442429 Text Font Color

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

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


#442429 Background Color

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

This div background color is #442429


#442429 Border Color

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

This div border color is #442429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442429


Comments

No comments written yet.

Please login to write comment.