COLOR #494344

HEX: #494344
RGB: (73,67,68)

Renk bilgisi

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

RGB renk modeli

#494344 color RGB value is (73,67,68).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 68 of 255 = 27%

73
67
68

R + G + B ~ 27%. #494344 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 68 = 208 (100%)
R 73 of 208 ~ 35.1%
G 67 of 208 ~ 32.21%
B 68 of 208 ~ 32.69%

%35.1
%32.21
%32.69

CMYK RENK MODELİ

#494344 rengi CMYK tonu (0,8,7,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 6.85%
  • ana renk tonu 71.37%
CMYK:
(0,8,7,71)
C0M8Y7K71 
(0%,8%,7%,71%)
(0.00/0.08/0.07/0.71)	

CMYK yüzdeleri

%0
%8.22
%6.85
%71.37

Codes

Color #494344 in popluar color models

494344
RGB736768
HSL350°4.29%27.45%
HSB/HSV350°8.22%28.63%
CMYK0.00%8.22%6.85%
71.37%

Color #494344 in popluar number systems.

HEX494344
Decimal736768
Binary100100110000111000100
Octal111103104

Shades and tints

Shades of #494344

#494344
(73,67,68)
#433D3E
(67,61,62)
#3D3738
(61,55,56)
#373132
(55,49,50)
#312B2C
(49,43,44)
#2B2526
(43,37,38)
#251F20
(37,31,32)
#1F191A
(31,25,26)
#191314
(25,19,20)
#130D0E
(19,13,14)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #494344

#494344
(73,67,68)
#595455
(89,84,85)
#696566
(105,101,102)
#797677
(121,118,119)
#898788
(137,135,136)
#999899
(153,152,153)
#A9A9AA
(169,169,170)
#B9BABB
(185,186,187)
#C9CBCC
(201,203,204)
#D9DCDD
(217,220,221)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494344; }

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

This text font color is #494344.


Background Color

.myBgColor { background-color: #494344; }

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

This div background color is #494344.


Border color

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

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

This div border color is #494344.


Opacity

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

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

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

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

This text has shadow with #494344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494344 on black background.


Color preview on white background

This text has color #494344 on white background.



Black color preview on #494344 background

This text has black color on #494344 background.


White color preview on #494344 background

This text has white color on #494344 background.