Color Hex Logo

#494939 Color Hex

#494939
(73,73,57)
1 Favorites   0 Comments

Color spaces of #494939

RGB 737357
HSL0.170.120.25
HSV60°22°29°
CMYK 0.000.000.22   0.71
XYZ5.86876.47704.8118
Yxy6.47700.34200.3775
Hunter Lab25.4500-3.37576.6051
CIE-Lab30.5853-3.17579.6098

#494939 color RGB value is (73,73,57).

#494939 hex color red value is 73, green value is 73 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #494939 hue: 0.17 , saturation: 0.12 and the lightness value of 494939 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001001 00111001
Octal 111 111 71
Decimal 73 73 57
Hex 49 49 39

RGB Percentages of Color #494939

%35.96
%35.96
%28.08

CMYK Percentages of Color #494939

%0
%0
%22
%71

Triadic Colors of #494939

#494939 #394949 #493949

Analogous Colors of #494939

#494939 #414939 #494139

Monochromatic Colors of #494939

#494939

Complementary Color

#494939 #393949

#494939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494939 Color CSS Codes

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

#494939 Text Font Color

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

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


#494939 Background Color

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

This div background color is #494939


#494939 Border Color

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

This div border color is #494939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494939


Comments

No comments written yet.

Please login to write comment.