COLOR #493447

HEX: #493447
RGB: (73,52,71)

Renk bilgisi

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

RGB renk modeli

#493447 color RGB value is (73,52,71).

  • kırmız ton 73;
  • yeşil ton 52;
  • mavi ton 71.
RGB:
(73,52,71)
(29%,20%,28%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 52 of 255 = 20%
B 71 of 255 = 28%

73
52
71

R + G + B ~ 26%. #493447 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 52 + 71 = 196 (100%)
R 73 of 196 ~ 37.24%
G 52 of 196 ~ 26.53%
B 71 of 196 ~ 36.22%

%37.24
%26.53
%36.22

CMYK RENK MODELİ

#493447 rengi CMYK tonu (0,29,3,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.77%
  • sarı tonu 2.74%
  • ana renk tonu 71.37%
CMYK:
(0,29,3,71)
C0M29Y3K71 
(0%,29%,3%,71%)
(0.00/0.29/0.03/0.71)	

CMYK yüzdeleri

%0
%28.77
%2.74
%71.37

Codes

Color #493447 in popluar color models

493447
RGB735271
HSL306°16.80%24.51%
HSB/HSV306°28.77%28.63%
CMYK0.00%28.77%2.74%
71.37%

Color #493447 in popluar number systems.

HEX493447
Decimal735271
Binary10010011101001000111
Octal11164107

Shades and tints

Shades of #493447

#493447
(73,52,71)
#433041
(67,48,65)
#3D2C3B
(61,44,59)
#372835
(55,40,53)
#31242F
(49,36,47)
#2B2029
(43,32,41)
#251C23
(37,28,35)
#1F181D
(31,24,29)
#191417
(25,20,23)
#131011
(19,16,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #493447

#493447
(73,52,71)
#594657
(89,70,87)
#695867
(105,88,103)
#796A77
(121,106,119)
#897C87
(137,124,135)
#998E97
(153,142,151)
#A9A0A7
(169,160,167)
#B9B2B7
(185,178,183)
#C9C4C7
(201,196,199)
#D9D6D7
(217,214,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493447; }

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

This text font color is #493447.


Background Color

.myBgColor { background-color: #493447; }

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

This div background color is #493447.


Border color

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

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

This div border color is #493447.


Opacity

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

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

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

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

This text has shadow with #493447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493447 on black background.


Color preview on white background

This text has color #493447 on white background.



Black color preview on #493447 background

This text has black color on #493447 background.


White color preview on #493447 background

This text has white color on #493447 background.