COLOR #494D4F

HEX: #494D4F
RGB: (73,77,79)

Color info

#494D4F contains red, green and blue colors in about the same proportion. Web safe color of #494D4F is #333366 (or #336).

RGB color model

#494D4F color RGB value is (73,77,79).

  • red value is 73;
  • green value is 77;
  • blue value is 79.
RGB: (73,77,79) (29%,30%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 77 of 255 = 30%
B 79 of 255 = 31%

73
77
79

R + G + B ~ 30%. #494D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 77 + 79 = 229 (100%)
R 73 of 229 ~ 31.88%
G 77 of 229 ~ 33.62%
B 79 of 229 ~ 34.5%

%31.88
%33.62
%34.5

CMYK color model

#494D4F color CMYK value is (8,3,0,69).

  • cyan value is 7.59%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (8,3,0,69) C8M3Y0K69 (8%,3%,0%,69%) (0.08/0.03/0.00/0.69)

CMYK percentages

%7.59
%2.53
%0
%69.02

Codes

Color #494D4F in popluar color models

494D4F
RGB737779
HSL200°3.95%29.80%
HSB/HSV200°7.59%30.98%
CMYK7.59%2.53%0.00%
69.02%

Color #494D4F in popluar number systems.

HEX494D4F
Decimal737779
Binary100100110011011001111
Octal111115117

Shades and tints

Shades of #494D4F

#494D4F
(73,77,79)
#434648
(67,70,72)
#3D3F41
(61,63,65)
#37383A
(55,56,58)
#313133
(49,49,51)
#2B2A2C
(43,42,44)
#252325
(37,35,37)
#1F1C1E
(31,28,30)
#191517
(25,21,23)
#130E10
(19,14,16)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #494D4F

#494D4F
(73,77,79)
#595D5F
(89,93,95)
#696D6F
(105,109,111)
#797D7F
(121,125,127)
#898D8F
(137,141,143)
#999D9F
(153,157,159)
#A9ADAF
(169,173,175)
#B9BDBF
(185,189,191)
#C9CDCF
(201,205,207)
#D9DDDF
(217,221,223)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494D4F color. Also use rgb(73,77,79) instead hex code.

Text Font Color

.myTextColor { color: #494D4F; }

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

This text font color is #494D4F.


Background Color

.myBgColor { background-color: #494D4F; }

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

This div background color is #494D4F.


Border color

.myBorderColor { border: 1px solid #494D4F; }

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

This div border color is #494D4F.


Opacity

.myOpacity80 { color: #494D4F; opacity: 0.8; }

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

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

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

This text has shadow with #494D4F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #494D4F on black background.


Color preview on white background

This text has color #494D4F on white background.



Black color preview on #494D4F background

This text has black color on #494D4F background.


White color preview on #494D4F background

This text has white color on #494D4F background.