COLOR #494244

HEX: #494244
RGB: (73,66,68)

Color info

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

RGB color model

#494244 color RGB value is (73,66,68).

  • red value is 73;
  • green value is 66;
  • blue value is 68.
RGB:
(73,66,68)
(29%,26%,27%)

RGB channels and saturation

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

73
66
68

R + G + B ~ 27%. #494244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 68 = 207 (100%)
R 73 of 207 ~ 35.27%
G 66 of 207 ~ 31.88%
B 68 of 207 ~ 32.85%

%35.27
%31.88
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 6.85%
  • key color value is 71.37%
CMYK:
(0,10,7,71)
C0M10Y7K71 
(0%,10%,7%,71%)
(0.00/0.10/0.07/0.71)	

CMYK percentages

%0
%9.59
%6.85
%71.37

Codes

Color #494244 in popluar color models

494244
RGB736668
HSL343°5.04%27.25%
HSB/HSV343°9.59%28.63%
CMYK0.00%9.59%6.85%
71.37%

Color #494244 in popluar number systems.

HEX494244
Decimal736668
Binary100100110000101000100
Octal111102104

Shades and tints

Shades of #494244

#494244
(73,66,68)
#433C3E
(67,60,62)
#3D3638
(61,54,56)
#373032
(55,48,50)
#312A2C
(49,42,44)
#2B2426
(43,36,38)
#251E20
(37,30,32)
#1F181A
(31,24,26)
#191214
(25,18,20)
#130C0E
(19,12,14)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #494244

#494244
(73,66,68)
#595355
(89,83,85)
#696466
(105,100,102)
#797577
(121,117,119)
#898688
(137,134,136)
#999799
(153,151,153)
#A9A8AA
(169,168,170)
#B9B9BB
(185,185,187)
#C9CACC
(201,202,204)
#D9DBDD
(217,219,221)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494244; }

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

This text font color is #494244.


Background Color

.myBgColor { background-color: #494244; }

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

This div background color is #494244.


Border color

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

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

This div border color is #494244.


Opacity

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

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

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

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

This text has shadow with #494244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494244 on black background.


Color preview on white background

This text has color #494244 on white background.



Black color preview on #494244 background

This text has black color on #494244 background.


White color preview on #494244 background

This text has white color on #494244 background.