COLOR #494D47

HEX: #494D47
RGB: (73,77,71)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

73
77
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 71 = 221 (100%)
R 73 of 221 ~ 33.03%
G 77 of 221 ~ 34.84%
B 71 of 221 ~ 32.13%

%33.03
%34.84
%32.13

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%5.19
%0
%7.79
%69.8

Codes

Color #494D47 in popluar color models

494D47
RGB737771
HSL100°4.05%29.02%
HSB/HSV100°7.79%30.20%
CMYK5.19%0.00%7.79%
69.80%

Color #494D47 in popluar number systems.

HEX494D47
Decimal737771
Binary100100110011011000111
Octal111115107

Shades and tints

Shades of #494D47

#494D47
(73,77,71)
#434641
(67,70,65)
#3D3F3B
(61,63,59)
#373835
(55,56,53)
#31312F
(49,49,47)
#2B2A29
(43,42,41)
#252323
(37,35,35)
#1F1C1D
(31,28,29)
#191517
(25,21,23)
#130E11
(19,14,17)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #494D47

#494D47
(73,77,71)
#595D57
(89,93,87)
#696D67
(105,109,103)
#797D77
(121,125,119)
#898D87
(137,141,135)
#999D97
(153,157,151)
#A9ADA7
(169,173,167)
#B9BDB7
(185,189,183)
#C9CDC7
(201,205,199)
#D9DDD7
(217,221,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D47; }

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

This text font color is #494D47.


Background Color

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

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

This div background color is #494D47.


Border color

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

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

This div border color is #494D47.


Opacity

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

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

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

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

This text has shadow with #494D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D47 on black background.


Color preview on white background

This text has color #494D47 on white background.



Black color preview on #494D47 background

This text has black color on #494D47 background.


White color preview on #494D47 background

This text has white color on #494D47 background.