Color Hex Logo

#494443 Color Hex

#494443
(73,68,67)
0 Favorites   0 Comments

Color spaces of #494443

RGB 736867
HSL0.030.040.27
HSV10°29°
CMYK 0.000.070.08   0.71
XYZ5.82795.95606.1526
Yxy5.95600.32490.3321
Hunter Lab24.4049-0.08282.1361
CIE-Lab29.30121.90041.3582

#494443 color RGB value is (73,68,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000100 01000011
Octal 111 104 103
Decimal 73 68 67
Hex 49 44 43

RGB Percentages of Color #494443

%35.10
%32.69
%32.21

CMYK Percentages of Color #494443

%0
%7
%8
%71

Triadic Colors of #494443

#494443 #434944 #444349

Analogous Colors of #494443

#494443 #494743 #494345

Monochromatic Colors of #494443

#494443

Complementary Color

#494443 #434849

#494443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494443 Color CSS Codes

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

#494443 Text Font Color

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

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


#494443 Background Color

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

This div background color is #494443


#494443 Border Color

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

This div border color is #494443


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494443


Comments

No comments written yet.

Please login to write comment.