COLOR #494C44

HEX: #494C44
RGB: (73,76,68)

Color info

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

RGB color model

#494C44 color RGB value is (73,76,68).

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

RGB channels and saturation

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

73
76
68

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

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 68 = 217 (100%)
R 73 of 217 ~ 33.64%
G 76 of 217 ~ 35.02%
B 68 of 217 ~ 31.34%

%33.64
%35.02
%31.34

CMYK color model

#494C44 color CMYK value is (4,0,11,70).

  • cyan value is 3.95%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 70.20%
CMYK:
(4,0,11,70)
C4M0Y11K70 
(4%,0%,11%,70%)
(0.04/0.00/0.11/0.70)	

CMYK percentages

%3.95
%0
%10.53
%70.2

Codes

Color #494C44 in popluar color models

494C44
RGB737668
HSL83°5.56%28.24%
HSB/HSV83°10.53%29.80%
CMYK3.95%0.00%10.53%
70.20%

Color #494C44 in popluar number systems.

HEX494C44
Decimal737668
Binary100100110011001000100
Octal111114104

Shades and tints

Shades of #494C44

#494C44
(73,76,68)
#43463E
(67,70,62)
#3D4038
(61,64,56)
#373A32
(55,58,50)
#31342C
(49,52,44)
#2B2E26
(43,46,38)
#252820
(37,40,32)
#1F221A
(31,34,26)
#191C14
(25,28,20)
#13160E
(19,22,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #494C44

#494C44
(73,76,68)
#595C55
(89,92,85)
#696C66
(105,108,102)
#797C77
(121,124,119)
#898C88
(137,140,136)
#999C99
(153,156,153)
#A9ACAA
(169,172,170)
#B9BCBB
(185,188,187)
#C9CCCC
(201,204,204)
#D9DCDD
(217,220,221)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C44; }

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

This text font color is #494C44.


Background Color

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

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

This div background color is #494C44.


Border color

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

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

This div border color is #494C44.


Opacity

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

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

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

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

This text has shadow with #494C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C44 on black background.


Color preview on white background

This text has color #494C44 on white background.



Black color preview on #494C44 background

This text has black color on #494C44 background.


White color preview on #494C44 background

This text has white color on #494C44 background.