COLOR #49584F

HEX: #49584F
RGB: (73,88,79)

Color info

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

RGB color model

#49584F color RGB value is (73,88,79).

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

RGB channels and saturation

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

73
88
79

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

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 79 = 240 (100%)
R 73 of 240 ~ 30.42%
G 88 of 240 ~ 36.67%
B 79 of 240 ~ 32.92%

%30.42
%36.67
%32.92

CMYK color model

#49584F color CMYK value is (17,0,10,65).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(17,0,10,65)
C17M0Y10K65 
(17%,0%,10%,65%)
(0.17/0.00/0.10/0.65)	

CMYK percentages

%17.05
%0
%10.23
%65.49

Codes

Color #49584F in popluar color models

49584F
RGB738879
HSL144°9.32%31.57%
HSB/HSV144°17.05%34.51%
CMYK17.05%0.00%10.23%
65.49%

Color #49584F in popluar number systems.

HEX49584F
Decimal738879
Binary100100110110001001111
Octal111130117

Shades and tints

Shades of #49584F

#49584F
(73,88,79)
#435048
(67,80,72)
#3D4841
(61,72,65)
#37403A
(55,64,58)
#313833
(49,56,51)
#2B302C
(43,48,44)
#252825
(37,40,37)
#1F201E
(31,32,30)
#191817
(25,24,23)
#131010
(19,16,16)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #49584F

#49584F
(73,88,79)
#59675F
(89,103,95)
#69766F
(105,118,111)
#79857F
(121,133,127)
#89948F
(137,148,143)
#99A39F
(153,163,159)
#A9B2AF
(169,178,175)
#B9C1BF
(185,193,191)
#C9D0CF
(201,208,207)
#D9DFDF
(217,223,223)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49584F; }

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

This text font color is #49584F.


Background Color

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

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

This div background color is #49584F.


Border color

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

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

This div border color is #49584F.


Opacity

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

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

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

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

This text has shadow with #49584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49584F on black background.


Color preview on white background

This text has color #49584F on white background.



Black color preview on #49584F background

This text has black color on #49584F background.


White color preview on #49584F background

This text has white color on #49584F background.