COLOR #494750

HEX: #494750
RGB: (73,71,80)

Renk bilgisi

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

RGB renk modeli

#494750 color RGB value is (73,71,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 80 of 255 = 31%

73
71
80

R + G + B ~ 29%. #494750 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 80 = 224 (100%)
R 73 of 224 ~ 32.59%
G 71 of 224 ~ 31.7%
B 80 of 224 ~ 35.71%

%32.59
%31.7
%35.71

CMYK RENK MODELİ

#494750 rengi CMYK tonu (9,11,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 11.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,11,0,69)
C9M11Y0K69 
(9%,11%,0%,69%)
(0.09/0.11/0.00/0.69)	

CMYK yüzdeleri

%8.75
%11.25
%0
%68.63

Codes

Color #494750 in popluar color models

494750
RGB737180
HSL253°5.96%29.61%
HSB/HSV253°11.25%31.37%
CMYK8.75%11.25%0.00%
68.63%

Color #494750 in popluar number systems.

HEX494750
Decimal737180
Binary100100110001111010000
Octal111107120

Shades and tints

Shades of #494750

#494750
(73,71,80)
#434149
(67,65,73)
#3D3B42
(61,59,66)
#37353B
(55,53,59)
#312F34
(49,47,52)
#2B292D
(43,41,45)
#252326
(37,35,38)
#1F1D1F
(31,29,31)
#191718
(25,23,24)
#131111
(19,17,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #494750

#494750
(73,71,80)
#59575F
(89,87,95)
#69676E
(105,103,110)
#79777D
(121,119,125)
#89878C
(137,135,140)
#99979B
(153,151,155)
#A9A7AA
(169,167,170)
#B9B7B9
(185,183,185)
#C9C7C8
(201,199,200)
#D9D7D7
(217,215,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494750; }

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

This text font color is #494750.


Background Color

.myBgColor { background-color: #494750; }

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

This div background color is #494750.


Border color

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

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

This div border color is #494750.


Opacity

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

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

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

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

This text has shadow with #494750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494750 on black background.


Color preview on white background

This text has color #494750 on white background.



Black color preview on #494750 background

This text has black color on #494750 background.


White color preview on #494750 background

This text has white color on #494750 background.