COLOR #49544F

HEX: #49544F
RGB: (73,84,79)

Color info

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

RGB color model

#49544F color RGB value is (73,84,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 79 of 255 = 31%

73
84
79

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 79 = 236 (100%)
R 73 of 236 ~ 30.93%
G 84 of 236 ~ 35.59%
B 79 of 236 ~ 33.47%

%30.93
%35.59
%33.47

CMYK color model

#49544F color CMYK value is (13,0,6,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 67.06%
CMYK:
(13,0,6,67)
C13M0Y6K67 
(13%,0%,6%,67%)
(0.13/0.00/0.06/0.67)	

CMYK percentages

%13.1
%0
%5.95
%67.06

Codes

Color #49544F in popluar color models

49544F
RGB738479
HSL153°7.01%30.78%
HSB/HSV153°13.10%32.94%
CMYK13.10%0.00%5.95%
67.06%

Color #49544F in popluar number systems.

HEX49544F
Decimal738479
Binary100100110101001001111
Octal111124117

Shades and tints

Shades of #49544F

#49544F
(73,84,79)
#434D48
(67,77,72)
#3D4641
(61,70,65)
#373F3A
(55,63,58)
#313833
(49,56,51)
#2B312C
(43,49,44)
#252A25
(37,42,37)
#1F231E
(31,35,30)
#191C17
(25,28,23)
#131510
(19,21,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #49544F

#49544F
(73,84,79)
#59635F
(89,99,95)
#69726F
(105,114,111)
#79817F
(121,129,127)
#89908F
(137,144,143)
#999F9F
(153,159,159)
#A9AEAF
(169,174,175)
#B9BDBF
(185,189,191)
#C9CCCF
(201,204,207)
#D9DBDF
(217,219,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49544F; }

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

This text font color is #49544F.


Background Color

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

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

This div background color is #49544F.


Border color

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

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

This div border color is #49544F.


Opacity

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

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

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

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

This text has shadow with #49544F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49544F on black background.


Color preview on white background

This text has color #49544F on white background.



Black color preview on #49544F background

This text has black color on #49544F background.


White color preview on #49544F background

This text has white color on #49544F background.