COLOR #494D4C

HEX: #494D4C
RGB: (73,77,76)

Renk bilgisi

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

RGB renk modeli

#494D4C color RGB value is (73,77,76).

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

RGB bağlantıları ve doygunluk

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

73
77
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 77 + 76 = 226 (100%)
R 73 of 226 ~ 32.3%
G 77 of 226 ~ 34.07%
B 76 of 226 ~ 33.63%

%32.3
%34.07
%33.63

CMYK RENK MODELİ

#494D4C rengi CMYK tonu (5,0,1,70).

  • camgöbeği tonu 5.19%
  • eflatun tonu 0.00%
  • sarı tonu 1.30%
  • ana renk tonu 69.80%
CMYK:
(5,0,1,70)
C5M0Y1K70 
(5%,0%,1%,70%)
(0.05/0.00/0.01/0.70)	

CMYK yüzdeleri

%5.19
%0
%1.3
%69.8

Codes

Color #494D4C in popluar color models

494D4C
RGB737776
HSL165°2.67%29.41%
HSB/HSV165°5.19%30.20%
CMYK5.19%0.00%1.30%
69.80%

Color #494D4C in popluar number systems.

HEX494D4C
Decimal737776
Binary100100110011011001100
Octal111115114

Shades and tints

Shades of #494D4C

#494D4C
(73,77,76)
#434646
(67,70,70)
#3D3F40
(61,63,64)
#37383A
(55,56,58)
#313134
(49,49,52)
#2B2A2E
(43,42,46)
#252328
(37,35,40)
#1F1C22
(31,28,34)
#19151C
(25,21,28)
#130E16
(19,14,22)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #494D4C

#494D4C
(73,77,76)
#595D5C
(89,93,92)
#696D6C
(105,109,108)
#797D7C
(121,125,124)
#898D8C
(137,141,140)
#999D9C
(153,157,156)
#A9ADAC
(169,173,172)
#B9BDBC
(185,189,188)
#C9CDCC
(201,205,204)
#D9DDDC
(217,221,220)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494D4C; }

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

This text font color is #494D4C.


Background Color

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

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

This div background color is #494D4C.


Border color

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

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

This div border color is #494D4C.


Opacity

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

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

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

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

This text has shadow with #494D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494D4C on black background.


Color preview on white background

This text has color #494D4C on white background.



Black color preview on #494D4C background

This text has black color on #494D4C background.


White color preview on #494D4C background

This text has white color on #494D4C background.