COLOR #49414E

HEX: #49414E
RGB: (73,65,78)

Color info

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

RGB color model

#49414E color RGB value is (73,65,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 78 of 255 = 31%

73
65
78

R + G + B ~ 28%. #49414E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 78 = 216 (100%)
R 73 of 216 ~ 33.8%
G 65 of 216 ~ 30.09%
B 78 of 216 ~ 36.11%

%33.8
%30.09
%36.11

CMYK color model

#49414E color CMYK value is (6,17,0,69).

  • cyan value is 6.41%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,17,0,69)
C6M17Y0K69 
(6%,17%,0%,69%)
(0.06/0.17/0.00/0.69)	

CMYK percentages

%6.41
%16.67
%0
%69.41

Codes

Color #49414E in popluar color models

49414E
RGB736578
HSL277°9.09%28.04%
HSB/HSV277°16.67%30.59%
CMYK6.41%16.67%0.00%
69.41%

Color #49414E in popluar number systems.

HEX49414E
Decimal736578
Binary100100110000011001110
Octal111101116

Shades and tints

Shades of #49414E

#49414E
(73,65,78)
#433C47
(67,60,71)
#3D3740
(61,55,64)
#373239
(55,50,57)
#312D32
(49,45,50)
#2B282B
(43,40,43)
#252324
(37,35,36)
#1F1E1D
(31,30,29)
#191916
(25,25,22)
#13140F
(19,20,15)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #49414E

#49414E
(73,65,78)
#59525E
(89,82,94)
#69636E
(105,99,110)
#79747E
(121,116,126)
#89858E
(137,133,142)
#99969E
(153,150,158)
#A9A7AE
(169,167,174)
#B9B8BE
(185,184,190)
#C9C9CE
(201,201,206)
#D9DADE
(217,218,222)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49414E; }

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

This text font color is #49414E.


Background Color

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

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

This div background color is #49414E.


Border color

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

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

This div border color is #49414E.


Opacity

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

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

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

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

This text has shadow with #49414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49414E on black background.


Color preview on white background

This text has color #49414E on white background.



Black color preview on #49414E background

This text has black color on #49414E background.


White color preview on #49414E background

This text has white color on #49414E background.