COLOR #494249

HEX: #494249
RGB: (73,66,73)

Renk bilgisi

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

RGB renk modeli

#494249 color RGB value is (73,66,73).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 66 of 255 = 26%
B 73 of 255 = 29%

73
66
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 66 + 73 = 212 (100%)
R 73 of 212 ~ 34.43%
G 66 of 212 ~ 31.13%
B 73 of 212 ~ 34.43%

%34.43
%31.13
%34.43

CMYK RENK MODELİ

#494249 rengi CMYK tonu (0,10,0,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.59%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(0,10,0,71)
C0M10Y0K71 
(0%,10%,0%,71%)
(0.00/0.10/0.00/0.71)	

CMYK yüzdeleri

%0
%9.59
%0
%71.37

Codes

Color #494249 in popluar color models

494249
RGB736673
HSL300°5.04%27.25%
HSB/HSV300°9.59%28.63%
CMYK0.00%9.59%0.00%
71.37%

Color #494249 in popluar number systems.

HEX494249
Decimal736673
Binary100100110000101001001
Octal111102111

Shades and tints

Shades of #494249

#494249
(73,66,73)
#433C43
(67,60,67)
#3D363D
(61,54,61)
#373037
(55,48,55)
#312A31
(49,42,49)
#2B242B
(43,36,43)
#251E25
(37,30,37)
#1F181F
(31,24,31)
#191219
(25,18,25)
#130C13
(19,12,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #494249

#494249
(73,66,73)
#595359
(89,83,89)
#696469
(105,100,105)
#797579
(121,117,121)
#898689
(137,134,137)
#999799
(153,151,153)
#A9A8A9
(169,168,169)
#B9B9B9
(185,185,185)
#C9CAC9
(201,202,201)
#D9DBD9
(217,219,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494249; }

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

This text font color is #494249.


Background Color

.myBgColor { background-color: #494249; }

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

This div background color is #494249.


Border color

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

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

This div border color is #494249.


Opacity

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

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

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

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

This text has shadow with #494249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494249 on black background.


Color preview on white background

This text has color #494249 on white background.



Black color preview on #494249 background

This text has black color on #494249 background.


White color preview on #494249 background

This text has white color on #494249 background.