#494547

#494547 color hex

#494547 hex color information.
RGB value of #494547 is (73,69,71)
Change page background color to #494547 | Reset

#494547 rgb color chart

Color spaces of #494547

RGB 736971
HSL0.920.030.28
HSV330°29°
CMYK 0.000.050.03   0.71
XYZ6.01316.12766.8271
Yxy6.12760.31700.3231
Hunter Lab24.75400.04070.9757
CIE-Lab29.73212.1096-0.6066

Shades of #494547

Tints of #494547

RGB Percentages of Color #494547

%34.27
%32.39
%33.33

CMYK Percentages of Color #494547

%0
%5
%3
%71

#494547 Color Info

#494547 hex color red value is 73, green value is 69 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #494547 hue: 0.92 , saturation: 0.03 and the lightness value of 494547 is 0.28.

The process color (four color CMYK) of #494547 hex color is 0.00, 0.05, 0.03, 0.71. Web safe color of #494547 is #333333

Color #494547 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 01000111
Octal 111 105 107
Decimal 73 69 71
Hexadecimal 49 45 47

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #494547

Triadic Colors of #494547

#494547 #474945 #454749

Analogous Colors of #494547

#494547 #494545 #484549

Complementary Color of #494547

#494547 #454947

#494547 HSL Color Chart
#494547 hsl color chart
#494547 RGB Color Chart

#494547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494547 Color CSS Codes

.mybgcolor {background-color:#494547; } 
.myforecolor {color:#494547; }
.mybordercolor {border:3px solid #494547; }
Sample text font color #494547

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

html code
<p style="color:#494547">Text here</p>
#494547 background color

This div background color is #494547

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

This div border color is #494547

<div style="border:3px solid #494547">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #494547 Color Sample
#494547border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(73,69,71, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #494547; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #494547;
  -webkit-box-shadow: 1px 1px 3px 2px #494547;
  box-shadow:         1px 1px 3px 2px #494547; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,69,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #494547">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #494547

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top