COLOR #49444D

HEX: #49444D
RGB: (73,68,77)

Color info

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

RGB color model

#49444D color RGB value is (73,68,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 68 of 255 = 27%
B 77 of 255 = 30%

73
68
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 68 + 77 = 218 (100%)
R 73 of 218 ~ 33.49%
G 68 of 218 ~ 31.19%
B 77 of 218 ~ 35.32%

%33.49
%31.19
%35.32

CMYK color model

#49444D color CMYK value is (5,12,0,70).

  • cyan value is 5.19%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(5,12,0,70)
C5M12Y0K70 
(5%,12%,0%,70%)
(0.05/0.12/0.00/0.70)	

CMYK percentages

%5.19
%11.69
%0
%69.8

Codes

Color #49444D in popluar color models

49444D
RGB736877
HSL273°6.21%28.43%
HSB/HSV273°11.69%30.20%
CMYK5.19%11.69%0.00%
69.80%

Color #49444D in popluar number systems.

HEX49444D
Decimal736877
Binary100100110001001001101
Octal111104115

Shades and tints

Shades of #49444D

#49444D
(73,68,77)
#433E46
(67,62,70)
#3D383F
(61,56,63)
#373238
(55,50,56)
#312C31
(49,44,49)
#2B262A
(43,38,42)
#252023
(37,32,35)
#1F1A1C
(31,26,28)
#191415
(25,20,21)
#130E0E
(19,14,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #49444D

#49444D
(73,68,77)
#59555D
(89,85,93)
#69666D
(105,102,109)
#79777D
(121,119,125)
#89888D
(137,136,141)
#99999D
(153,153,157)
#A9AAAD
(169,170,173)
#B9BBBD
(185,187,189)
#C9CCCD
(201,204,205)
#D9DDDD
(217,221,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49444D; }

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

This text font color is #49444D.


Background Color

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

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

This div background color is #49444D.


Border color

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

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

This div border color is #49444D.


Opacity

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

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

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

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

This text has shadow with #49444D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49444D on black background.


Color preview on white background

This text has color #49444D on white background.



Black color preview on #49444D background

This text has black color on #49444D background.


White color preview on #49444D background

This text has white color on #49444D background.