COLOR #49485E

HEX: #49485E
RGB: (73,72,94)

Color info

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

RGB color model

#49485E color RGB value is (73,72,94).

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

RGB channels and saturation

R 73 of 255 = 29%
G 72 of 255 = 28%
B 94 of 255 = 37%

73
72
94

R + G + B ~ 31%. #49485E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 94 = 239 (100%)
R 73 of 239 ~ 30.54%
G 72 of 239 ~ 30.13%
B 94 of 239 ~ 39.33%

%30.54
%30.13
%39.33

CMYK color model

#49485E color CMYK value is (22,23,0,63).

  • cyan value is 22.34%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(22,23,0,63)
C22M23Y0K63 
(22%,23%,0%,63%)
(0.22/0.23/0.00/0.63)	

CMYK percentages

%22.34
%23.4
%0
%63.14

Codes

Color #49485E in popluar color models

49485E
RGB737294
HSL243°13.25%32.55%
HSB/HSV243°23.40%36.86%
CMYK22.34%23.40%0.00%
63.14%

Color #49485E in popluar number systems.

HEX49485E
Decimal737294
Binary100100110010001011110
Octal111110136

Shades and tints

Shades of #49485E

#49485E
(73,72,94)
#434256
(67,66,86)
#3D3C4E
(61,60,78)
#373646
(55,54,70)
#31303E
(49,48,62)
#2B2A36
(43,42,54)
#25242E
(37,36,46)
#1F1E26
(31,30,38)
#19181E
(25,24,30)
#131216
(19,18,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #49485E

#49485E
(73,72,94)
#59586C
(89,88,108)
#69687A
(105,104,122)
#797888
(121,120,136)
#898896
(137,136,150)
#9998A4
(153,152,164)
#A9A8B2
(169,168,178)
#B9B8C0
(185,184,192)
#C9C8CE
(201,200,206)
#D9D8DC
(217,216,220)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49485E; }

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

This text font color is #49485E.


Background Color

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

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

This div background color is #49485E.


Border color

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

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

This div border color is #49485E.


Opacity

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

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

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

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

This text has shadow with #49485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49485E on black background.


Color preview on white background

This text has color #49485E on white background.



Black color preview on #49485E background

This text has black color on #49485E background.


White color preview on #49485E background

This text has white color on #49485E background.