COLOR #494747

HEX: #494747
RGB: (73,71,71)

Renk bilgisi

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

RGB renk modeli

#494747 color RGB value is (73,71,71).

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

RGB bağlantıları ve doygunluk

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

73
71
71

R + G + B ~ 28%. #494747 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 71 = 215 (100%)
R 73 of 215 ~ 33.95%
G 71 of 215 ~ 33.02%
B 71 of 215 ~ 33.02%

%33.95
%33.02
%33.02

CMYK RENK MODELİ

#494747 rengi CMYK tonu (0,3,3,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.74%
  • sarı tonu 2.74%
  • ana renk tonu 71.37%
CMYK:
(0,3,3,71)
C0M3Y3K71 
(0%,3%,3%,71%)
(0.00/0.03/0.03/0.71)	

CMYK yüzdeleri

%0
%2.74
%2.74
%71.37

Codes

Color #494747 in popluar color models

494747
RGB737171
HSL1.39%28.24%
HSB/HSV2.74%28.63%
CMYK0.00%2.74%2.74%
71.37%

Color #494747 in popluar number systems.

HEX494747
Decimal737171
Binary100100110001111000111
Octal111107107

Shades and tints

Shades of #494747

#494747
(73,71,71)
#434141
(67,65,65)
#3D3B3B
(61,59,59)
#373535
(55,53,53)
#312F2F
(49,47,47)
#2B2929
(43,41,41)
#252323
(37,35,35)
#1F1D1D
(31,29,29)
#191717
(25,23,23)
#131111
(19,17,17)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #494747

#494747
(73,71,71)
#595757
(89,87,87)
#696767
(105,103,103)
#797777
(121,119,119)
#898787
(137,135,135)
#999797
(153,151,151)
#A9A7A7
(169,167,167)
#B9B7B7
(185,183,183)
#C9C7C7
(201,199,199)
#D9D7D7
(217,215,215)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494747; }

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

This text font color is #494747.


Background Color

.myBgColor { background-color: #494747; }

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

This div background color is #494747.


Border color

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

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

This div border color is #494747.


Opacity

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

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

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

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

This text has shadow with #494747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494747 on black background.


Color preview on white background

This text has color #494747 on white background.



Black color preview on #494747 background

This text has black color on #494747 background.


White color preview on #494747 background

This text has white color on #494747 background.