Color Hex Logo

#442833 Color Hex

#442833
(68,40,51)
0 Favorites   0 Comments

Color spaces of #442833

RGB 684051
HSL0.930.260.21
HSV336°41°27°
CMYK 0.000.410.25   0.73
XYZ3.74022.98553.5111
Yxy2.98550.36540.2916
Hunter Lab17.27868.40130.0470
CIE-Lab19.985714.9569-1.6143

#442833 color RGB value is (68,40,51).

#442833 hex color red value is 68, green value is 40 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #442833 hue: 0.93 , saturation: 0.26 and the lightness value of 442833 is 0.21.

The process color (four color CMYK) of #442833 color hex is 0.00, 0.41, 0.25, 0.73. Web safe color of #442833 is #333333. Color #442833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101000 00110011
Octal 104 50 63
Decimal 68 40 51
Hex 44 28 33

RGB Percentages of Color #442833

%42.77
%25.16
%32.08

CMYK Percentages of Color #442833

%0
%41
%25
%73

Triadic Colors of #442833

#442833 #334428 #283344

Analogous Colors of #442833

#442833 #442b28 #442841

Monochromatic Colors of #442833

#442833

Complementary Color

#442833 #284439

#442833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442833 Color CSS Codes

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

#442833 Text Font Color

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

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


#442833 Background Color

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

This div background color is #442833


#442833 Border Color

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

This div border color is #442833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442833


Comments

No comments written yet.

Please login to write comment.