COLOR #49594F

HEX: #49594F
RGB: (73,89,79)

Color info

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

RGB color model

#49594F color RGB value is (73,89,79).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 79 of 255 = 31%

73
89
79

R + G + B ~ 32%. #49594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 79 = 241 (100%)
R 73 of 241 ~ 30.29%
G 89 of 241 ~ 36.93%
B 79 of 241 ~ 32.78%

%30.29
%36.93
%32.78

CMYK color model

#49594F color CMYK value is (18,0,11,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 65.10%
CMYK:
(18,0,11,65)
C18M0Y11K65 
(18%,0%,11%,65%)
(0.18/0.00/0.11/0.65)	

CMYK percentages

%17.98
%0
%11.24
%65.1

Codes

Color #49594F in popluar color models

49594F
RGB738979
HSL143°9.88%31.76%
HSB/HSV143°17.98%34.90%
CMYK17.98%0.00%11.24%
65.10%

Color #49594F in popluar number systems.

HEX49594F
Decimal738979
Binary100100110110011001111
Octal111131117

Shades and tints

Shades of #49594F

#49594F
(73,89,79)
#435148
(67,81,72)
#3D4941
(61,73,65)
#37413A
(55,65,58)
#313933
(49,57,51)
#2B312C
(43,49,44)
#252925
(37,41,37)
#1F211E
(31,33,30)
#191917
(25,25,23)
#131110
(19,17,16)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #49594F

#49594F
(73,89,79)
#59685F
(89,104,95)
#69776F
(105,119,111)
#79867F
(121,134,127)
#89958F
(137,149,143)
#99A49F
(153,164,159)
#A9B3AF
(169,179,175)
#B9C2BF
(185,194,191)
#C9D1CF
(201,209,207)
#D9E0DF
(217,224,223)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49594F; }

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

This text font color is #49594F.


Background Color

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

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

This div background color is #49594F.


Border color

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

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

This div border color is #49594F.


Opacity

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

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

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

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

This text has shadow with #49594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49594F on black background.


Color preview on white background

This text has color #49594F on white background.



Black color preview on #49594F background

This text has black color on #49594F background.


White color preview on #49594F background

This text has white color on #49594F background.