COLOR #494C4E

HEX: #494C4E
RGB: (73,76,78)

Color info

#494C4E contains red, green and blue colors in about the same proportion. Web safe color of #494C4E is #333366 (or #336).

RGB color model

#494C4E color RGB value is (73,76,78).

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

RGB channels and saturation

R 73 of 255 = 29%
G 76 of 255 = 30%
B 78 of 255 = 31%

73
76
78

R + G + B ~ 30%. #494C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 76 + 78 = 227 (100%)
R 73 of 227 ~ 32.16%
G 76 of 227 ~ 33.48%
B 78 of 227 ~ 34.36%

%32.16
%33.48
%34.36

CMYK color model

#494C4E color CMYK value is (6,3,0,69).

  • cyan value is 6.41%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(6,3,0,69)
C6M3Y0K69 
(6%,3%,0%,69%)
(0.06/0.03/0.00/0.69)	

CMYK percentages

%6.41
%2.56
%0
%69.41

Codes

Color #494C4E in popluar color models

494C4E
RGB737678
HSL204°3.31%29.61%
HSB/HSV204°6.41%30.59%
CMYK6.41%2.56%0.00%
69.41%

Color #494C4E in popluar number systems.

HEX494C4E
Decimal737678
Binary100100110011001001110
Octal111114116

Shades and tints

Shades of #494C4E

#494C4E
(73,76,78)
#434647
(67,70,71)
#3D4040
(61,64,64)
#373A39
(55,58,57)
#313432
(49,52,50)
#2B2E2B
(43,46,43)
#252824
(37,40,36)
#1F221D
(31,34,29)
#191C16
(25,28,22)
#13160F
(19,22,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #494C4E

#494C4E
(73,76,78)
#595C5E
(89,92,94)
#696C6E
(105,108,110)
#797C7E
(121,124,126)
#898C8E
(137,140,142)
#999C9E
(153,156,158)
#A9ACAE
(169,172,174)
#B9BCBE
(185,188,190)
#C9CCCE
(201,204,206)
#D9DCDE
(217,220,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C4E; }

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

This text font color is #494C4E.


Background Color

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

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

This div background color is #494C4E.


Border color

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

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

This div border color is #494C4E.


Opacity

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

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

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

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

This text has shadow with #494C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C4E on black background.


Color preview on white background

This text has color #494C4E on white background.



Black color preview on #494C4E background

This text has black color on #494C4E background.


White color preview on #494C4E background

This text has white color on #494C4E background.