COLOR #493147

HEX: #493147
RGB: (73,49,71)

Renk bilgisi

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

RGB renk modeli

#493147 color RGB value is (73,49,71).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 49 of 255 = 19%
B 71 of 255 = 28%

73
49
71

R + G + B ~ 25%. #493147 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 49 + 71 = 193 (100%)
R 73 of 193 ~ 37.82%
G 49 of 193 ~ 25.39%
B 71 of 193 ~ 36.79%

%37.82
%25.39
%36.79

CMYK RENK MODELİ

#493147 rengi CMYK tonu (0,33,3,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.88%
  • sarı tonu 2.74%
  • ana renk tonu 71.37%
CMYK:
(0,33,3,71)
C0M33Y3K71 
(0%,33%,3%,71%)
(0.00/0.33/0.03/0.71)	

CMYK yüzdeleri

%0
%32.88
%2.74
%71.37

Codes

Color #493147 in popluar color models

493147
RGB734971
HSL305°19.67%23.92%
HSB/HSV305°32.88%28.63%
CMYK0.00%32.88%2.74%
71.37%

Color #493147 in popluar number systems.

HEX493147
Decimal734971
Binary10010011100011000111
Octal11161107

Shades and tints

Shades of #493147

#493147
(73,49,71)
#432D41
(67,45,65)
#3D293B
(61,41,59)
#372535
(55,37,53)
#31212F
(49,33,47)
#2B1D29
(43,29,41)
#251923
(37,25,35)
#1F151D
(31,21,29)
#191117
(25,17,23)
#130D11
(19,13,17)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #493147

#493147
(73,49,71)
#594357
(89,67,87)
#695567
(105,85,103)
#796777
(121,103,119)
#897987
(137,121,135)
#998B97
(153,139,151)
#A99DA7
(169,157,167)
#B9AFB7
(185,175,183)
#C9C1C7
(201,193,199)
#D9D3D7
(217,211,215)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493147; }

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

This text font color is #493147.


Background Color

.myBgColor { background-color: #493147; }

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

This div background color is #493147.


Border color

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

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

This div border color is #493147.


Opacity

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

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

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

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

This text has shadow with #493147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493147 on black background.


Color preview on white background

This text has color #493147 on white background.



Black color preview on #493147 background

This text has black color on #493147 background.


White color preview on #493147 background

This text has white color on #493147 background.