COLOR #49547F

HEX: #49547F
RGB: (73,84,127)

Color info

#49547F contains red, green and blue colors in about the same proportion. Web safe color of #49547F is #336666 (or #366).

RGB color model

#49547F color RGB value is (73,84,127).

  • red value is 73;
  • green value is 84;
  • blue value is 127.
RGB:
(73,84,127)
(29%,33%,50%)

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 127 of 255 = 50%

73
84
127

R + G + B ~ 37%. #49547F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 127 = 284 (100%)
R 73 of 284 ~ 25.7%
G 84 of 284 ~ 29.58%
B 127 of 284 ~ 44.72%

%25.7
%29.58
%44.72

CMYK color model

#49547F color CMYK value is (43,34,0,50).

  • cyan value is 42.52%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,34,0,50)
C43M34Y0K50 
(43%,34%,0%,50%)
(0.43/0.34/0.00/0.50)	

CMYK percentages

%42.52
%33.86
%0
%50.2

Codes

Color #49547F in popluar color models

49547F
RGB7384127
HSL228°27.00%39.22%
HSB/HSV228°42.52%49.80%
CMYK42.52%33.86%0.00%
50.20%

Color #49547F in popluar number systems.

HEX49547F
Decimal7384127
Binary100100110101001111111
Octal111124177

Shades and tints

Shades of #49547F

#49547F
(73,84,127)
#434D74
(67,77,116)
#3D4669
(61,70,105)
#373F5E
(55,63,94)
#313853
(49,56,83)
#2B3148
(43,49,72)
#252A3D
(37,42,61)
#1F2332
(31,35,50)
#191C27
(25,28,39)
#13151C
(19,21,28)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #49547F

#49547F
(73,84,127)
#59638A
(89,99,138)
#697295
(105,114,149)
#7981A0
(121,129,160)
#8990AB
(137,144,171)
#999FB6
(153,159,182)
#A9AEC1
(169,174,193)
#B9BDCC
(185,189,204)
#C9CCD7
(201,204,215)
#D9DBE2
(217,219,226)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49547F color. Also use rgb(73,84,127) instead hex code.

Text Font Color

.myTextColor { color: #49547F; }

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

This text font color is #49547F.


Background Color

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

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

This div background color is #49547F.


Border color

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

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

This div border color is #49547F.


Opacity

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

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

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

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

This text has shadow with #49547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49547F on black background.


Color preview on white background

This text has color #49547F on white background.



Black color preview on #49547F background

This text has black color on #49547F background.


White color preview on #49547F background

This text has white color on #49547F background.