COLOR #49646F

HEX: #49646F
RGB: (73,100,111)

Color info

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

RGB color model

#49646F color RGB value is (73,100,111).

  • red value is 73;
  • green value is 100;
  • blue value is 111.
RGB:
(73,100,111)
(29%,39%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 111 of 255 = 44%

73
100
111

R + G + B ~ 37%. #49646F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 111 = 284 (100%)
R 73 of 284 ~ 25.7%
G 100 of 284 ~ 35.21%
B 111 of 284 ~ 39.08%

%25.7
%35.21
%39.08

CMYK color model

#49646F color CMYK value is (34,10,0,56).

  • cyan value is 34.23%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(34,10,0,56)
C34M10Y0K56 
(34%,10%,0%,56%)
(0.34/0.10/0.00/0.56)	

CMYK percentages

%34.23
%9.91
%0
%56.47

Codes

Color #49646F in popluar color models

49646F
RGB73100111
HSL197°20.65%36.08%
HSB/HSV197°34.23%43.53%
CMYK34.23%9.91%0.00%
56.47%

Color #49646F in popluar number systems.

HEX49646F
Decimal73100111
Binary100100111001001101111
Octal111144157

Shades and tints

Shades of #49646F

#49646F
(73,100,111)
#435B65
(67,91,101)
#3D525B
(61,82,91)
#374951
(55,73,81)
#314047
(49,64,71)
#2B373D
(43,55,61)
#252E33
(37,46,51)
#1F2529
(31,37,41)
#191C1F
(25,28,31)
#131315
(19,19,21)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #49646F

#49646F
(73,100,111)
#59727C
(89,114,124)
#698089
(105,128,137)
#798E96
(121,142,150)
#899CA3
(137,156,163)
#99AAB0
(153,170,176)
#A9B8BD
(169,184,189)
#B9C6CA
(185,198,202)
#C9D4D7
(201,212,215)
#D9E2E4
(217,226,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49646F color. Also use rgb(73,100,111) instead hex code.

Text Font Color

.myTextColor { color: #49646F; }

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

This text font color is #49646F.


Background Color

.myBgColor { background-color: #49646F; }

<div style="background-color:#49646F">Inner text</div>

This div background color is #49646F.


Border color

.myBorderColor { border: 1px solid #49646F; }

<div style="border:3px solid #49646F">Div</div>

This div border color is #49646F.


Opacity

.myOpacity80 { color: #49646F; opacity: 0.8; }

<p style="color:#49646F;opacity:0.8;">80%</p>

Text with #49646F 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 #49646F;}

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

This text has shadow with #49646F color.

.textShadow {text-shadow: 3px 3px 1px #49646F, 3px 3px 1px red;}

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

This text has shadow with #49646F primary color and red secondary color.


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

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

This text has shadow with #49646F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49646F on black background.


Color preview on white background

This text has color #49646F on white background.



Black color preview on #49646F background

This text has black color on #49646F background.


White color preview on #49646F background

This text has white color on #49646F background.