COLOR #494350

HEX: #494350
RGB: (73,67,80)

Renk bilgisi

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

RGB renk modeli

#494350 color RGB value is (73,67,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 80 of 255 = 31%

73
67
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 80 = 220 (100%)
R 73 of 220 ~ 33.18%
G 67 of 220 ~ 30.45%
B 80 of 220 ~ 36.36%

%33.18
%30.45
%36.36

CMYK RENK MODELİ

#494350 rengi CMYK tonu (9,16,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 16.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,16,0,69)
C9M16Y0K69 
(9%,16%,0%,69%)
(0.09/0.16/0.00/0.69)	

CMYK yüzdeleri

%8.75
%16.25
%0
%68.63

Codes

Color #494350 in popluar color models

494350
RGB736780
HSL268°8.84%28.82%
HSB/HSV268°16.25%31.37%
CMYK8.75%16.25%0.00%
68.63%

Color #494350 in popluar number systems.

HEX494350
Decimal736780
Binary100100110000111010000
Octal111103120

Shades and tints

Shades of #494350

#494350
(73,67,80)
#433D49
(67,61,73)
#3D3742
(61,55,66)
#37313B
(55,49,59)
#312B34
(49,43,52)
#2B252D
(43,37,45)
#251F26
(37,31,38)
#1F191F
(31,25,31)
#191318
(25,19,24)
#130D11
(19,13,17)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #494350

#494350
(73,67,80)
#59545F
(89,84,95)
#69656E
(105,101,110)
#79767D
(121,118,125)
#89878C
(137,135,140)
#99989B
(153,152,155)
#A9A9AA
(169,169,170)
#B9BAB9
(185,186,185)
#C9CBC8
(201,203,200)
#D9DCD7
(217,220,215)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494350; }

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

This text font color is #494350.


Background Color

.myBgColor { background-color: #494350; }

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

This div background color is #494350.


Border color

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

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

This div border color is #494350.


Opacity

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

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

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

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

This text has shadow with #494350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494350 on black background.


Color preview on white background

This text has color #494350 on white background.



Black color preview on #494350 background

This text has black color on #494350 background.


White color preview on #494350 background

This text has white color on #494350 background.