COLOR #49484E

HEX: #49484E
RGB: (73,72,78)

Color info

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

RGB color model

#49484E color RGB value is (73,72,78).

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

RGB channels and saturation

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

73
72
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 78 = 223 (100%)
R 73 of 223 ~ 32.74%
G 72 of 223 ~ 32.29%
B 78 of 223 ~ 34.98%

%32.74
%32.29
%34.98

CMYK color model

#49484E color CMYK value is (6,8,0,69).

  • cyan value is 6.41%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,8,0,69)
C6M8Y0K69 
(6%,8%,0%,69%)
(0.06/0.08/0.00/0.69)	

CMYK percentages

%6.41
%7.69
%0
%69.41

Codes

Color #49484E in popluar color models

49484E
RGB737278
HSL250°4.00%29.41%
HSB/HSV250°7.69%30.59%
CMYK6.41%7.69%0.00%
69.41%

Color #49484E in popluar number systems.

HEX49484E
Decimal737278
Binary100100110010001001110
Octal111110116

Shades and tints

Shades of #49484E

#49484E
(73,72,78)
#434247
(67,66,71)
#3D3C40
(61,60,64)
#373639
(55,54,57)
#313032
(49,48,50)
#2B2A2B
(43,42,43)
#252424
(37,36,36)
#1F1E1D
(31,30,29)
#191816
(25,24,22)
#13120F
(19,18,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #49484E

#49484E
(73,72,78)
#59585E
(89,88,94)
#69686E
(105,104,110)
#79787E
(121,120,126)
#89888E
(137,136,142)
#99989E
(153,152,158)
#A9A8AE
(169,168,174)
#B9B8BE
(185,184,190)
#C9C8CE
(201,200,206)
#D9D8DE
(217,216,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49484E; }

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

This text font color is #49484E.


Background Color

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

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

This div background color is #49484E.


Border color

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

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

This div border color is #49484E.


Opacity

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

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

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

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

This text has shadow with #49484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49484E on black background.


Color preview on white background

This text has color #49484E on white background.



Black color preview on #49484E background

This text has black color on #49484E background.


White color preview on #49484E background

This text has white color on #49484E background.