#494547 hex color information.
RGB value of #494547 is (73,69,71)
Change page background color to #494547
| Reset
| RGB | 73 | 69 | 71 |
|---|---|---|---|
| HSL | 0.92 | 0.03 | 0.28 |
| HSV | 330° | 5° | 29° |
| CMYK | 0.00 | 0.05 | 0.03 0.71 |
| XYZ | 6.0131 | 6.1276 | 6.8271 |
| Yxy | 6.1276 | 0.3170 | 0.3231 |
| Hunter Lab | 24.7540 | 0.0407 | 0.9757 |
| CIE-Lab | 29.7321 | 2.1096 | -0.6066 |
#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 | Red | Green | Blue |
|---|---|---|---|
| Binary | 01001001 | 01000101 | 01000111 |
| Octal | 111 | 105 | 107 |
| Decimal | 73 | 69 | 71 |
| Hexadecimal | 49 | 45 | 47 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#494547; }
.myforecolor {color:#494547; }
.mybordercolor {border:3px solid #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.
<p style="color:#494547">Text here</p>
This div background color is #494547
<div style="background-color:#494547">
Div content here</div>
This div border color is #494547
<div style="border:3px solid #494547">
Div here</div>
| #494547 | border color |
.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;
}
<p style="text-shadow: 4px 4px 2px rgba(73,69,71, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #494547">Text here</p>
This text has shadow with hex values.
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>