COLOR #494854

HEX: #494854
RGB: (73,72,84)

Renk bilgisi

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

RGB renk modeli

#494854 color RGB value is (73,72,84).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 72 of 255 = 28%
B 84 of 255 = 33%

73
72
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 72 + 84 = 229 (100%)
R 73 of 229 ~ 31.88%
G 72 of 229 ~ 31.44%
B 84 of 229 ~ 36.68%

%31.88
%31.44
%36.68

CMYK RENK MODELİ

#494854 rengi CMYK tonu (13,14,0,67).

  • camgöbeği tonu 13.10%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 67.06%
CMYK:
(13,14,0,67)
C13M14Y0K67 
(13%,14%,0%,67%)
(0.13/0.14/0.00/0.67)	

CMYK yüzdeleri

%13.1
%14.29
%0
%67.06

Codes

Color #494854 in popluar color models

494854
RGB737284
HSL245°7.69%30.59%
HSB/HSV245°14.29%32.94%
CMYK13.10%14.29%0.00%
67.06%

Color #494854 in popluar number systems.

HEX494854
Decimal737284
Binary100100110010001010100
Octal111110124

Shades and tints

Shades of #494854

#494854
(73,72,84)
#43424D
(67,66,77)
#3D3C46
(61,60,70)
#37363F
(55,54,63)
#313038
(49,48,56)
#2B2A31
(43,42,49)
#25242A
(37,36,42)
#1F1E23
(31,30,35)
#19181C
(25,24,28)
#131215
(19,18,21)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #494854

#494854
(73,72,84)
#595863
(89,88,99)
#696872
(105,104,114)
#797881
(121,120,129)
#898890
(137,136,144)
#99989F
(153,152,159)
#A9A8AE
(169,168,174)
#B9B8BD
(185,184,189)
#C9C8CC
(201,200,204)
#D9D8DB
(217,216,219)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494854; }

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

This text font color is #494854.


Background Color

.myBgColor { background-color: #494854; }

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

This div background color is #494854.


Border color

.myBorderColor { border: 1px solid #494854; }

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

This div border color is #494854.


Opacity

.myOpacity80 { color: #494854; opacity: 0.8; }

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

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

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

This text has shadow with #494854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494854 on black background.


Color preview on white background

This text has color #494854 on white background.



Black color preview on #494854 background

This text has black color on #494854 background.


White color preview on #494854 background

This text has white color on #494854 background.