COLOR #494F57

HEX: #494F57
RGB: (73,79,87)

Color info

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

RGB color model

#494F57 color RGB value is (73,79,87).

  • red value is 73;
  • green value is 79;
  • blue value is 87.
RGB:
(73,79,87)
(29%,31%,34%)

RGB channels and saturation

R 73 of 255 = 29%
G 79 of 255 = 31%
B 87 of 255 = 34%

73
79
87

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

Portions of RGB colors in percentages

R + G + B =
73 + 79 + 87 = 239 (100%)
R 73 of 239 ~ 30.54%
G 79 of 239 ~ 33.05%
B 87 of 239 ~ 36.4%

%30.54
%33.05
%36.4

CMYK color model

#494F57 color CMYK value is (16,9,0,66).

  • cyan value is 16.09%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(16,9,0,66)
C16M9Y0K66 
(16%,9%,0%,66%)
(0.16/0.09/0.00/0.66)	

CMYK percentages

%16.09
%9.2
%0
%65.88

Codes

Color #494F57 in popluar color models

494F57
RGB737987
HSL214°8.75%31.37%
HSB/HSV214°16.09%34.12%
CMYK16.09%9.20%0.00%
65.88%

Color #494F57 in popluar number systems.

HEX494F57
Decimal737987
Binary100100110011111010111
Octal111117127

Shades and tints

Shades of #494F57

#494F57
(73,79,87)
#434850
(67,72,80)
#3D4149
(61,65,73)
#373A42
(55,58,66)
#31333B
(49,51,59)
#2B2C34
(43,44,52)
#25252D
(37,37,45)
#1F1E26
(31,30,38)
#19171F
(25,23,31)
#131018
(19,16,24)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #494F57

#494F57
(73,79,87)
#595F66
(89,95,102)
#696F75
(105,111,117)
#797F84
(121,127,132)
#898F93
(137,143,147)
#999FA2
(153,159,162)
#A9AFB1
(169,175,177)
#B9BFC0
(185,191,192)
#C9CFCF
(201,207,207)
#D9DFDE
(217,223,222)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F57; }

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

This text font color is #494F57.


Background Color

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

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

This div background color is #494F57.


Border color

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

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

This div border color is #494F57.


Opacity

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

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

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

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

This text has shadow with #494F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F57 on black background.


Color preview on white background

This text has color #494F57 on white background.



Black color preview on #494F57 background

This text has black color on #494F57 background.


White color preview on #494F57 background

This text has white color on #494F57 background.