COLOR #494A4C

HEX: #494A4C RGB: (73,74,76)

Color info

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

RGB color model

#494A4C color RGB value is (73,74,76).

RGB: (73,74,76) (29%, 29%, 30%)

RGB channels and saturation

R 73 of 255 = 29%
G 74 of 255 = 29%
B 76 of 255 = 30%

73
74
76

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

Portions of RGB colors in percentages

R + G + B = 73 + 74 + 76 = 223 (100%)
R 73 of 223 ~ 32.74%
G 74 of 223 ~ 33.18%
B 76 of 223 ~ 34.08'%

%32.74
%33.18
%34.08

CMYK color model

#494A4C color CMYK value is (4,3,0,70).

  • cyan value is 3.95%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (4,3,0,70)
C4M3Y0K70 (4%, 3%, 0%, 70%)
(0.04 / 0.03 / 0.00 / 0.70)

CMYK percentages

%3.95
%2.63
%0
%70.2

Codes

Color #494A4C in popluar color models

49 4A 4C
RGB 73 74 76
HSL 220° 2.01% 29.22%
HSB/HSV 220° 3.95% 29.80%
CMYK 3.95% 2.63% 0.00%
70.20%

Color #494A4C in popluar number systems.

HEX 49 4A 4C
Decimal 73 74 76
Binary 1001001 1001010 1001100
Octal 111 112 114

Shades and tints

Shades of #494A4C

#494A4C
(73,74,76)
#434446
(67,68,70)
#3D3E40
(61,62,64)
#37383A
(55,56,58)
#313234
(49,50,52)
#2B2C2E
(43,44,46)
#252628
(37,38,40)
#1F2022
(31,32,34)
#191A1C
(25,26,28)
#131416
(19,20,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #494A4C

#494A4C
(73,74,76)
#595A5C
(89,90,92)
#696A6C
(105,106,108)
#797A7C
(121,122,124)
#898A8C
(137,138,140)
#999A9C
(153,154,156)
#A9AAAC
(169,170,172)
#B9BABC
(185,186,188)
#C9CACC
(201,202,204)
#D9DADC
(217,218,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494A4C; }

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

This text font color is #494A4C.

Background Color

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

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

This div background color is #494A4C.

Border color

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

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

This div border color is #494A4C.

Opacity

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

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

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

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

This text has shadow with #494A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494A4C.

Preview

Color preview on black background

This text has color #494A4C on black background.


Color preview on white background

This text has color #494A4C on white background.


Black color preview on #494A4C background

This text has black color on #494A4C background.


White color preview on #494A4C background

This text has white color on #494A4C background.


Related colors

Complementary color

Complementary color for #hex is #B6B5B3.


I love getcolorcode.com

Triadic colors

1 #4C494A and #4A4C49 with #494A4C are triadic colors.

2 #4C4A49 and #4A494C with #494A4C are triadic colors.