COLOR #494F50

HEX: #494F50
RGB: (73,79,80)

Renk bilgisi

#494F50 contains red, green and blue colors in about the same proportion. #494F50 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#494F50 color RGB value is (73,79,80).

  • kırmız ton 73;
  • yeşil ton 79;
  • mavi ton 80.
RGB:
(73,79,80)
(29%,31%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 80 of 255 = 31%

73
79
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 80 = 232 (100%)
R 73 of 232 ~ 31.47%
G 79 of 232 ~ 34.05%
B 80 of 232 ~ 34.48%

%31.47
%34.05
%34.48

CMYK RENK MODELİ

#494F50 rengi CMYK tonu (9,1,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 1.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,1,0,69)
C9M1Y0K69 
(9%,1%,0%,69%)
(0.09/0.01/0.00/0.69)	

CMYK yüzdeleri

%8.75
%1.25
%0
%68.63

Codes

Color #494F50 in popluar color models

494F50
RGB737980
HSL189°4.58%30.00%
HSB/HSV189°8.75%31.37%
CMYK8.75%1.25%0.00%
68.63%

Color #494F50 in popluar number systems.

HEX494F50
Decimal737980
Binary100100110011111010000
Octal111117120

Shades and tints

Shades of #494F50

#494F50
(73,79,80)
#434849
(67,72,73)
#3D4142
(61,65,66)
#373A3B
(55,58,59)
#313334
(49,51,52)
#2B2C2D
(43,44,45)
#252526
(37,37,38)
#1F1E1F
(31,30,31)
#191718
(25,23,24)
#131011
(19,16,17)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #494F50

#494F50
(73,79,80)
#595F5F
(89,95,95)
#696F6E
(105,111,110)
#797F7D
(121,127,125)
#898F8C
(137,143,140)
#999F9B
(153,159,155)
#A9AFAA
(169,175,170)
#B9BFB9
(185,191,185)
#C9CFC8
(201,207,200)
#D9DFD7
(217,223,215)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F50; }

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

This text font color is #494F50.


Background Color

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

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

This div background color is #494F50.


Border color

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

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

This div border color is #494F50.


Opacity

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

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

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

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

This text has shadow with #494F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F50 on black background.


Color preview on white background

This text has color #494F50 on white background.



Black color preview on #494F50 background

This text has black color on #494F50 background.


White color preview on #494F50 background

This text has white color on #494F50 background.