COLOR #49585E

HEX: #49585E
RGB: (73,88,94)

Color info

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

RGB color model

#49585E color RGB value is (73,88,94).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 94 of 255 = 37%

73
88
94

R + G + B ~ 34%. #49585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 94 = 255 (100%)
R 73 of 255 ~ 28.63%
G 88 of 255 ~ 34.51%
B 94 of 255 ~ 36.86%

%28.63
%34.51
%36.86

CMYK color model

#49585E color CMYK value is (22,6,0,63).

  • cyan value is 22.34%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(22,6,0,63)
C22M6Y0K63 
(22%,6%,0%,63%)
(0.22/0.06/0.00/0.63)	

CMYK percentages

%22.34
%6.38
%0
%63.14

Codes

Color #49585E in popluar color models

49585E
RGB738894
HSL197°12.57%32.75%
HSB/HSV197°22.34%36.86%
CMYK22.34%6.38%0.00%
63.14%

Color #49585E in popluar number systems.

HEX49585E
Decimal738894
Binary100100110110001011110
Octal111130136

Shades and tints

Shades of #49585E

#49585E
(73,88,94)
#435056
(67,80,86)
#3D484E
(61,72,78)
#374046
(55,64,70)
#31383E
(49,56,62)
#2B3036
(43,48,54)
#25282E
(37,40,46)
#1F2026
(31,32,38)
#19181E
(25,24,30)
#131016
(19,16,22)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #49585E

#49585E
(73,88,94)
#59676C
(89,103,108)
#69767A
(105,118,122)
#798588
(121,133,136)
#899496
(137,148,150)
#99A3A4
(153,163,164)
#A9B2B2
(169,178,178)
#B9C1C0
(185,193,192)
#C9D0CE
(201,208,206)
#D9DFDC
(217,223,220)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49585E color. Also use rgb(73,88,94) instead hex code.

Text Font Color

.myTextColor { color: #49585E; }

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

This text font color is #49585E.


Background Color

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

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

This div background color is #49585E.


Border color

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

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

This div border color is #49585E.


Opacity

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

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

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

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

This text has shadow with #49585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49585E on black background.


Color preview on white background

This text has color #49585E on white background.



Black color preview on #49585E background

This text has black color on #49585E background.


White color preview on #49585E background

This text has white color on #49585E background.