COLOR #49544D

HEX: #49544D
RGB: (73,84,77)

Color info

#49544D contains red, green and blue colors in about the same proportion. Web safe color of #49544D is #336633 (or #363).

RGB color model

#49544D color RGB value is (73,84,77).

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

RGB channels and saturation

R 73 of 255 = 29%
G 84 of 255 = 33%
B 77 of 255 = 30%

73
84
77

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

Portions of RGB colors in percentages

R + G + B =
73 + 84 + 77 = 234 (100%)
R 73 of 234 ~ 31.2%
G 84 of 234 ~ 35.9%
B 77 of 234 ~ 32.91%

%31.2
%35.9
%32.91

CMYK color model

#49544D color CMYK value is (13,0,8,67).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 67.06%
CMYK:
(13,0,8,67)
C13M0Y8K67 
(13%,0%,8%,67%)
(0.13/0.00/0.08/0.67)	

CMYK percentages

%13.1
%0
%8.33
%67.06

Codes

Color #49544D in popluar color models

49544D
RGB738477
HSL142°7.01%30.78%
HSB/HSV142°13.10%32.94%
CMYK13.10%0.00%8.33%
67.06%

Color #49544D in popluar number systems.

HEX49544D
Decimal738477
Binary100100110101001001101
Octal111124115

Shades and tints

Shades of #49544D

#49544D
(73,84,77)
#434D46
(67,77,70)
#3D463F
(61,70,63)
#373F38
(55,63,56)
#313831
(49,56,49)
#2B312A
(43,49,42)
#252A23
(37,42,35)
#1F231C
(31,35,28)
#191C15
(25,28,21)
#13150E
(19,21,14)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #49544D

#49544D
(73,84,77)
#59635D
(89,99,93)
#69726D
(105,114,109)
#79817D
(121,129,125)
#89908D
(137,144,141)
#999F9D
(153,159,157)
#A9AEAD
(169,174,173)
#B9BDBD
(185,189,189)
#C9CCCD
(201,204,205)
#D9DBDD
(217,219,221)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49544D; }

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

This text font color is #49544D.


Background Color

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

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

This div background color is #49544D.


Border color

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

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

This div border color is #49544D.


Opacity

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

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

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

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

This text has shadow with #49544D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49544D on black background.


Color preview on white background

This text has color #49544D on white background.



Black color preview on #49544D background

This text has black color on #49544D background.


White color preview on #49544D background

This text has white color on #49544D background.