COLOR #493148

HEX: #493148
RGB: (73,49,72)

Renk bilgisi

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

RGB renk modeli

#493148 color RGB value is (73,49,72).

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

RGB bağlantıları ve doygunluk

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

73
49
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 49 + 72 = 194 (100%)
R 73 of 194 ~ 37.63%
G 49 of 194 ~ 25.26%
B 72 of 194 ~ 37.11%

%37.63
%25.26
%37.11

CMYK RENK MODELİ

#493148 rengi CMYK tonu (0,33,1,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.88%
  • sarı tonu 1.37%
  • ana renk tonu 71.37%
CMYK:
(0,33,1,71)
C0M33Y1K71 
(0%,33%,1%,71%)
(0.00/0.33/0.01/0.71)	

CMYK yüzdeleri

%0
%32.88
%1.37
%71.37

Codes

Color #493148 in popluar color models

493148
RGB734972
HSL303°19.67%23.92%
HSB/HSV303°32.88%28.63%
CMYK0.00%32.88%1.37%
71.37%

Color #493148 in popluar number systems.

HEX493148
Decimal734972
Binary10010011100011001000
Octal11161110

Shades and tints

Shades of #493148

#493148
(73,49,72)
#432D42
(67,45,66)
#3D293C
(61,41,60)
#372536
(55,37,54)
#312130
(49,33,48)
#2B1D2A
(43,29,42)
#251924
(37,25,36)
#1F151E
(31,21,30)
#191118
(25,17,24)
#130D12
(19,13,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #493148

#493148
(73,49,72)
#594358
(89,67,88)
#695568
(105,85,104)
#796778
(121,103,120)
#897988
(137,121,136)
#998B98
(153,139,152)
#A99DA8
(169,157,168)
#B9AFB8
(185,175,184)
#C9C1C8
(201,193,200)
#D9D3D8
(217,211,216)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493148; }

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

This text font color is #493148.


Background Color

.myBgColor { background-color: #493148; }

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

This div background color is #493148.


Border color

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

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

This div border color is #493148.


Opacity

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

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

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

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

This text has shadow with #493148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493148 on black background.


Color preview on white background

This text has color #493148 on white background.



Black color preview on #493148 background

This text has black color on #493148 background.


White color preview on #493148 background

This text has white color on #493148 background.