COLOR #49474E

HEX: #49474E
RGB: (73,71,78)

Color info

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

RGB color model

#49474E color RGB value is (73,71,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 78 of 255 = 31%

73
71
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 78 = 222 (100%)
R 73 of 222 ~ 32.88%
G 71 of 222 ~ 31.98%
B 78 of 222 ~ 35.14%

%32.88
%31.98
%35.14

CMYK color model

#49474E color CMYK value is (6,9,0,69).

  • cyan value is 6.41%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,9,0,69)
C6M9Y0K69 
(6%,9%,0%,69%)
(0.06/0.09/0.00/0.69)	

CMYK percentages

%6.41
%8.97
%0
%69.41

Codes

Color #49474E in popluar color models

49474E
RGB737178
HSL257°4.70%29.22%
HSB/HSV257°8.97%30.59%
CMYK6.41%8.97%0.00%
69.41%

Color #49474E in popluar number systems.

HEX49474E
Decimal737178
Binary100100110001111001110
Octal111107116

Shades and tints

Shades of #49474E

#49474E
(73,71,78)
#434147
(67,65,71)
#3D3B40
(61,59,64)
#373539
(55,53,57)
#312F32
(49,47,50)
#2B292B
(43,41,43)
#252324
(37,35,36)
#1F1D1D
(31,29,29)
#191716
(25,23,22)
#13110F
(19,17,15)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #49474E

#49474E
(73,71,78)
#59575E
(89,87,94)
#69676E
(105,103,110)
#79777E
(121,119,126)
#89878E
(137,135,142)
#99979E
(153,151,158)
#A9A7AE
(169,167,174)
#B9B7BE
(185,183,190)
#C9C7CE
(201,199,206)
#D9D7DE
(217,215,222)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49474E; }

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

This text font color is #49474E.


Background Color

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

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

This div background color is #49474E.


Border color

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

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

This div border color is #49474E.


Opacity

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

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

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

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

This text has shadow with #49474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49474E on black background.


Color preview on white background

This text has color #49474E on white background.



Black color preview on #49474E background

This text has black color on #49474E background.


White color preview on #49474E background

This text has white color on #49474E background.