COLOR #493248

HEX: #493248
RGB: (73,50,72)

Renk bilgisi

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

RGB renk modeli

#493248 color RGB value is (73,50,72).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 50 of 255 = 20%
B 72 of 255 = 28%

73
50
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 50 + 72 = 195 (100%)
R 73 of 195 ~ 37.44%
G 50 of 195 ~ 25.64%
B 72 of 195 ~ 36.92%

%37.44
%25.64
%36.92

CMYK RENK MODELİ

#493248 rengi CMYK tonu (0,32,1,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.51%
  • sarı tonu 1.37%
  • ana renk tonu 71.37%
CMYK:
(0,32,1,71)
C0M32Y1K71 
(0%,32%,1%,71%)
(0.00/0.32/0.01/0.71)	

CMYK yüzdeleri

%0
%31.51
%1.37
%71.37

Codes

Color #493248 in popluar color models

493248
RGB735072
HSL303°18.70%24.12%
HSB/HSV303°31.51%28.63%
CMYK0.00%31.51%1.37%
71.37%

Color #493248 in popluar number systems.

HEX493248
Decimal735072
Binary10010011100101001000
Octal11162110

Shades and tints

Shades of #493248

#493248
(73,50,72)
#432E42
(67,46,66)
#3D2A3C
(61,42,60)
#372636
(55,38,54)
#312230
(49,34,48)
#2B1E2A
(43,30,42)
#251A24
(37,26,36)
#1F161E
(31,22,30)
#191218
(25,18,24)
#130E12
(19,14,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #493248

#493248
(73,50,72)
#594458
(89,68,88)
#695668
(105,86,104)
#796878
(121,104,120)
#897A88
(137,122,136)
#998C98
(153,140,152)
#A99EA8
(169,158,168)
#B9B0B8
(185,176,184)
#C9C2C8
(201,194,200)
#D9D4D8
(217,212,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493248; }

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

This text font color is #493248.


Background Color

.myBgColor { background-color: #493248; }

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

This div background color is #493248.


Border color

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

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

This div border color is #493248.


Opacity

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

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

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

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

This text has shadow with #493248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493248 on black background.


Color preview on white background

This text has color #493248 on white background.



Black color preview on #493248 background

This text has black color on #493248 background.


White color preview on #493248 background

This text has white color on #493248 background.