COLOR #493849

HEX: #493849
RGB: (73,56,73)

Renk bilgisi

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

RGB renk modeli

#493849 color RGB value is (73,56,73).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 56 of 255 = 22%
B 73 of 255 = 29%

73
56
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 56 + 73 = 202 (100%)
R 73 of 202 ~ 36.14%
G 56 of 202 ~ 27.72%
B 73 of 202 ~ 36.14%

%36.14
%27.72
%36.14

CMYK RENK MODELİ

#493849 rengi CMYK tonu (0,23,0,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.29%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(0,23,0,71)
C0M23Y0K71 
(0%,23%,0%,71%)
(0.00/0.23/0.00/0.71)	

CMYK yüzdeleri

%0
%23.29
%0
%71.37

Codes

Color #493849 in popluar color models

493849
RGB735673
HSL300°13.18%25.29%
HSB/HSV300°23.29%28.63%
CMYK0.00%23.29%0.00%
71.37%

Color #493849 in popluar number systems.

HEX493849
Decimal735673
Binary10010011110001001001
Octal11170111

Shades and tints

Shades of #493849

#493849
(73,56,73)
#433343
(67,51,67)
#3D2E3D
(61,46,61)
#372937
(55,41,55)
#312431
(49,36,49)
#2B1F2B
(43,31,43)
#251A25
(37,26,37)
#1F151F
(31,21,31)
#191019
(25,16,25)
#130B13
(19,11,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #493849

#493849
(73,56,73)
#594A59
(89,74,89)
#695C69
(105,92,105)
#796E79
(121,110,121)
#898089
(137,128,137)
#999299
(153,146,153)
#A9A4A9
(169,164,169)
#B9B6B9
(185,182,185)
#C9C8C9
(201,200,201)
#D9DAD9
(217,218,217)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493849; }

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

This text font color is #493849.


Background Color

.myBgColor { background-color: #493849; }

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

This div background color is #493849.


Border color

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

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

This div border color is #493849.


Opacity

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

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

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

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

This text has shadow with #493849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493849 on black background.


Color preview on white background

This text has color #493849 on white background.



Black color preview on #493849 background

This text has black color on #493849 background.


White color preview on #493849 background

This text has white color on #493849 background.