COLOR #49335F

HEX: #49335F
RGB: (73,51,95)

Color info

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

RGB color model

#49335F color RGB value is (73,51,95).

  • red value is 73;
  • green value is 51;
  • blue value is 95.
RGB:
(73,51,95)
(29%,20%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 95 of 255 = 37%

73
51
95

R + G + B ~ 29%. #49335F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 95 = 219 (100%)
R 73 of 219 ~ 33.33%
G 51 of 219 ~ 23.29%
B 95 of 219 ~ 43.38%

%33.33
%23.29
%43.38

CMYK color model

#49335F color CMYK value is (23,46,0,63).

  • cyan value is 23.16%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,46,0,63)
C23M46Y0K63 
(23%,46%,0%,63%)
(0.23/0.46/0.00/0.63)	

CMYK percentages

%23.16
%46.32
%0
%62.75

Codes

Color #49335F in popluar color models

49335F
RGB735195
HSL270°30.14%28.63%
HSB/HSV270°46.32%37.25%
CMYK23.16%46.32%0.00%
62.75%

Color #49335F in popluar number systems.

HEX49335F
Decimal735195
Binary10010011100111011111
Octal11163137

Shades and tints

Shades of #49335F

#49335F
(73,51,95)
#432F57
(67,47,87)
#3D2B4F
(61,43,79)
#372747
(55,39,71)
#31233F
(49,35,63)
#2B1F37
(43,31,55)
#251B2F
(37,27,47)
#1F1727
(31,23,39)
#19131F
(25,19,31)
#130F17
(19,15,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #49335F

#49335F
(73,51,95)
#59456D
(89,69,109)
#69577B
(105,87,123)
#796989
(121,105,137)
#897B97
(137,123,151)
#998DA5
(153,141,165)
#A99FB3
(169,159,179)
#B9B1C1
(185,177,193)
#C9C3CF
(201,195,207)
#D9D5DD
(217,213,221)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49335F color. Also use rgb(73,51,95) instead hex code.

Text Font Color

.myTextColor { color: #49335F; }

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

This text font color is #49335F.


Background Color

.myBgColor { background-color: #49335F; }

<div style="background-color:#49335F">Inner text</div>

This div background color is #49335F.


Border color

.myBorderColor { border: 1px solid #49335F; }

<div style="border:3px solid #49335F">Div</div>

This div border color is #49335F.


Opacity

.myOpacity80 { color: #49335F; opacity: 0.8; }

<p style="color:#49335F;opacity:0.8;">80%</p>

Text with #49335F 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 #49335F;}

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

This text has shadow with #49335F color.

.textShadow {text-shadow: 3px 3px 1px #49335F, 3px 3px 1px red;}

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

This text has shadow with #49335F primary color and red secondary color.


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

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

This text has shadow with #49335F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49335F on black background.


Color preview on white background

This text has color #49335F on white background.



Black color preview on #49335F background

This text has black color on #49335F background.


White color preview on #49335F background

This text has white color on #49335F background.