COLOR #49214C

HEX: #49214C
RGB: (73,33,76)

Color info

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

RGB color model

#49214C color RGB value is (73,33,76).

  • red value is 73;
  • green value is 33;
  • blue value is 76.
RGB:
(73,33,76)
(29%,13%,30%)

RGB channels and saturation

R 73 of 255 = 29%
G 33 of 255 = 13%
B 76 of 255 = 30%

73
33
76

R + G + B ~ 24%. #49214C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 76 = 182 (100%)
R 73 of 182 ~ 40.11%
G 33 of 182 ~ 18.13%
B 76 of 182 ~ 41.76%

%40.11
%18.13
%41.76

CMYK color model

#49214C color CMYK value is (4,57,0,70).

  • cyan value is 3.95%
  • magenta value is 56.58%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(4,57,0,70)
C4M57Y0K70 
(4%,57%,0%,70%)
(0.04/0.57/0.00/0.70)	

CMYK percentages

%3.95
%56.58
%0
%70.2

Codes

Color #49214C in popluar color models

49214C
RGB733376
HSL296°39.45%21.37%
HSB/HSV296°56.58%29.80%
CMYK3.95%56.58%0.00%
70.20%

Color #49214C in popluar number systems.

HEX49214C
Decimal733376
Binary10010011000011001100
Octal11141114

Shades and tints

Shades of #49214C

#49214C
(73,33,76)
#431E46
(67,30,70)
#3D1B40
(61,27,64)
#37183A
(55,24,58)
#311534
(49,21,52)
#2B122E
(43,18,46)
#250F28
(37,15,40)
#1F0C22
(31,12,34)
#19091C
(25,9,28)
#130616
(19,6,22)
#0D0310
(13,3,16)
#000000
(0,0,0)

Tints of #49214C

#49214C
(73,33,76)
#59355C
(89,53,92)
#69496C
(105,73,108)
#795D7C
(121,93,124)
#89718C
(137,113,140)
#99859C
(153,133,156)
#A999AC
(169,153,172)
#B9ADBC
(185,173,188)
#C9C1CC
(201,193,204)
#D9D5DC
(217,213,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49214C color. Also use rgb(73,33,76) instead hex code.

Text Font Color

.myTextColor { color: #49214C; }

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

This text font color is #49214C.


Background Color

.myBgColor { background-color: #49214C; }

<div style="background-color:#49214C">Inner text</div>

This div background color is #49214C.


Border color

.myBorderColor { border: 1px solid #49214C; }

<div style="border:3px solid #49214C">Div</div>

This div border color is #49214C.


Opacity

.myOpacity80 { color: #49214C; opacity: 0.8; }

<p style="color:#49214C;opacity:0.8;">80%</p>

Text with #49214C 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 #49214C;}

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

This text has shadow with #49214C color.

.textShadow {text-shadow: 3px 3px 1px #49214C, 3px 3px 1px red;}

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

This text has shadow with #49214C primary color and red secondary color.


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

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

This text has shadow with #49214C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49214C on black background.


Color preview on white background

This text has color #49214C on white background.



Black color preview on #49214C background

This text has black color on #49214C background.


White color preview on #49214C background

This text has white color on #49214C background.