COLOR #494448

HEX: #494448
RGB: (73,68,72)

Renk bilgisi

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

RGB renk modeli

#494448 color RGB value is (73,68,72).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 72 of 255 = 28%

73
68
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 72 = 213 (100%)
R 73 of 213 ~ 34.27%
G 68 of 213 ~ 31.92%
B 72 of 213 ~ 33.8%

%34.27
%31.92
%33.8

CMYK RENK MODELİ

#494448 rengi CMYK tonu (0,7,1,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.85%
  • sarı tonu 1.37%
  • ana renk tonu 71.37%
CMYK:
(0,7,1,71)
C0M7Y1K71 
(0%,7%,1%,71%)
(0.00/0.07/0.01/0.71)	

CMYK yüzdeleri

%0
%6.85
%1.37
%71.37

Codes

Color #494448 in popluar color models

494448
RGB736872
HSL312°3.55%27.65%
HSB/HSV312°6.85%28.63%
CMYK0.00%6.85%1.37%
71.37%

Color #494448 in popluar number systems.

HEX494448
Decimal736872
Binary100100110001001001000
Octal111104110

Shades and tints

Shades of #494448

#494448
(73,68,72)
#433E42
(67,62,66)
#3D383C
(61,56,60)
#373236
(55,50,54)
#312C30
(49,44,48)
#2B262A
(43,38,42)
#252024
(37,32,36)
#1F1A1E
(31,26,30)
#191418
(25,20,24)
#130E12
(19,14,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #494448

#494448
(73,68,72)
#595558
(89,85,88)
#696668
(105,102,104)
#797778
(121,119,120)
#898888
(137,136,136)
#999998
(153,153,152)
#A9AAA8
(169,170,168)
#B9BBB8
(185,187,184)
#C9CCC8
(201,204,200)
#D9DDD8
(217,221,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494448; }

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

This text font color is #494448.


Background Color

.myBgColor { background-color: #494448; }

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

This div background color is #494448.


Border color

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

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

This div border color is #494448.


Opacity

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

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

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

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

This text has shadow with #494448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494448 on black background.


Color preview on white background

This text has color #494448 on white background.



Black color preview on #494448 background

This text has black color on #494448 background.


White color preview on #494448 background

This text has white color on #494448 background.