COLOR #494753

HEX: #494753
RGB: (73,71,83)

Renk bilgisi

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

RGB renk modeli

#494753 color RGB value is (73,71,83).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 83 of 255 = 33%

73
71
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 83 = 227 (100%)
R 73 of 227 ~ 32.16%
G 71 of 227 ~ 31.28%
B 83 of 227 ~ 36.56%

%32.16
%31.28
%36.56

CMYK RENK MODELİ

#494753 rengi CMYK tonu (12,14,0,67).

  • camgöbeği tonu 12.05%
  • eflatun tonu 14.46%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(12,14,0,67)
C12M14Y0K67 
(12%,14%,0%,67%)
(0.12/0.14/0.00/0.67)	

CMYK yüzdeleri

%12.05
%14.46
%0
%67.45

Codes

Color #494753 in popluar color models

494753
RGB737183
HSL250°7.79%30.20%
HSB/HSV250°14.46%32.55%
CMYK12.05%14.46%0.00%
67.45%

Color #494753 in popluar number systems.

HEX494753
Decimal737183
Binary100100110001111010011
Octal111107123

Shades and tints

Shades of #494753

#494753
(73,71,83)
#43414C
(67,65,76)
#3D3B45
(61,59,69)
#37353E
(55,53,62)
#312F37
(49,47,55)
#2B2930
(43,41,48)
#252329
(37,35,41)
#1F1D22
(31,29,34)
#19171B
(25,23,27)
#131114
(19,17,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #494753

#494753
(73,71,83)
#595762
(89,87,98)
#696771
(105,103,113)
#797780
(121,119,128)
#89878F
(137,135,143)
#99979E
(153,151,158)
#A9A7AD
(169,167,173)
#B9B7BC
(185,183,188)
#C9C7CB
(201,199,203)
#D9D7DA
(217,215,218)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494753 color. Also use rgb(73,71,83) instead hex code.

Text Font Color

.myTextColor { color: #494753; }

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

This text font color is #494753.


Background Color

.myBgColor { background-color: #494753; }

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

This div background color is #494753.


Border color

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

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

This div border color is #494753.


Opacity

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

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

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

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

This text has shadow with #494753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494753 on black background.


Color preview on white background

This text has color #494753 on white background.



Black color preview on #494753 background

This text has black color on #494753 background.


White color preview on #494753 background

This text has white color on #494753 background.