COLOR #49224E

HEX: #49224E
RGB: (73,34,78)

Color info

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

RGB color model

#49224E color RGB value is (73,34,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 78 of 255 = 31%

73
34
78

R + G + B ~ 24%. #49224E is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 78 = 185 (100%)
R 73 of 185 ~ 39.46%
G 34 of 185 ~ 18.38%
B 78 of 185 ~ 42.16%

%39.46
%18.38
%42.16

CMYK color model

#49224E color CMYK value is (6,56,0,69).

  • cyan value is 6.41%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,56,0,69)
C6M56Y0K69 
(6%,56%,0%,69%)
(0.06/0.56/0.00/0.69)	

CMYK percentages

%6.41
%56.41
%0
%69.41

Codes

Color #49224E in popluar color models

49224E
RGB733478
HSL293°39.29%21.96%
HSB/HSV293°56.41%30.59%
CMYK6.41%56.41%0.00%
69.41%

Color #49224E in popluar number systems.

HEX49224E
Decimal733478
Binary10010011000101001110
Octal11142116

Shades and tints

Shades of #49224E

#49224E
(73,34,78)
#431F47
(67,31,71)
#3D1C40
(61,28,64)
#371939
(55,25,57)
#311632
(49,22,50)
#2B132B
(43,19,43)
#251024
(37,16,36)
#1F0D1D
(31,13,29)
#190A16
(25,10,22)
#13070F
(19,7,15)
#0D0408
(13,4,8)
#000000
(0,0,0)

Tints of #49224E

#49224E
(73,34,78)
#59365E
(89,54,94)
#694A6E
(105,74,110)
#795E7E
(121,94,126)
#89728E
(137,114,142)
#99869E
(153,134,158)
#A99AAE
(169,154,174)
#B9AEBE
(185,174,190)
#C9C2CE
(201,194,206)
#D9D6DE
(217,214,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49224E; }

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

This text font color is #49224E.


Background Color

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

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

This div background color is #49224E.


Border color

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

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

This div border color is #49224E.


Opacity

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

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

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

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

This text has shadow with #49224E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49224E on black background.


Color preview on white background

This text has color #49224E on white background.



Black color preview on #49224E background

This text has black color on #49224E background.


White color preview on #49224E background

This text has white color on #49224E background.