COLOR #494F4D

HEX: #494F4D
RGB: (73,79,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
79
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 79 + 77 = 229 (100%)
R 73 of 229 ~ 31.88%
G 79 of 229 ~ 34.5%
B 77 of 229 ~ 33.62%

%31.88
%34.5
%33.62

CMYK RENK MODELİ

#494F4D rengi CMYK tonu (8,0,3,69).

  • camgöbeği tonu 7.59%
  • eflatun tonu 0.00%
  • sarı tonu 2.53%
  • ana renk tonu 69.02%
CMYK:
(8,0,3,69)
C8M0Y3K69 
(8%,0%,3%,69%)
(0.08/0.00/0.03/0.69)	

CMYK yüzdeleri

%7.59
%0
%2.53
%69.02

Codes

Color #494F4D in popluar color models

494F4D
RGB737977
HSL160°3.95%29.80%
HSB/HSV160°7.59%30.98%
CMYK7.59%0.00%2.53%
69.02%

Color #494F4D in popluar number systems.

HEX494F4D
Decimal737977
Binary100100110011111001101
Octal111117115

Shades and tints

Shades of #494F4D

#494F4D
(73,79,77)
#434846
(67,72,70)
#3D413F
(61,65,63)
#373A38
(55,58,56)
#313331
(49,51,49)
#2B2C2A
(43,44,42)
#252523
(37,37,35)
#1F1E1C
(31,30,28)
#191715
(25,23,21)
#13100E
(19,16,14)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #494F4D

#494F4D
(73,79,77)
#595F5D
(89,95,93)
#696F6D
(105,111,109)
#797F7D
(121,127,125)
#898F8D
(137,143,141)
#999F9D
(153,159,157)
#A9AFAD
(169,175,173)
#B9BFBD
(185,191,189)
#C9CFCD
(201,207,205)
#D9DFDD
(217,223,221)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494F4D; }

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

This text font color is #494F4D.


Background Color

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

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

This div background color is #494F4D.


Border color

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

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

This div border color is #494F4D.


Opacity

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

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

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

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

This text has shadow with #494F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494F4D on black background.


Color preview on white background

This text has color #494F4D on white background.



Black color preview on #494F4D background

This text has black color on #494F4D background.


White color preview on #494F4D background

This text has white color on #494F4D background.