COLOR #494A48

HEX: #494A48
RGB: (73,74,72)

Color info

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

RGB color model

#494A48 color RGB value is (73,74,72).

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

RGB channels and saturation

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

73
74
72

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

Portions of RGB colors in percentages

R + G + B =
73 + 74 + 72 = 219 (100%)
R 73 of 219 ~ 33.33%
G 74 of 219 ~ 33.79%
B 72 of 219 ~ 32.88%

%33.33
%33.79
%32.88

CMYK color model

#494A48 color CMYK value is (1,0,3,71).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 70.98%
CMYK:
(1,0,3,71)
C1M0Y3K71 
(1%,0%,3%,71%)
(0.01/0.00/0.03/0.71)	

CMYK percentages

%1.35
%0
%2.7
%70.98

Codes

Color #494A48 in popluar color models

494A48
RGB737472
HSL90°1.37%28.63%
HSB/HSV90°2.70%29.02%
CMYK1.35%0.00%2.70%
70.98%

Color #494A48 in popluar number systems.

HEX494A48
Decimal737472
Binary100100110010101001000
Octal111112110

Shades and tints

Shades of #494A48

#494A48
(73,74,72)
#434442
(67,68,66)
#3D3E3C
(61,62,60)
#373836
(55,56,54)
#313230
(49,50,48)
#2B2C2A
(43,44,42)
#252624
(37,38,36)
#1F201E
(31,32,30)
#191A18
(25,26,24)
#131412
(19,20,18)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #494A48

#494A48
(73,74,72)
#595A58
(89,90,88)
#696A68
(105,106,104)
#797A78
(121,122,120)
#898A88
(137,138,136)
#999A98
(153,154,152)
#A9AAA8
(169,170,168)
#B9BAB8
(185,186,184)
#C9CAC8
(201,202,200)
#D9DAD8
(217,218,216)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A48; }

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

This text font color is #494A48.


Background Color

.myBgColor { background-color: #494A48; }

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

This div background color is #494A48.


Border color

.myBorderColor { border: 1px solid #494A48; }

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

This div border color is #494A48.


Opacity

.myOpacity80 { color: #494A48; opacity: 0.8; }

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

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

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

This text has shadow with #494A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494A48 on black background.


Color preview on white background

This text has color #494A48 on white background.



Black color preview on #494A48 background

This text has black color on #494A48 background.


White color preview on #494A48 background

This text has white color on #494A48 background.