COLOR #493D59

HEX: #493D59
RGB: (73,61,89)

Renk bilgisi

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

RGB renk modeli

#493D59 color RGB value is (73,61,89).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 89 of 255 = 35%

73
61
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 89 = 223 (100%)
R 73 of 223 ~ 32.74%
G 61 of 223 ~ 27.35%
B 89 of 223 ~ 39.91%

%32.74
%27.35
%39.91

CMYK RENK MODELİ

#493D59 rengi CMYK tonu (18,31,0,65).

  • camgöbeği tonu 17.98%
  • eflatun tonu 31.46%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(18,31,0,65)
C18M31Y0K65 
(18%,31%,0%,65%)
(0.18/0.31/0.00/0.65)	

CMYK yüzdeleri

%17.98
%31.46
%0
%65.1

Codes

Color #493D59 in popluar color models

493D59
RGB736189
HSL266°18.67%29.41%
HSB/HSV266°31.46%34.90%
CMYK17.98%31.46%0.00%
65.10%

Color #493D59 in popluar number systems.

HEX493D59
Decimal736189
Binary10010011111011011001
Octal11175131

Shades and tints

Shades of #493D59

#493D59
(73,61,89)
#433851
(67,56,81)
#3D3349
(61,51,73)
#372E41
(55,46,65)
#312939
(49,41,57)
#2B2431
(43,36,49)
#251F29
(37,31,41)
#1F1A21
(31,26,33)
#191519
(25,21,25)
#131011
(19,16,17)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #493D59

#493D59
(73,61,89)
#594E68
(89,78,104)
#695F77
(105,95,119)
#797086
(121,112,134)
#898195
(137,129,149)
#9992A4
(153,146,164)
#A9A3B3
(169,163,179)
#B9B4C2
(185,180,194)
#C9C5D1
(201,197,209)
#D9D6E0
(217,214,224)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493D59; }

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

This text font color is #493D59.


Background Color

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

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

This div background color is #493D59.


Border color

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

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

This div border color is #493D59.


Opacity

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

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

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

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

This text has shadow with #493D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D59 on black background.


Color preview on white background

This text has color #493D59 on white background.



Black color preview on #493D59 background

This text has black color on #493D59 background.


White color preview on #493D59 background

This text has white color on #493D59 background.