COLOR #493A59

HEX: #493A59
RGB: (73,58,89)

Renk bilgisi

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

RGB renk modeli

#493A59 color RGB value is (73,58,89).

  • kırmız ton 73;
  • yeşil ton 58;
  • mavi ton 89.
RGB:
(73,58,89)
(29%,23%,35%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 89 of 255 = 35%

73
58
89

R + G + B ~ 29%. #493A59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 89 = 220 (100%)
R 73 of 220 ~ 33.18%
G 58 of 220 ~ 26.36%
B 89 of 220 ~ 40.45%

%33.18
%26.36
%40.45

CMYK RENK MODELİ

#493A59 rengi CMYK tonu (18,35,0,65).

  • camgöbeği tonu 17.98%
  • eflatun tonu 34.83%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(18,35,0,65)
C18M35Y0K65 
(18%,35%,0%,65%)
(0.18/0.35/0.00/0.65)	

CMYK yüzdeleri

%17.98
%34.83
%0
%65.1

Codes

Color #493A59 in popluar color models

493A59
RGB735889
HSL269°21.09%28.82%
HSB/HSV269°34.83%34.90%
CMYK17.98%34.83%0.00%
65.10%

Color #493A59 in popluar number systems.

HEX493A59
Decimal735889
Binary10010011110101011001
Octal11172131

Shades and tints

Shades of #493A59

#493A59
(73,58,89)
#433551
(67,53,81)
#3D3049
(61,48,73)
#372B41
(55,43,65)
#312639
(49,38,57)
#2B2131
(43,33,49)
#251C29
(37,28,41)
#1F1721
(31,23,33)
#191219
(25,18,25)
#130D11
(19,13,17)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #493A59

#493A59
(73,58,89)
#594B68
(89,75,104)
#695C77
(105,92,119)
#796D86
(121,109,134)
#897E95
(137,126,149)
#998FA4
(153,143,164)
#A9A0B3
(169,160,179)
#B9B1C2
(185,177,194)
#C9C2D1
(201,194,209)
#D9D3E0
(217,211,224)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A59 color. Also use rgb(73,58,89) instead hex code.

Text Font Color

.myTextColor { color: #493A59; }

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

This text font color is #493A59.


Background Color

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

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

This div background color is #493A59.


Border color

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

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

This div border color is #493A59.


Opacity

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

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

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

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

This text has shadow with #493A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A59 on black background.


Color preview on white background

This text has color #493A59 on white background.



Black color preview on #493A59 background

This text has black color on #493A59 background.


White color preview on #493A59 background

This text has white color on #493A59 background.