COLOR #493C52

HEX: #493C52
RGB: (73,60,82)

Renk bilgisi

#493C52 contains red, green and blue colors in about the same proportion. #493C52 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#493C52 color RGB value is (73,60,82).

  • kırmız ton 73;
  • yeşil ton 60;
  • mavi ton 82.
RGB:
(73,60,82)
(29%,24%,32%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 82 of 255 = 32%

73
60
82

R + G + B ~ 28%. #493C52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 82 = 215 (100%)
R 73 of 215 ~ 33.95%
G 60 of 215 ~ 27.91%
B 82 of 215 ~ 38.14%

%33.95
%27.91
%38.14

CMYK RENK MODELİ

#493C52 rengi CMYK tonu (11,27,0,68).

  • camgöbeği tonu 10.98%
  • eflatun tonu 26.83%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(11,27,0,68)
C11M27Y0K68 
(11%,27%,0%,68%)
(0.11/0.27/0.00/0.68)	

CMYK yüzdeleri

%10.98
%26.83
%0
%67.84

Codes

Color #493C52 in popluar color models

493C52
RGB736082
HSL275°15.49%27.84%
HSB/HSV275°26.83%32.16%
CMYK10.98%26.83%0.00%
67.84%

Color #493C52 in popluar number systems.

HEX493C52
Decimal736082
Binary10010011111001010010
Octal11174122

Shades and tints

Shades of #493C52

#493C52
(73,60,82)
#43374B
(67,55,75)
#3D3244
(61,50,68)
#372D3D
(55,45,61)
#312836
(49,40,54)
#2B232F
(43,35,47)
#251E28
(37,30,40)
#1F1921
(31,25,33)
#19141A
(25,20,26)
#130F13
(19,15,19)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #493C52

#493C52
(73,60,82)
#594D61
(89,77,97)
#695E70
(105,94,112)
#796F7F
(121,111,127)
#89808E
(137,128,142)
#99919D
(153,145,157)
#A9A2AC
(169,162,172)
#B9B3BB
(185,179,187)
#C9C4CA
(201,196,202)
#D9D5D9
(217,213,217)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493C52 color. Also use rgb(73,60,82) instead hex code.

Text Font Color

.myTextColor { color: #493C52; }

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

This text font color is #493C52.


Background Color

.myBgColor { background-color: #493C52; }

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

This div background color is #493C52.


Border color

.myBorderColor { border: 1px solid #493C52; }

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

This div border color is #493C52.


Opacity

.myOpacity80 { color: #493C52; opacity: 0.8; }

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

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

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

This text has shadow with #493C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C52 on black background.


Color preview on white background

This text has color #493C52 on white background.



Black color preview on #493C52 background

This text has black color on #493C52 background.


White color preview on #493C52 background

This text has white color on #493C52 background.