COLOR #49586B

HEX: #49586B
RGB: (73,88,107)

Color info

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

RGB color model

#49586B color RGB value is (73,88,107).

  • red value is 73;
  • green value is 88;
  • blue value is 107.
RGB:
(73,88,107)
(29%,35%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 107 of 255 = 42%

73
88
107

R + G + B ~ 35%. #49586B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 107 = 268 (100%)
R 73 of 268 ~ 27.24%
G 88 of 268 ~ 32.84%
B 107 of 268 ~ 39.93%

%27.24
%32.84
%39.93

CMYK color model

#49586B color CMYK value is (32,18,0,58).

  • cyan value is 31.78%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,18,0,58)
C32M18Y0K58 
(32%,18%,0%,58%)
(0.32/0.18/0.00/0.58)	

CMYK percentages

%31.78
%17.76
%0
%58.04

Codes

Color #49586B in popluar color models

49586B
RGB7388107
HSL214°18.89%35.29%
HSB/HSV214°31.78%41.96%
CMYK31.78%17.76%0.00%
58.04%

Color #49586B in popluar number systems.

HEX49586B
Decimal7388107
Binary100100110110001101011
Octal111130153

Shades and tints

Shades of #49586B

#49586B
(73,88,107)
#435062
(67,80,98)
#3D4859
(61,72,89)
#374050
(55,64,80)
#313847
(49,56,71)
#2B303E
(43,48,62)
#252835
(37,40,53)
#1F202C
(31,32,44)
#191823
(25,24,35)
#13101A
(19,16,26)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #49586B

#49586B
(73,88,107)
#596778
(89,103,120)
#697685
(105,118,133)
#798592
(121,133,146)
#89949F
(137,148,159)
#99A3AC
(153,163,172)
#A9B2B9
(169,178,185)
#B9C1C6
(185,193,198)
#C9D0D3
(201,208,211)
#D9DFE0
(217,223,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49586B color. Also use rgb(73,88,107) instead hex code.

Text Font Color

.myTextColor { color: #49586B; }

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

This text font color is #49586B.


Background Color

.myBgColor { background-color: #49586B; }

<div style="background-color:#49586B">Inner text</div>

This div background color is #49586B.


Border color

.myBorderColor { border: 1px solid #49586B; }

<div style="border:3px solid #49586B">Div</div>

This div border color is #49586B.


Opacity

.myOpacity80 { color: #49586B; opacity: 0.8; }

<p style="color:#49586B;opacity:0.8;">80%</p>

Text with #49586B 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 #49586B;}

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

This text has shadow with #49586B color.

.textShadow {text-shadow: 3px 3px 1px #49586B, 3px 3px 1px red;}

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

This text has shadow with #49586B primary color and red secondary color.


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

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

This text has shadow with #49586B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49586B on black background.


Color preview on white background

This text has color #49586B on white background.



Black color preview on #49586B background

This text has black color on #49586B background.


White color preview on #49586B background

This text has white color on #49586B background.