COLOR #49596C

HEX: #49596C
RGB: (73,89,108)

Color info

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

RGB color model

#49596C color RGB value is (73,89,108).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 108 of 255 = 42%

73
89
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 108 = 270 (100%)
R 73 of 270 ~ 27.04%
G 89 of 270 ~ 32.96%
B 108 of 270 ~ 40%

%27.04
%32.96
%40

CMYK color model

#49596C color CMYK value is (32,18,0,58).

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

CMYK percentages

%32.41
%17.59
%0
%57.65

Codes

Color #49596C in popluar color models

49596C
RGB7389108
HSL213°19.34%35.49%
HSB/HSV213°32.41%42.35%
CMYK32.41%17.59%0.00%
57.65%

Color #49596C in popluar number systems.

HEX49596C
Decimal7389108
Binary100100110110011101100
Octal111131154

Shades and tints

Shades of #49596C

#49596C
(73,89,108)
#435163
(67,81,99)
#3D495A
(61,73,90)
#374151
(55,65,81)
#313948
(49,57,72)
#2B313F
(43,49,63)
#252936
(37,41,54)
#1F212D
(31,33,45)
#191924
(25,25,36)
#13111B
(19,17,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #49596C

#49596C
(73,89,108)
#596879
(89,104,121)
#697786
(105,119,134)
#798693
(121,134,147)
#8995A0
(137,149,160)
#99A4AD
(153,164,173)
#A9B3BA
(169,179,186)
#B9C2C7
(185,194,199)
#C9D1D4
(201,209,212)
#D9E0E1
(217,224,225)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49596C color. Also use rgb(73,89,108) instead hex code.

Text Font Color

.myTextColor { color: #49596C; }

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

This text font color is #49596C.


Background Color

.myBgColor { background-color: #49596C; }

<div style="background-color:#49596C">Inner text</div>

This div background color is #49596C.


Border color

.myBorderColor { border: 1px solid #49596C; }

<div style="border:3px solid #49596C">Div</div>

This div border color is #49596C.


Opacity

.myOpacity80 { color: #49596C; opacity: 0.8; }

<p style="color:#49596C;opacity:0.8;">80%</p>

Text with #49596C 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 #49596C;}

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

This text has shadow with #49596C color.

.textShadow {text-shadow: 3px 3px 1px #49596C, 3px 3px 1px red;}

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

This text has shadow with #49596C primary color and red secondary color.


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

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

This text has shadow with #49596C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49596C on black background.


Color preview on white background

This text has color #49596C on white background.



Black color preview on #49596C background

This text has black color on #49596C background.


White color preview on #49596C background

This text has white color on #49596C background.