COLOR #494F5D

HEX: #494F5D
RGB: (73,79,93)

Renk bilgisi

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

RGB renk modeli

#494F5D color RGB value is (73,79,93).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 79 of 255 = 31%
B 93 of 255 = 36%

73
79
93

R + G + B ~ 32%. #494F5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 93 = 245 (100%)
R 73 of 245 ~ 29.8%
G 79 of 245 ~ 32.24%
B 93 of 245 ~ 37.96%

%29.8
%32.24
%37.96

CMYK RENK MODELİ

#494F5D rengi CMYK tonu (22,15,0,64).

  • camgöbeği tonu 21.51%
  • eflatun tonu 15.05%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(22,15,0,64)
C22M15Y0K64 
(22%,15%,0%,64%)
(0.22/0.15/0.00/0.64)	

CMYK yüzdeleri

%21.51
%15.05
%0
%63.53

Codes

Color #494F5D in popluar color models

494F5D
RGB737993
HSL222°12.05%32.55%
HSB/HSV222°21.51%36.47%
CMYK21.51%15.05%0.00%
63.53%

Color #494F5D in popluar number systems.

HEX494F5D
Decimal737993
Binary100100110011111011101
Octal111117135

Shades and tints

Shades of #494F5D

#494F5D
(73,79,93)
#434855
(67,72,85)
#3D414D
(61,65,77)
#373A45
(55,58,69)
#31333D
(49,51,61)
#2B2C35
(43,44,53)
#25252D
(37,37,45)
#1F1E25
(31,30,37)
#19171D
(25,23,29)
#131015
(19,16,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #494F5D

#494F5D
(73,79,93)
#595F6B
(89,95,107)
#696F79
(105,111,121)
#797F87
(121,127,135)
#898F95
(137,143,149)
#999FA3
(153,159,163)
#A9AFB1
(169,175,177)
#B9BFBF
(185,191,191)
#C9CFCD
(201,207,205)
#D9DFDB
(217,223,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F5D; }

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

This text font color is #494F5D.


Background Color

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

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

This div background color is #494F5D.


Border color

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

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

This div border color is #494F5D.


Opacity

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

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

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

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

This text has shadow with #494F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F5D on black background.


Color preview on white background

This text has color #494F5D on white background.



Black color preview on #494F5D background

This text has black color on #494F5D background.


White color preview on #494F5D background

This text has white color on #494F5D background.