COLOR #49606E

HEX: #49606E
RGB: (73,96,110)

Color info

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

RGB color model

#49606E color RGB value is (73,96,110).

  • red value is 73;
  • green value is 96;
  • blue value is 110.
RGB:
(73,96,110)
(29%,38%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 96 of 255 = 38%
B 110 of 255 = 43%

73
96
110

R + G + B ~ 37%. #49606E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 96 + 110 = 279 (100%)
R 73 of 279 ~ 26.16%
G 96 of 279 ~ 34.41%
B 110 of 279 ~ 39.43%

%26.16
%34.41
%39.43

CMYK color model

#49606E color CMYK value is (34,13,0,57).

  • cyan value is 33.64%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(34,13,0,57)
C34M13Y0K57 
(34%,13%,0%,57%)
(0.34/0.13/0.00/0.57)	

CMYK percentages

%33.64
%12.73
%0
%56.86

Codes

Color #49606E in popluar color models

49606E
RGB7396110
HSL203°20.22%35.88%
HSB/HSV203°33.64%43.14%
CMYK33.64%12.73%0.00%
56.86%

Color #49606E in popluar number systems.

HEX49606E
Decimal7396110
Binary100100111000001101110
Octal111140156

Shades and tints

Shades of #49606E

#49606E
(73,96,110)
#435864
(67,88,100)
#3D505A
(61,80,90)
#374850
(55,72,80)
#314046
(49,64,70)
#2B383C
(43,56,60)
#253032
(37,48,50)
#1F2828
(31,40,40)
#19201E
(25,32,30)
#131814
(19,24,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #49606E

#49606E
(73,96,110)
#596E7B
(89,110,123)
#697C88
(105,124,136)
#798A95
(121,138,149)
#8998A2
(137,152,162)
#99A6AF
(153,166,175)
#A9B4BC
(169,180,188)
#B9C2C9
(185,194,201)
#C9D0D6
(201,208,214)
#D9DEE3
(217,222,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49606E color. Also use rgb(73,96,110) instead hex code.

Text Font Color

.myTextColor { color: #49606E; }

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

This text font color is #49606E.


Background Color

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

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

This div background color is #49606E.


Border color

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

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

This div border color is #49606E.


Opacity

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

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

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

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

This text has shadow with #49606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49606E on black background.


Color preview on white background

This text has color #49606E on white background.



Black color preview on #49606E background

This text has black color on #49606E background.


White color preview on #49606E background

This text has white color on #49606E background.