COLOR #49355C

HEX: #49355C
RGB: (73,53,92)

Color info

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

RGB color model

#49355C color RGB value is (73,53,92).

  • red value is 73;
  • green value is 53;
  • blue value is 92.
RGB:
(73,53,92)
(29%,21%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 92 of 255 = 36%

73
53
92

R + G + B ~ 29%. #49355C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 92 = 218 (100%)
R 73 of 218 ~ 33.49%
G 53 of 218 ~ 24.31%
B 92 of 218 ~ 42.2%

%33.49
%24.31
%42.2

CMYK color model

#49355C color CMYK value is (21,42,0,64).

  • cyan value is 20.65%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(21,42,0,64)
C21M42Y0K64 
(21%,42%,0%,64%)
(0.21/0.42/0.00/0.64)	

CMYK percentages

%20.65
%42.39
%0
%63.92

Codes

Color #49355C in popluar color models

49355C
RGB735392
HSL271°26.90%28.43%
HSB/HSV271°42.39%36.08%
CMYK20.65%42.39%0.00%
63.92%

Color #49355C in popluar number systems.

HEX49355C
Decimal735392
Binary10010011101011011100
Octal11165134

Shades and tints

Shades of #49355C

#49355C
(73,53,92)
#433154
(67,49,84)
#3D2D4C
(61,45,76)
#372944
(55,41,68)
#31253C
(49,37,60)
#2B2134
(43,33,52)
#251D2C
(37,29,44)
#1F1924
(31,25,36)
#19151C
(25,21,28)
#131114
(19,17,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #49355C

#49355C
(73,53,92)
#59476A
(89,71,106)
#695978
(105,89,120)
#796B86
(121,107,134)
#897D94
(137,125,148)
#998FA2
(153,143,162)
#A9A1B0
(169,161,176)
#B9B3BE
(185,179,190)
#C9C5CC
(201,197,204)
#D9D7DA
(217,215,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49355C color. Also use rgb(73,53,92) instead hex code.

Text Font Color

.myTextColor { color: #49355C; }

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

This text font color is #49355C.


Background Color

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

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

This div background color is #49355C.


Border color

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

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

This div border color is #49355C.


Opacity

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

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

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

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

This text has shadow with #49355C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49355C on black background.


Color preview on white background

This text has color #49355C on white background.



Black color preview on #49355C background

This text has black color on #49355C background.


White color preview on #49355C background

This text has white color on #49355C background.