COLOR #49564F

HEX: #49564F
RGB: (73,86,79)

Color info

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

RGB color model

#49564F color RGB value is (73,86,79).

  • red value is 73;
  • green value is 86;
  • blue value is 79.
RGB:
(73,86,79)
(29%,34%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 79 of 255 = 31%

73
86
79

R + G + B ~ 31%. #49564F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 79 = 238 (100%)
R 73 of 238 ~ 30.67%
G 86 of 238 ~ 36.13%
B 79 of 238 ~ 33.19%

%30.67
%36.13
%33.19

CMYK color model

#49564F color CMYK value is (15,0,8,66).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(15,0,8,66)
C15M0Y8K66 
(15%,0%,8%,66%)
(0.15/0.00/0.08/0.66)	

CMYK percentages

%15.12
%0
%8.14
%66.27

Codes

Color #49564F in popluar color models

49564F
RGB738679
HSL148°8.18%31.18%
HSB/HSV148°15.12%33.73%
CMYK15.12%0.00%8.14%
66.27%

Color #49564F in popluar number systems.

HEX49564F
Decimal738679
Binary100100110101101001111
Octal111126117

Shades and tints

Shades of #49564F

#49564F
(73,86,79)
#434F48
(67,79,72)
#3D4841
(61,72,65)
#37413A
(55,65,58)
#313A33
(49,58,51)
#2B332C
(43,51,44)
#252C25
(37,44,37)
#1F251E
(31,37,30)
#191E17
(25,30,23)
#131710
(19,23,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #49564F

#49564F
(73,86,79)
#59655F
(89,101,95)
#69746F
(105,116,111)
#79837F
(121,131,127)
#89928F
(137,146,143)
#99A19F
(153,161,159)
#A9B0AF
(169,176,175)
#B9BFBF
(185,191,191)
#C9CECF
(201,206,207)
#D9DDDF
(217,221,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49564F color. Also use rgb(73,86,79) instead hex code.

Text Font Color

.myTextColor { color: #49564F; }

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

This text font color is #49564F.


Background Color

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

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

This div background color is #49564F.


Border color

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

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

This div border color is #49564F.


Opacity

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

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

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

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

This text has shadow with #49564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49564F on black background.


Color preview on white background

This text has color #49564F on white background.



Black color preview on #49564F background

This text has black color on #49564F background.


White color preview on #49564F background

This text has white color on #49564F background.