COLOR #494F51

HEX: #494F51 RGB: (73,79,81)

Color info

#494F51 contains red, green and blue colors in about the same proportion. Web safe color of #494F51 is #336666 (or #366).

RGB color model

#494F51 color RGB value is (73,79,81).

RGB: (73,79,81) (29%, 31%, 32%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 81 of 255 = 32%

73
79
81

R + G + B ~ 31%. #494F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 79 + 81 = 233 (100%)
R 73 of 233 ~ 31.33%
G 79 of 233 ~ 33.91%
B 81 of 233 ~ 34.76'%

%31.33
%33.91
%34.76

CMYK color model

#494F51 color CMYK value is (10,2,0,68).

  • cyan value is 9.88%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (10,2,0,68)
C10M2Y0K68 (10%, 2%, 0%, 68%)
(0.10 / 0.02 / 0.00 / 0.68)

CMYK percentages

%9.88
%2.47
%0
%68.24

Codes

Color #494F51 in popluar color models

49 4F 51
RGB 73 79 81
HSL 195° 5.19% 30.20%
HSB/HSV 195° 9.88% 31.76%
CMYK 9.88% 2.47% 0.00%
68.24%

Color #494F51 in popluar number systems.

HEX 49 4F 51
Decimal 73 79 81
Binary 1001001 1001111 1010001
Octal 111 117 121

Shades and tints

Shades of #494F51

#494F51
(73,79,81)
#43484A
(67,72,74)
#3D4143
(61,65,67)
#373A3C
(55,58,60)
#313335
(49,51,53)
#2B2C2E
(43,44,46)
#252527
(37,37,39)
#1F1E20
(31,30,32)
#191719
(25,23,25)
#131012
(19,16,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #494F51

#494F51
(73,79,81)
#595F60
(89,95,96)
#696F6F
(105,111,111)
#797F7E
(121,127,126)
#898F8D
(137,143,141)
#999F9C
(153,159,156)
#A9AFAB
(169,175,171)
#B9BFBA
(185,191,186)
#C9CFC9
(201,207,201)
#D9DFD8
(217,223,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F51; }

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

This text font color is #494F51.

Background Color

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

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

This div background color is #494F51.

Border color

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

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

This div border color is #494F51.

Opacity

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

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

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

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

This text has shadow with #494F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494F51.

Preview

Color preview on black background

This text has color #494F51 on black background.


Color preview on white background

This text has color #494F51 on white background.


Black color preview on #494F51 background

This text has black color on #494F51 background.


White color preview on #494F51 background

This text has white color on #494F51 background.


Related colors

Complementary color

Complementary color for #hex is #B6B0AE.


I love getcolorcode.com

Triadic colors

1 #51494F and #4F5149 with #494F51 are triadic colors.

2 #514F49 and #4F4951 with #494F51 are triadic colors.