COLOR #494E4D

HEX: #494E4D
RGB: (73,78,77)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
78
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 78 + 77 = 228 (100%)
R 73 of 228 ~ 32.02%
G 78 of 228 ~ 34.21%
B 77 of 228 ~ 33.77%

%32.02
%34.21
%33.77

CMYK RENK MODELİ

#494E4D rengi CMYK tonu (6,0,1,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 0.00%
  • sarı tonu 1.28%
  • ana renk tonu 69.41%
CMYK:
(6,0,1,69)
C6M0Y1K69 
(6%,0%,1%,69%)
(0.06/0.00/0.01/0.69)	

CMYK yüzdeleri

%6.41
%0
%1.28
%69.41

Codes

Color #494E4D in popluar color models

494E4D
RGB737877
HSL168°3.31%29.61%
HSB/HSV168°6.41%30.59%
CMYK6.41%0.00%1.28%
69.41%

Color #494E4D in popluar number systems.

HEX494E4D
Decimal737877
Binary100100110011101001101
Octal111116115

Shades and tints

Shades of #494E4D

#494E4D
(73,78,77)
#434746
(67,71,70)
#3D403F
(61,64,63)
#373938
(55,57,56)
#313231
(49,50,49)
#2B2B2A
(43,43,42)
#252423
(37,36,35)
#1F1D1C
(31,29,28)
#191615
(25,22,21)
#130F0E
(19,15,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #494E4D

#494E4D
(73,78,77)
#595E5D
(89,94,93)
#696E6D
(105,110,109)
#797E7D
(121,126,125)
#898E8D
(137,142,141)
#999E9D
(153,158,157)
#A9AEAD
(169,174,173)
#B9BEBD
(185,190,189)
#C9CECD
(201,206,205)
#D9DEDD
(217,222,221)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494E4D; }

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

This text font color is #494E4D.


Background Color

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

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

This div background color is #494E4D.


Border color

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

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

This div border color is #494E4D.


Opacity

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

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

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

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

This text has shadow with #494E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494E4D on black background.


Color preview on white background

This text has color #494E4D on white background.



Black color preview on #494E4D background

This text has black color on #494E4D background.


White color preview on #494E4D background

This text has white color on #494E4D background.