COLOR #49494C

HEX: #49494C
RGB: (73,73,76)

Renk bilgisi

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

RGB renk modeli

#49494C color RGB value is (73,73,76).

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

RGB bağlantıları ve doygunluk

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

73
73
76

R + G + B ~ 29%. #49494C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 73 + 76 = 222 (100%)
R 73 of 222 ~ 32.88%
G 73 of 222 ~ 32.88%
B 76 of 222 ~ 34.23%

%32.88
%32.88
%34.23

CMYK RENK MODELİ

#49494C rengi CMYK tonu (4,4,0,70).

  • camgöbeği tonu 3.95%
  • eflatun tonu 3.95%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(4,4,0,70)
C4M4Y0K70 
(4%,4%,0%,70%)
(0.04/0.04/0.00/0.70)	

CMYK yüzdeleri

%3.95
%3.95
%0
%70.2

Codes

Color #49494C in popluar color models

49494C
RGB737376
HSL240°2.01%29.22%
HSB/HSV240°3.95%29.80%
CMYK3.95%3.95%0.00%
70.20%

Color #49494C in popluar number systems.

HEX49494C
Decimal737376
Binary100100110010011001100
Octal111111114

Shades and tints

Shades of #49494C

#49494C
(73,73,76)
#434346
(67,67,70)
#3D3D40
(61,61,64)
#37373A
(55,55,58)
#313134
(49,49,52)
#2B2B2E
(43,43,46)
#252528
(37,37,40)
#1F1F22
(31,31,34)
#19191C
(25,25,28)
#131316
(19,19,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #49494C

#49494C
(73,73,76)
#59595C
(89,89,92)
#69696C
(105,105,108)
#79797C
(121,121,124)
#89898C
(137,137,140)
#99999C
(153,153,156)
#A9A9AC
(169,169,172)
#B9B9BC
(185,185,188)
#C9C9CC
(201,201,204)
#D9D9DC
(217,217,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49494C; }

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

This text font color is #49494C.


Background Color

.myBgColor { background-color: #49494C; }

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

This div background color is #49494C.


Border color

.myBorderColor { border: 1px solid #49494C; }

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

This div border color is #49494C.


Opacity

.myOpacity80 { color: #49494C; opacity: 0.8; }

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

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

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

This text has shadow with #49494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49494C on black background.


Color preview on white background

This text has color #49494C on white background.



Black color preview on #49494C background

This text has black color on #49494C background.


White color preview on #49494C background

This text has white color on #49494C background.