COLOR #494049

HEX: #494049
RGB: (73,64,73)

Color info

#494049 contains red, green and blue colors in about the same proportion. Web safe color of #494049 is #333333 (or #333).

RGB color model

#494049 color RGB value is (73,64,73).

  • red value is 73;
  • green value is 64;
  • blue value is 73.
RGB:
(73,64,73)
(29%,25%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 73 of 255 = 29%

73
64
73

R + G + B ~ 28%. #494049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 73 = 210 (100%)
R 73 of 210 ~ 34.76%
G 64 of 210 ~ 30.48%
B 73 of 210 ~ 34.76%

%34.76
%30.48
%34.76

CMYK color model

#494049 color CMYK value is (0,12,0,71).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,12,0,71)
C0M12Y0K71 
(0%,12%,0%,71%)
(0.00/0.12/0.00/0.71)	

CMYK percentages

%0
%12.33
%0
%71.37

Codes

Color #494049 in popluar color models

494049
RGB736473
HSL300°6.57%26.86%
HSB/HSV300°12.33%28.63%
CMYK0.00%12.33%0.00%
71.37%

Color #494049 in popluar number systems.

HEX494049
Decimal736473
Binary100100110000001001001
Octal111100111

Shades and tints

Shades of #494049

#494049
(73,64,73)
#433B43
(67,59,67)
#3D363D
(61,54,61)
#373137
(55,49,55)
#312C31
(49,44,49)
#2B272B
(43,39,43)
#252225
(37,34,37)
#1F1D1F
(31,29,31)
#191819
(25,24,25)
#131313
(19,19,19)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #494049

#494049
(73,64,73)
#595159
(89,81,89)
#696269
(105,98,105)
#797379
(121,115,121)
#898489
(137,132,137)
#999599
(153,149,153)
#A9A6A9
(169,166,169)
#B9B7B9
(185,183,185)
#C9C8C9
(201,200,201)
#D9D9D9
(217,217,217)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494049 color. Also use rgb(73,64,73) instead hex code.

Text Font Color

.myTextColor { color: #494049; }

<p style="color:#494049">This sample text font color is #494049.</p>

This text font color is #494049.


Background Color

.myBgColor { background-color: #494049; }

<div style="background-color:#494049">Inner text</div>

This div background color is #494049.


Border color

.myBorderColor { border: 1px solid #494049; }

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

This div border color is #494049.


Opacity

.myOpacity80 { color: #494049; opacity: 0.8; }

<p style="color:#494049;opacity:0.8;">80%</p>

Text with #494049 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #494049;}

<p style="text-shadow: 3px 3px 1px #494049">Text here.</p>

This text has shadow with #494049 color.

.textShadow {text-shadow: 3px 3px 1px #494049, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #494049, 5px 5px 20px red">Text here.</p>

This text has shadow with #494049 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494049, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#494049, Direction=45, Strength=4)">Text</p>

This text has shadow with #494049 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #494049;
  -webkit-box-shadow:	1px 1px 3px 2px #494049;
  box-shadow:		1px 1px 3px 2px #494049;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494049;
-webkit-box-shadow: 1px 1px 3px 2px #494049;
box-shadow:1px 1px 3px 2px #494049;">
Div content here</div>
This div box has shadow with color #494049.

Preview

Color preview on black background

This text has color #494049 on black background.


Color preview on white background

This text has color #494049 on white background.



Black color preview on #494049 background

This text has black color on #494049 background.


White color preview on #494049 background

This text has white color on #494049 background.