COLOR #49314E

HEX: #49314E
RGB: (73,49,78)

Color info

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

RGB color model

#49314E color RGB value is (73,49,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 78 of 255 = 31%

73
49
78

R + G + B ~ 26%. #49314E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 78 = 200 (100%)
R 73 of 200 ~ 36.5%
G 49 of 200 ~ 24.5%
B 78 of 200 ~ 39%

%36.5
%24.5
%39

CMYK color model

#49314E color CMYK value is (6,37,0,69).

  • cyan value is 6.41%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,37,0,69)
C6M37Y0K69 
(6%,37%,0%,69%)
(0.06/0.37/0.00/0.69)	

CMYK percentages

%6.41
%37.18
%0
%69.41

Codes

Color #49314E in popluar color models

49314E
RGB734978
HSL290°22.83%24.90%
HSB/HSV290°37.18%30.59%
CMYK6.41%37.18%0.00%
69.41%

Color #49314E in popluar number systems.

HEX49314E
Decimal734978
Binary10010011100011001110
Octal11161116

Shades and tints

Shades of #49314E

#49314E
(73,49,78)
#432D47
(67,45,71)
#3D2940
(61,41,64)
#372539
(55,37,57)
#312132
(49,33,50)
#2B1D2B
(43,29,43)
#251924
(37,25,36)
#1F151D
(31,21,29)
#191116
(25,17,22)
#130D0F
(19,13,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #49314E

#49314E
(73,49,78)
#59435E
(89,67,94)
#69556E
(105,85,110)
#79677E
(121,103,126)
#89798E
(137,121,142)
#998B9E
(153,139,158)
#A99DAE
(169,157,174)
#B9AFBE
(185,175,190)
#C9C1CE
(201,193,206)
#D9D3DE
(217,211,222)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49314E; }

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

This text font color is #49314E.


Background Color

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

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

This div background color is #49314E.


Border color

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

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

This div border color is #49314E.


Opacity

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

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

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

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

This text has shadow with #49314E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49314E on black background.


Color preview on white background

This text has color #49314E on white background.



Black color preview on #49314E background

This text has black color on #49314E background.


White color preview on #49314E background

This text has white color on #49314E background.