COLOR #494F4D

HEX: #494F4D RGB: (73,79,77)

Color info

#494F4D contains red, green and blue colors in about the same proportion. Web safe color of #494F4D is #336633 (or #363).

RGB color model

#494F4D color RGB value is (73,79,77).

RGB: (73,79,77) (29%, 31%, 30%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 77 of 255 = 30%

73
79
77

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

Portions of RGB colors in percentages

R + G + B = 73 + 79 + 77 = 229 (100%)
R 73 of 229 ~ 31.88%
G 79 of 229 ~ 34.5%
B 77 of 229 ~ 33.62'%

%31.88
%34.5
%33.62

CMYK color model

#494F4D color CMYK value is (8,0,3,69).

  • cyan value is 7.59%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 69.02%

CMYK: (8,0,3,69)
C8M0Y3K69 (8%, 0%, 3%, 69%)
(0.08 / 0.00 / 0.03 / 0.69)

CMYK percentages

%7.59
%0
%2.53
%69.02

Codes

Color #494F4D in popluar color models

49 4F 4D
RGB 73 79 77
HSL 160° 3.95% 29.80%
HSB/HSV 160° 7.59% 30.98%
CMYK 7.59% 0.00% 2.53%
69.02%

Color #494F4D in popluar number systems.

HEX 49 4F 4D
Decimal 73 79 77
Binary 1001001 1001111 1001101
Octal 111 117 115

Shades and tints

Shades of #494F4D

#494F4D
(73,79,77)
#434846
(67,72,70)
#3D413F
(61,65,63)
#373A38
(55,58,56)
#313331
(49,51,49)
#2B2C2A
(43,44,42)
#252523
(37,37,35)
#1F1E1C
(31,30,28)
#191715
(25,23,21)
#13100E
(19,16,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #494F4D

#494F4D
(73,79,77)
#595F5D
(89,95,93)
#696F6D
(105,111,109)
#797F7D
(121,127,125)
#898F8D
(137,143,141)
#999F9D
(153,159,157)
#A9AFAD
(169,175,173)
#B9BFBD
(185,191,189)
#C9CFCD
(201,207,205)
#D9DFDD
(217,223,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494F4D color. Also use rgb(73,79,77) instead hex code.

Text Font Color

.myTextColor { color: #494F4D; }

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

This text font color is #494F4D.

Background Color

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

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

This div background color is #494F4D.

Border color

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

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

This div border color is #494F4D.

Opacity

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

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

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

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

This text has shadow with #494F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494F4D.

Preview

Color preview on black background

This text has color #494F4D on black background.


Color preview on white background

This text has color #494F4D on white background.


Black color preview on #494F4D background

This text has black color on #494F4D background.


White color preview on #494F4D background

This text has white color on #494F4D background.


Related colors

Complementary color

Complementary color for #hex is #B6B0B2.


I love getcolorcode.com

Triadic colors

1 #4D494F and #4F4D49 with #494F4D are triadic colors.

2 #4D4F49 and #4F494D with #494F4D are triadic colors.