COLOR #49395E

HEX: #49395E
RGB: (73,57,94)

Color info

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

RGB color model

#49395E color RGB value is (73,57,94).

  • red value is 73;
  • green value is 57;
  • blue value is 94.
RGB:
(73,57,94)
(29%,22%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 57 of 255 = 22%
B 94 of 255 = 37%

73
57
94

R + G + B ~ 29%. #49395E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 57 + 94 = 224 (100%)
R 73 of 224 ~ 32.59%
G 57 of 224 ~ 25.45%
B 94 of 224 ~ 41.96%

%32.59
%25.45
%41.96

CMYK color model

#49395E color CMYK value is (22,39,0,63).

  • cyan value is 22.34%
  • magenta value is 39.36%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(22,39,0,63)
C22M39Y0K63 
(22%,39%,0%,63%)
(0.22/0.39/0.00/0.63)	

CMYK percentages

%22.34
%39.36
%0
%63.14

Codes

Color #49395E in popluar color models

49395E
RGB735794
HSL266°24.50%29.61%
HSB/HSV266°39.36%36.86%
CMYK22.34%39.36%0.00%
63.14%

Color #49395E in popluar number systems.

HEX49395E
Decimal735794
Binary10010011110011011110
Octal11171136

Shades and tints

Shades of #49395E

#49395E
(73,57,94)
#433456
(67,52,86)
#3D2F4E
(61,47,78)
#372A46
(55,42,70)
#31253E
(49,37,62)
#2B2036
(43,32,54)
#251B2E
(37,27,46)
#1F1626
(31,22,38)
#19111E
(25,17,30)
#130C16
(19,12,22)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #49395E

#49395E
(73,57,94)
#594B6C
(89,75,108)
#695D7A
(105,93,122)
#796F88
(121,111,136)
#898196
(137,129,150)
#9993A4
(153,147,164)
#A9A5B2
(169,165,178)
#B9B7C0
(185,183,192)
#C9C9CE
(201,201,206)
#D9DBDC
(217,219,220)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49395E color. Also use rgb(73,57,94) instead hex code.

Text Font Color

.myTextColor { color: #49395E; }

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

This text font color is #49395E.


Background Color

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

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

This div background color is #49395E.


Border color

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

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

This div border color is #49395E.


Opacity

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

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

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

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

This text has shadow with #49395E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49395E on black background.


Color preview on white background

This text has color #49395E on white background.



Black color preview on #49395E background

This text has black color on #49395E background.


White color preview on #49395E background

This text has white color on #49395E background.