COLOR #494C48

HEX: #494C48
RGB: (73,76,72)

Renk bilgisi

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

RGB renk modeli

#494C48 color RGB value is (73,76,72).

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

RGB bağlantıları ve doygunluk

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

73
76
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 76 + 72 = 221 (100%)
R 73 of 221 ~ 33.03%
G 76 of 221 ~ 34.39%
B 72 of 221 ~ 32.58%

%33.03
%34.39
%32.58

CMYK RENK MODELİ

#494C48 rengi CMYK tonu (4,0,5,70).

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

CMYK yüzdeleri

%3.95
%0
%5.26
%70.2

Codes

Color #494C48 in popluar color models

494C48
RGB737672
HSL105°2.70%29.02%
HSB/HSV105°5.26%29.80%
CMYK3.95%0.00%5.26%
70.20%

Color #494C48 in popluar number systems.

HEX494C48
Decimal737672
Binary100100110011001001000
Octal111114110

Shades and tints

Shades of #494C48

#494C48
(73,76,72)
#434642
(67,70,66)
#3D403C
(61,64,60)
#373A36
(55,58,54)
#313430
(49,52,48)
#2B2E2A
(43,46,42)
#252824
(37,40,36)
#1F221E
(31,34,30)
#191C18
(25,28,24)
#131612
(19,22,18)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #494C48

#494C48
(73,76,72)
#595C58
(89,92,88)
#696C68
(105,108,104)
#797C78
(121,124,120)
#898C88
(137,140,136)
#999C98
(153,156,152)
#A9ACA8
(169,172,168)
#B9BCB8
(185,188,184)
#C9CCC8
(201,204,200)
#D9DCD8
(217,220,216)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494C48; }

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

This text font color is #494C48.


Background Color

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

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

This div background color is #494C48.


Border color

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

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

This div border color is #494C48.


Opacity

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

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

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

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

This text has shadow with #494C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494C48 on black background.


Color preview on white background

This text has color #494C48 on white background.



Black color preview on #494C48 background

This text has black color on #494C48 background.


White color preview on #494C48 background

This text has white color on #494C48 background.