Color Hex Logo

#442727 Color Hex

#442727
(68,39,39)
0 Favorites   0 Comments

Color spaces of #442727

RGB 683939
HSL0.000.270.21
HSV43°27°
CMYK 0.000.430.43   0.73
XYZ3.47562.82652.2818
Yxy2.82650.40490.3293
Hunter Lab16.81227.48013.7215
CIE-Lab19.335213.65195.7825

#442727 color RGB value is (68,39,39).

#442727 hex color red value is 68, green value is 39 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #442727 hue: 0.00 , saturation: 0.27 and the lightness value of 442727 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100111 00100111
Octal 104 47 47
Decimal 68 39 39
Hex 44 27 27

RGB Percentages of Color #442727

%46.58
%26.71
%26.71

CMYK Percentages of Color #442727

%0
%43
%43
%73

Triadic Colors of #442727

#442727 #274427 #272744

Analogous Colors of #442727

#442727 #443627 #442736

Monochromatic Colors of #442727

#442727

Complementary Color

#442727 #274444

#442727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442727 Color CSS Codes

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

#442727 Text Font Color

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

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


#442727 Background Color

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

This div background color is #442727


#442727 Border Color

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

This div border color is #442727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442727


Comments

No comments written yet.

Please login to write comment.