COLOR #494844

HEX: #494844
RGB: (73,72,68)

Color info

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

RGB color model

#494844 color RGB value is (73,72,68).

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

RGB channels and saturation

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

73
72
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 72 + 68 = 213 (100%)
R 73 of 213 ~ 34.27%
G 72 of 213 ~ 33.8%
B 68 of 213 ~ 31.92%

%34.27
%33.8
%31.92

CMYK color model

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

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

CMYK percentages

%0
%1.37
%6.85
%71.37

Codes

Color #494844 in popluar color models

494844
RGB737268
HSL48°3.55%27.65%
HSB/HSV48°6.85%28.63%
CMYK0.00%1.37%6.85%
71.37%

Color #494844 in popluar number systems.

HEX494844
Decimal737268
Binary100100110010001000100
Octal111110104

Shades and tints

Shades of #494844

#494844
(73,72,68)
#43423E
(67,66,62)
#3D3C38
(61,60,56)
#373632
(55,54,50)
#31302C
(49,48,44)
#2B2A26
(43,42,38)
#252420
(37,36,32)
#1F1E1A
(31,30,26)
#191814
(25,24,20)
#13120E
(19,18,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #494844

#494844
(73,72,68)
#595855
(89,88,85)
#696866
(105,104,102)
#797877
(121,120,119)
#898888
(137,136,136)
#999899
(153,152,153)
#A9A8AA
(169,168,170)
#B9B8BB
(185,184,187)
#C9C8CC
(201,200,204)
#D9D8DD
(217,216,221)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494844; }

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

This text font color is #494844.


Background Color

.myBgColor { background-color: #494844; }

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

This div background color is #494844.


Border color

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

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

This div border color is #494844.


Opacity

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

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

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

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

This text has shadow with #494844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494844 on black background.


Color preview on white background

This text has color #494844 on white background.



Black color preview on #494844 background

This text has black color on #494844 background.


White color preview on #494844 background

This text has white color on #494844 background.