COLOR #49556C

HEX: #49556C
RGB: (73,85,108)

Color info

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

RGB color model

#49556C color RGB value is (73,85,108).

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

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 108 of 255 = 42%

73
85
108

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

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 108 = 266 (100%)
R 73 of 266 ~ 27.44%
G 85 of 266 ~ 31.95%
B 108 of 266 ~ 40.6%

%27.44
%31.95
%40.6

CMYK color model

#49556C color CMYK value is (32,21,0,58).

  • cyan value is 32.41%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,21,0,58)
C32M21Y0K58 
(32%,21%,0%,58%)
(0.32/0.21/0.00/0.58)	

CMYK percentages

%32.41
%21.3
%0
%57.65

Codes

Color #49556C in popluar color models

49556C
RGB7385108
HSL219°19.34%35.49%
HSB/HSV219°32.41%42.35%
CMYK32.41%21.30%0.00%
57.65%

Color #49556C in popluar number systems.

HEX49556C
Decimal7385108
Binary100100110101011101100
Octal111125154

Shades and tints

Shades of #49556C

#49556C
(73,85,108)
#434E63
(67,78,99)
#3D475A
(61,71,90)
#374051
(55,64,81)
#313948
(49,57,72)
#2B323F
(43,50,63)
#252B36
(37,43,54)
#1F242D
(31,36,45)
#191D24
(25,29,36)
#13161B
(19,22,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #49556C

#49556C
(73,85,108)
#596479
(89,100,121)
#697386
(105,115,134)
#798293
(121,130,147)
#8991A0
(137,145,160)
#99A0AD
(153,160,173)
#A9AFBA
(169,175,186)
#B9BEC7
(185,190,199)
#C9CDD4
(201,205,212)
#D9DCE1
(217,220,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49556C; }

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

This text font color is #49556C.


Background Color

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

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

This div background color is #49556C.


Border color

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

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

This div border color is #49556C.


Opacity

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

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

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

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

This text has shadow with #49556C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49556C on black background.


Color preview on white background

This text has color #49556C on white background.



Black color preview on #49556C background

This text has black color on #49556C background.


White color preview on #49556C background

This text has white color on #49556C background.