COLOR #49506C

HEX: #49506C
RGB: (73,80,108)

Color info

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

RGB color model

#49506C color RGB value is (73,80,108).

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

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 108 of 255 = 42%

73
80
108

R + G + B ~ 34%. #49506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 108 = 261 (100%)
R 73 of 261 ~ 27.97%
G 80 of 261 ~ 30.65%
B 108 of 261 ~ 41.38%

%27.97
%30.65
%41.38

CMYK color model

#49506C color CMYK value is (32,26,0,58).

  • cyan value is 32.41%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,26,0,58)
C32M26Y0K58 
(32%,26%,0%,58%)
(0.32/0.26/0.00/0.58)	

CMYK percentages

%32.41
%25.93
%0
%57.65

Codes

Color #49506C in popluar color models

49506C
RGB7380108
HSL228°19.34%35.49%
HSB/HSV228°32.41%42.35%
CMYK32.41%25.93%0.00%
57.65%

Color #49506C in popluar number systems.

HEX49506C
Decimal7380108
Binary100100110100001101100
Octal111120154

Shades and tints

Shades of #49506C

#49506C
(73,80,108)
#434963
(67,73,99)
#3D425A
(61,66,90)
#373B51
(55,59,81)
#313448
(49,52,72)
#2B2D3F
(43,45,63)
#252636
(37,38,54)
#1F1F2D
(31,31,45)
#191824
(25,24,36)
#13111B
(19,17,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #49506C

#49506C
(73,80,108)
#595F79
(89,95,121)
#696E86
(105,110,134)
#797D93
(121,125,147)
#898CA0
(137,140,160)
#999BAD
(153,155,173)
#A9AABA
(169,170,186)
#B9B9C7
(185,185,199)
#C9C8D4
(201,200,212)
#D9D7E1
(217,215,225)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49506C; }

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

This text font color is #49506C.


Background Color

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

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

This div background color is #49506C.


Border color

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

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

This div border color is #49506C.


Opacity

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

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

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

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

This text has shadow with #49506C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49506C on black background.


Color preview on white background

This text has color #49506C on white background.



Black color preview on #49506C background

This text has black color on #49506C background.


White color preview on #49506C background

This text has white color on #49506C background.