COLOR #494B4D

HEX: #494B4D
RGB: (73,75,77)

Color info

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

RGB color model

#494B4D color RGB value is (73,75,77).

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

RGB channels and saturation

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

73
75
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 75 + 77 = 225 (100%)
R 73 of 225 ~ 32.44%
G 75 of 225 ~ 33.33%
B 77 of 225 ~ 34.22%

%32.44
%33.33
%34.22

CMYK color model

#494B4D color CMYK value is (5,3,0,70).

  • cyan value is 5.19%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,3,0,70)
C5M3Y0K70 
(5%,3%,0%,70%)
(0.05/0.03/0.00/0.70)	

CMYK percentages

%5.19
%2.6
%0
%69.8

Codes

Color #494B4D in popluar color models

494B4D
RGB737577
HSL210°2.67%29.41%
HSB/HSV210°5.19%30.20%
CMYK5.19%2.60%0.00%
69.80%

Color #494B4D in popluar number systems.

HEX494B4D
Decimal737577
Binary100100110010111001101
Octal111113115

Shades and tints

Shades of #494B4D

#494B4D
(73,75,77)
#434546
(67,69,70)
#3D3F3F
(61,63,63)
#373938
(55,57,56)
#313331
(49,51,49)
#2B2D2A
(43,45,42)
#252723
(37,39,35)
#1F211C
(31,33,28)
#191B15
(25,27,21)
#13150E
(19,21,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #494B4D

#494B4D
(73,75,77)
#595B5D
(89,91,93)
#696B6D
(105,107,109)
#797B7D
(121,123,125)
#898B8D
(137,139,141)
#999B9D
(153,155,157)
#A9ABAD
(169,171,173)
#B9BBBD
(185,187,189)
#C9CBCD
(201,203,205)
#D9DBDD
(217,219,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494B4D; }

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

This text font color is #494B4D.


Background Color

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

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

This div background color is #494B4D.


Border color

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

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

This div border color is #494B4D.


Opacity

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

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

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

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

This text has shadow with #494B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494B4D on black background.


Color preview on white background

This text has color #494B4D on white background.



Black color preview on #494B4D background

This text has black color on #494B4D background.


White color preview on #494B4D background

This text has white color on #494B4D background.