COLOR #494948

HEX: #494948
RGB: (73,73,72)

Color info

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

RGB color model

#494948 color RGB value is (73,73,72).

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

RGB channels and saturation

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

73
73
72

R + G + B ~ 29%. #494948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 73 + 72 = 218 (100%)
R 73 of 218 ~ 33.49%
G 73 of 218 ~ 33.49%
B 72 of 218 ~ 33.03%

%33.49
%33.49
%33.03

CMYK color model

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

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

CMYK percentages

%0
%0
%1.37
%71.37

Codes

Color #494948 in popluar color models

494948
RGB737372
HSL60°0.69%28.43%
HSB/HSV60°1.37%28.63%
CMYK0.00%0.00%1.37%
71.37%

Color #494948 in popluar number systems.

HEX494948
Decimal737372
Binary100100110010011001000
Octal111111110

Shades and tints

Shades of #494948

#494948
(73,73,72)
#434342
(67,67,66)
#3D3D3C
(61,61,60)
#373736
(55,55,54)
#313130
(49,49,48)
#2B2B2A
(43,43,42)
#252524
(37,37,36)
#1F1F1E
(31,31,30)
#191918
(25,25,24)
#131312
(19,19,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #494948

#494948
(73,73,72)
#595958
(89,89,88)
#696968
(105,105,104)
#797978
(121,121,120)
#898988
(137,137,136)
#999998
(153,153,152)
#A9A9A8
(169,169,168)
#B9B9B8
(185,185,184)
#C9C9C8
(201,201,200)
#D9D9D8
(217,217,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494948; }

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

This text font color is #494948.


Background Color

.myBgColor { background-color: #494948; }

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

This div background color is #494948.


Border color

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

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

This div border color is #494948.


Opacity

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

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

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

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

This text has shadow with #494948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494948 on black background.


Color preview on white background

This text has color #494948 on white background.



Black color preview on #494948 background

This text has black color on #494948 background.


White color preview on #494948 background

This text has white color on #494948 background.