COLOR #494849

HEX: #494849
RGB: (73,72,73)

Color info

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

RGB color model

#494849 color RGB value is (73,72,73).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 73 of 255 = 29%

73
72
73

R + G + B ~ 29%. #494849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 73 = 218 (100%)
R 73 of 218 ~ 33.49%
G 72 of 218 ~ 33.03%
B 73 of 218 ~ 33.49%

%33.49
%33.03
%33.49

CMYK color model

#494849 color CMYK value is (0,1,0,71).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,1,0,71)
C0M1Y0K71 
(0%,1%,0%,71%)
(0.00/0.01/0.00/0.71)	

CMYK percentages

%0
%1.37
%0
%71.37

Codes

Color #494849 in popluar color models

494849
RGB737273
HSL300°0.69%28.43%
HSB/HSV300°1.37%28.63%
CMYK0.00%1.37%0.00%
71.37%

Color #494849 in popluar number systems.

HEX494849
Decimal737273
Binary100100110010001001001
Octal111110111

Shades and tints

Shades of #494849

#494849
(73,72,73)
#434243
(67,66,67)
#3D3C3D
(61,60,61)
#373637
(55,54,55)
#313031
(49,48,49)
#2B2A2B
(43,42,43)
#252425
(37,36,37)
#1F1E1F
(31,30,31)
#191819
(25,24,25)
#131213
(19,18,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #494849

#494849
(73,72,73)
#595859
(89,88,89)
#696869
(105,104,105)
#797879
(121,120,121)
#898889
(137,136,137)
#999899
(153,152,153)
#A9A8A9
(169,168,169)
#B9B8B9
(185,184,185)
#C9C8C9
(201,200,201)
#D9D8D9
(217,216,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494849; }

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

This text font color is #494849.


Background Color

.myBgColor { background-color: #494849; }

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

This div background color is #494849.


Border color

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

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

This div border color is #494849.


Opacity

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

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

Text with #494849 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 #494849;}

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

This text has shadow with #494849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494849 on black background.


Color preview on white background

This text has color #494849 on white background.



Black color preview on #494849 background

This text has black color on #494849 background.


White color preview on #494849 background

This text has white color on #494849 background.