COLOR #494A4D

HEX: #494A4D
RGB: (73,74,77)

Color info

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

RGB color model

#494A4D color RGB value is (73,74,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 77 of 255 = 30%

73
74
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 77 = 224 (100%)
R 73 of 224 ~ 32.59%
G 74 of 224 ~ 33.04%
B 77 of 224 ~ 34.38%

%32.59
%33.04
%34.38

CMYK color model

#494A4D color CMYK value is (5,4,0,70).

  • cyan value is 5.19%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,4,0,70)
C5M4Y0K70 
(5%,4%,0%,70%)
(0.05/0.04/0.00/0.70)	

CMYK percentages

%5.19
%3.9
%0
%69.8

Codes

Color #494A4D in popluar color models

494A4D
RGB737477
HSL225°2.67%29.41%
HSB/HSV225°5.19%30.20%
CMYK5.19%3.90%0.00%
69.80%

Color #494A4D in popluar number systems.

HEX494A4D
Decimal737477
Binary100100110010101001101
Octal111112115

Shades and tints

Shades of #494A4D

#494A4D
(73,74,77)
#434446
(67,68,70)
#3D3E3F
(61,62,63)
#373838
(55,56,56)
#313231
(49,50,49)
#2B2C2A
(43,44,42)
#252623
(37,38,35)
#1F201C
(31,32,28)
#191A15
(25,26,21)
#13140E
(19,20,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #494A4D

#494A4D
(73,74,77)
#595A5D
(89,90,93)
#696A6D
(105,106,109)
#797A7D
(121,122,125)
#898A8D
(137,138,141)
#999A9D
(153,154,157)
#A9AAAD
(169,170,173)
#B9BABD
(185,186,189)
#C9CACD
(201,202,205)
#D9DADD
(217,218,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A4D; }

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

This text font color is #494A4D.


Background Color

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

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

This div background color is #494A4D.


Border color

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

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

This div border color is #494A4D.


Opacity

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

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

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

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

This text has shadow with #494A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A4D on black background.


Color preview on white background

This text has color #494A4D on white background.



Black color preview on #494A4D background

This text has black color on #494A4D background.


White color preview on #494A4D background

This text has white color on #494A4D background.