Color Hex Logo

#494144 Color Hex

#494144
(73,65,68)
0 Favorites   0 Comments

Color spaces of #494144

RGB 736568
HSL0.940.060.27
HSV338°11°29°
CMYK 0.000.110.07   0.71
XYZ5.68135.61446.2531
Yxy5.61440.32370.3199
Hunter Lab23.69471.33330.9395
CIE-Lab28.41804.0399-0.5801

#494144 color RGB value is (73,65,68).

#494144 hex color red value is 73, green value is 65 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #494144 hue: 0.94 , saturation: 0.06 and the lightness value of 494144 is 0.27.

The process color (four color CMYK) of #494144 color hex is 0.00, 0.11, 0.07, 0.71. Web safe color of #494144 is #333333. Color #494144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000001 01000100
Octal 111 101 104
Decimal 73 65 68
Hex 49 41 44

RGB Percentages of Color #494144

%35.44
%31.55
%33.01

CMYK Percentages of Color #494144

%0
%11
%7
%71

Triadic Colors of #494144

#494144 #444941 #414449

Analogous Colors of #494144

#494144 #494241 #494148

Monochromatic Colors of #494144

#494144

Complementary Color

#494144 #414946

#494144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494144 Color CSS Codes

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

#494144 Text Font Color

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

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


#494144 Background Color

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

This div background color is #494144


#494144 Border Color

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

This div border color is #494144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494144


Comments

No comments written yet.

Please login to write comment.