COLOR #494648

HEX: #494648
RGB: (73,70,72)

Color info

#494648 contains red, green and blue colors in about the same proportion. Web safe color of #494648 is #333333 (or #333).

RGB color model

#494648 color RGB value is (73,70,72).

  • red value is 73;
  • green value is 70;
  • blue value is 72.
RGB:
(73,70,72)
(29%,27%,28%)

RGB channels and saturation

R 73 of 255 = 29%
G 70 of 255 = 27%
B 72 of 255 = 28%

73
70
72

R + G + B ~ 28%. #494648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 70 + 72 = 215 (100%)
R 73 of 215 ~ 33.95%
G 70 of 215 ~ 32.56%
B 72 of 215 ~ 33.49%

%33.95
%32.56
%33.49

CMYK color model

#494648 color CMYK value is (0,4,1,71).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(0,4,1,71)
C0M4Y1K71 
(0%,4%,1%,71%)
(0.00/0.04/0.01/0.71)	

CMYK percentages

%0
%4.11
%1.37
%71.37

Codes

Color #494648 in popluar color models

494648
RGB737072
HSL320°2.10%28.04%
HSB/HSV320°4.11%28.63%
CMYK0.00%4.11%1.37%
71.37%

Color #494648 in popluar number systems.

HEX494648
Decimal737072
Binary100100110001101001000
Octal111106110

Shades and tints

Shades of #494648

#494648
(73,70,72)
#434042
(67,64,66)
#3D3A3C
(61,58,60)
#373436
(55,52,54)
#312E30
(49,46,48)
#2B282A
(43,40,42)
#252224
(37,34,36)
#1F1C1E
(31,28,30)
#191618
(25,22,24)
#131012
(19,16,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #494648

#494648
(73,70,72)
#595658
(89,86,88)
#696668
(105,102,104)
#797678
(121,118,120)
#898688
(137,134,136)
#999698
(153,150,152)
#A9A6A8
(169,166,168)
#B9B6B8
(185,182,184)
#C9C6C8
(201,198,200)
#D9D6D8
(217,214,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494648 color. Also use rgb(73,70,72) instead hex code.

Text Font Color

.myTextColor { color: #494648; }

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

This text font color is #494648.


Background Color

.myBgColor { background-color: #494648; }

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

This div background color is #494648.


Border color

.myBorderColor { border: 1px solid #494648; }

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

This div border color is #494648.


Opacity

.myOpacity80 { color: #494648; opacity: 0.8; }

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

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

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

This text has shadow with #494648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494648 on black background.


Color preview on white background

This text has color #494648 on white background.



Black color preview on #494648 background

This text has black color on #494648 background.


White color preview on #494648 background

This text has white color on #494648 background.