COLOR #494D54

HEX: #494D54
RGB: (73,77,84)

Renk bilgisi

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

RGB renk modeli

#494D54 color RGB value is (73,77,84).

  • kırmız ton 73;
  • yeşil ton 77;
  • mavi ton 84.
RGB:
(73,77,84)
(29%,30%,33%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 77 of 255 = 30%
B 84 of 255 = 33%

73
77
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 84 = 234 (100%)
R 73 of 234 ~ 31.2%
G 77 of 234 ~ 32.91%
B 84 of 234 ~ 35.9%

%31.2
%32.91
%35.9

CMYK RENK MODELİ

#494D54 rengi CMYK tonu (13,8,0,67).

  • camgöbeği tonu 13.10%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(13,8,0,67)
C13M8Y0K67 
(13%,8%,0%,67%)
(0.13/0.08/0.00/0.67)	

CMYK yüzdeleri

%13.1
%8.33
%0
%67.06

Codes

Color #494D54 in popluar color models

494D54
RGB737784
HSL218°7.01%30.78%
HSB/HSV218°13.10%32.94%
CMYK13.10%8.33%0.00%
67.06%

Color #494D54 in popluar number systems.

HEX494D54
Decimal737784
Binary100100110011011010100
Octal111115124

Shades and tints

Shades of #494D54

#494D54
(73,77,84)
#43464D
(67,70,77)
#3D3F46
(61,63,70)
#37383F
(55,56,63)
#313138
(49,49,56)
#2B2A31
(43,42,49)
#25232A
(37,35,42)
#1F1C23
(31,28,35)
#19151C
(25,21,28)
#130E15
(19,14,21)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #494D54

#494D54
(73,77,84)
#595D63
(89,93,99)
#696D72
(105,109,114)
#797D81
(121,125,129)
#898D90
(137,141,144)
#999D9F
(153,157,159)
#A9ADAE
(169,173,174)
#B9BDBD
(185,189,189)
#C9CDCC
(201,205,204)
#D9DDDB
(217,221,219)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D54; }

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

This text font color is #494D54.


Background Color

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

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

This div background color is #494D54.


Border color

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

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

This div border color is #494D54.


Opacity

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

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

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

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

This text has shadow with #494D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D54 on black background.


Color preview on white background

This text has color #494D54 on white background.



Black color preview on #494D54 background

This text has black color on #494D54 background.


White color preview on #494D54 background

This text has white color on #494D54 background.