COLOR #49585D

HEX: #49585D
RGB: (73,88,93)

Color info

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

RGB color model

#49585D color RGB value is (73,88,93).

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

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 93 of 255 = 36%

73
88
93

R + G + B ~ 33%. #49585D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 93 = 254 (100%)
R 73 of 254 ~ 28.74%
G 88 of 254 ~ 34.65%
B 93 of 254 ~ 36.61%

%28.74
%34.65
%36.61

CMYK color model

#49585D color CMYK value is (22,5,0,64).

  • cyan value is 21.51%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(22,5,0,64)
C22M5Y0K64 
(22%,5%,0%,64%)
(0.22/0.05/0.00/0.64)	

CMYK percentages

%21.51
%5.38
%0
%63.53

Codes

Color #49585D in popluar color models

49585D
RGB738893
HSL195°12.05%32.55%
HSB/HSV195°21.51%36.47%
CMYK21.51%5.38%0.00%
63.53%

Color #49585D in popluar number systems.

HEX49585D
Decimal738893
Binary100100110110001011101
Octal111130135

Shades and tints

Shades of #49585D

#49585D
(73,88,93)
#435055
(67,80,85)
#3D484D
(61,72,77)
#374045
(55,64,69)
#31383D
(49,56,61)
#2B3035
(43,48,53)
#25282D
(37,40,45)
#1F2025
(31,32,37)
#19181D
(25,24,29)
#131015
(19,16,21)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #49585D

#49585D
(73,88,93)
#59676B
(89,103,107)
#697679
(105,118,121)
#798587
(121,133,135)
#899495
(137,148,149)
#99A3A3
(153,163,163)
#A9B2B1
(169,178,177)
#B9C1BF
(185,193,191)
#C9D0CD
(201,208,205)
#D9DFDB
(217,223,219)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49585D; }

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

This text font color is #49585D.


Background Color

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

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

This div background color is #49585D.


Border color

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

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

This div border color is #49585D.


Opacity

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

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

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

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

This text has shadow with #49585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49585D on black background.


Color preview on white background

This text has color #49585D on white background.



Black color preview on #49585D background

This text has black color on #49585D background.


White color preview on #49585D background

This text has white color on #49585D background.