COLOR #494D4D

HEX: #494D4D
RGB: (73,77,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
77
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 77 = 227 (100%)
R 73 of 227 ~ 32.16%
G 77 of 227 ~ 33.92%
B 77 of 227 ~ 33.92%

%32.16
%33.92
%33.92

CMYK RENK MODELİ

#494D4D rengi CMYK tonu (5,0,0,70).

  • camgöbeği tonu 5.19%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 69.80%
CMYK:
(5,0,0,70)
C5M0Y0K70 
(5%,0%,0%,70%)
(0.05/0.00/0.00/0.70)	

CMYK yüzdeleri

%5.19
%0
%0
%69.8

Codes

Color #494D4D in popluar color models

494D4D
RGB737777
HSL180°2.67%29.41%
HSB/HSV180°5.19%30.20%
CMYK5.19%0.00%0.00%
69.80%

Color #494D4D in popluar number systems.

HEX494D4D
Decimal737777
Binary100100110011011001101
Octal111115115

Shades and tints

Shades of #494D4D

#494D4D
(73,77,77)
#434646
(67,70,70)
#3D3F3F
(61,63,63)
#373838
(55,56,56)
#313131
(49,49,49)
#2B2A2A
(43,42,42)
#252323
(37,35,35)
#1F1C1C
(31,28,28)
#191515
(25,21,21)
#130E0E
(19,14,14)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #494D4D

#494D4D
(73,77,77)
#595D5D
(89,93,93)
#696D6D
(105,109,109)
#797D7D
(121,125,125)
#898D8D
(137,141,141)
#999D9D
(153,157,157)
#A9ADAD
(169,173,173)
#B9BDBD
(185,189,189)
#C9CDCD
(201,205,205)
#D9DDDD
(217,221,221)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D4D; }

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

This text font color is #494D4D.


Background Color

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

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

This div background color is #494D4D.


Border color

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

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

This div border color is #494D4D.


Opacity

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

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

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

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

This text has shadow with #494D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D4D on black background.


Color preview on white background

This text has color #494D4D on white background.



Black color preview on #494D4D background

This text has black color on #494D4D background.


White color preview on #494D4D background

This text has white color on #494D4D background.