COLOR #494944

HEX: #494944 RGB: (73,73,68)

Color info

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

RGB color model

#494944 color RGB value is (73,73,68).

RGB: (73,73,68) (29%, 29%, 27%)

RGB channels and saturation

R 73 of 255 = 29%
G 73 of 255 = 29%
B 68 of 255 = 27%

73
73
68

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

Portions of RGB colors in percentages

R + G + B = 73 + 73 + 68 = 214 (100%)
R 73 of 214 ~ 34.11%
G 73 of 214 ~ 34.11%
B 68 of 214 ~ 31.78'%

%34.11
%34.11
%31.78

CMYK color model

#494944 color CMYK value is (0,0,7,71).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 71.37%

CMYK: (0,0,7,71)
C0M0Y7K71 (0%, 0%, 7%, 71%)
(0.00 / 0.00 / 0.07 / 0.71)

CMYK percentages

%0
%0
%6.85
%71.37

Codes

Color #494944 in popluar color models

49 49 44
RGB 73 73 68
HSL 60° 3.55% 27.65%
HSB/HSV 60° 6.85% 28.63%
CMYK 0.00% 0.00% 6.85%
71.37%

Color #494944 in popluar number systems.

HEX 49 49 44
Decimal 73 73 68
Binary 1001001 1001001 1000100
Octal 111 111 104

Shades and tints

Shades of #494944

#494944
(73,73,68)
#43433E
(67,67,62)
#3D3D38
(61,61,56)
#373732
(55,55,50)
#31312C
(49,49,44)
#2B2B26
(43,43,38)
#252520
(37,37,32)
#1F1F1A
(31,31,26)
#191914
(25,25,20)
#13130E
(19,19,14)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #494944

#494944
(73,73,68)
#595955
(89,89,85)
#696966
(105,105,102)
#797977
(121,121,119)
#898988
(137,137,136)
#999999
(153,153,153)
#A9A9AA
(169,169,170)
#B9B9BB
(185,185,187)
#C9C9CC
(201,201,204)
#D9D9DD
(217,217,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494944; }

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

This text font color is #494944.

Background Color

.myBgColor { background-color: #494944; }

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

This div background color is #494944.

Border color

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

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

This div border color is #494944.

Opacity

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

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

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

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

This text has shadow with #494944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494944.

Preview

Color preview on black background

This text has color #494944 on black background.


Color preview on white background

This text has color #494944 on white background.


Black color preview on #494944 background

This text has black color on #494944 background.


White color preview on #494944 background

This text has white color on #494944 background.


Related colors

Complementary color

Complementary color for #hex is #B6B6BB.


I love getcolorcode.com