COLOR #49474D

HEX: #49474D
RGB: (73,71,77)

Color info

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

RGB color model

#49474D color RGB value is (73,71,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 77 of 255 = 30%

73
71
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 77 = 221 (100%)
R 73 of 221 ~ 33.03%
G 71 of 221 ~ 32.13%
B 77 of 221 ~ 34.84%

%33.03
%32.13
%34.84

CMYK color model

#49474D color CMYK value is (5,8,0,70).

  • cyan value is 5.19%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,8,0,70)
C5M8Y0K70 
(5%,8%,0%,70%)
(0.05/0.08/0.00/0.70)	

CMYK percentages

%5.19
%7.79
%0
%69.8

Codes

Color #49474D in popluar color models

49474D
RGB737177
HSL260°4.05%29.02%
HSB/HSV260°7.79%30.20%
CMYK5.19%7.79%0.00%
69.80%

Color #49474D in popluar number systems.

HEX49474D
Decimal737177
Binary100100110001111001101
Octal111107115

Shades and tints

Shades of #49474D

#49474D
(73,71,77)
#434146
(67,65,70)
#3D3B3F
(61,59,63)
#373538
(55,53,56)
#312F31
(49,47,49)
#2B292A
(43,41,42)
#252323
(37,35,35)
#1F1D1C
(31,29,28)
#191715
(25,23,21)
#13110E
(19,17,14)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #49474D

#49474D
(73,71,77)
#59575D
(89,87,93)
#69676D
(105,103,109)
#79777D
(121,119,125)
#89878D
(137,135,141)
#99979D
(153,151,157)
#A9A7AD
(169,167,173)
#B9B7BD
(185,183,189)
#C9C7CD
(201,199,205)
#D9D7DD
(217,215,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49474D color. Also use rgb(73,71,77) instead hex code.

Text Font Color

.myTextColor { color: #49474D; }

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

This text font color is #49474D.


Background Color

.myBgColor { background-color: #49474D; }

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

This div background color is #49474D.


Border color

.myBorderColor { border: 1px solid #49474D; }

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

This div border color is #49474D.


Opacity

.myOpacity80 { color: #49474D; opacity: 0.8; }

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

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

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

This text has shadow with #49474D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49474D on black background.


Color preview on white background

This text has color #49474D on white background.



Black color preview on #49474D background

This text has black color on #49474D background.


White color preview on #49474D background

This text has white color on #49474D background.