COLOR #49644F

HEX: #49644F
RGB: (73,100,79)

Color info

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

RGB color model

#49644F color RGB value is (73,100,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 79 of 255 = 31%

73
100
79

R + G + B ~ 33%. #49644F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 79 = 252 (100%)
R 73 of 252 ~ 28.97%
G 100 of 252 ~ 39.68%
B 79 of 252 ~ 31.35%

%28.97
%39.68
%31.35

CMYK color model

#49644F color CMYK value is (27,0,21,61).

  • cyan value is 27.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 60.78%
CMYK:
(27,0,21,61)
C27M0Y21K61 
(27%,0%,21%,61%)
(0.27/0.00/0.21/0.61)	

CMYK percentages

%27
%0
%21
%60.78

Codes

Color #49644F in popluar color models

49644F
RGB7310079
HSL133°15.61%33.92%
HSB/HSV133°27.00%39.22%
CMYK27.00%0.00%21.00%
60.78%

Color #49644F in popluar number systems.

HEX49644F
Decimal7310079
Binary100100111001001001111
Octal111144117

Shades and tints

Shades of #49644F

#49644F
(73,100,79)
#435B48
(67,91,72)
#3D5241
(61,82,65)
#37493A
(55,73,58)
#314033
(49,64,51)
#2B372C
(43,55,44)
#252E25
(37,46,37)
#1F251E
(31,37,30)
#191C17
(25,28,23)
#131310
(19,19,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #49644F

#49644F
(73,100,79)
#59725F
(89,114,95)
#69806F
(105,128,111)
#798E7F
(121,142,127)
#899C8F
(137,156,143)
#99AA9F
(153,170,159)
#A9B8AF
(169,184,175)
#B9C6BF
(185,198,191)
#C9D4CF
(201,212,207)
#D9E2DF
(217,226,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49644F; }

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

This text font color is #49644F.


Background Color

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

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

This div background color is #49644F.


Border color

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

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

This div border color is #49644F.


Opacity

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

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

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

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

This text has shadow with #49644F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49644F on black background.


Color preview on white background

This text has color #49644F on white background.



Black color preview on #49644F background

This text has black color on #49644F background.


White color preview on #49644F background

This text has white color on #49644F background.