COLOR #49594E

HEX: #49594E
RGB: (73,89,78)

Color info

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

RGB color model

#49594E color RGB value is (73,89,78).

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

RGB channels and saturation

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

73
89
78

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 78 = 240 (100%)
R 73 of 240 ~ 30.42%
G 89 of 240 ~ 37.08%
B 78 of 240 ~ 32.5%

%30.42
%37.08
%32.5

CMYK color model

#49594E color CMYK value is (18,0,12,65).

  • cyan value is 17.98%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(18,0,12,65)
C18M0Y12K65 
(18%,0%,12%,65%)
(0.18/0.00/0.12/0.65)	

CMYK percentages

%17.98
%0
%12.36
%65.1

Codes

Color #49594E in popluar color models

49594E
RGB738978
HSL139°9.88%31.76%
HSB/HSV139°17.98%34.90%
CMYK17.98%0.00%12.36%
65.10%

Color #49594E in popluar number systems.

HEX49594E
Decimal738978
Binary100100110110011001110
Octal111131116

Shades and tints

Shades of #49594E

#49594E
(73,89,78)
#435147
(67,81,71)
#3D4940
(61,73,64)
#374139
(55,65,57)
#313932
(49,57,50)
#2B312B
(43,49,43)
#252924
(37,41,36)
#1F211D
(31,33,29)
#191916
(25,25,22)
#13110F
(19,17,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #49594E

#49594E
(73,89,78)
#59685E
(89,104,94)
#69776E
(105,119,110)
#79867E
(121,134,126)
#89958E
(137,149,142)
#99A49E
(153,164,158)
#A9B3AE
(169,179,174)
#B9C2BE
(185,194,190)
#C9D1CE
(201,209,206)
#D9E0DE
(217,224,222)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49594E; }

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

This text font color is #49594E.


Background Color

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

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

This div background color is #49594E.


Border color

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

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

This div border color is #49594E.


Opacity

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

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

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

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

This text has shadow with #49594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49594E on black background.


Color preview on white background

This text has color #49594E on white background.



Black color preview on #49594E background

This text has black color on #49594E background.


White color preview on #49594E background

This text has white color on #49594E background.