COLOR #493D50

HEX: #493D50
RGB: (73,61,80)

Renk bilgisi

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

RGB renk modeli

#493D50 color RGB value is (73,61,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 80 of 255 = 31%

73
61
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 80 = 214 (100%)
R 73 of 214 ~ 34.11%
G 61 of 214 ~ 28.5%
B 80 of 214 ~ 37.38%

%34.11
%28.5
%37.38

CMYK RENK MODELİ

#493D50 rengi CMYK tonu (9,24,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 23.75%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,24,0,69)
C9M24Y0K69 
(9%,24%,0%,69%)
(0.09/0.24/0.00/0.69)	

CMYK yüzdeleri

%8.75
%23.75
%0
%68.63

Codes

Color #493D50 in popluar color models

493D50
RGB736180
HSL278°13.48%27.65%
HSB/HSV278°23.75%31.37%
CMYK8.75%23.75%0.00%
68.63%

Color #493D50 in popluar number systems.

HEX493D50
Decimal736180
Binary10010011111011010000
Octal11175120

Shades and tints

Shades of #493D50

#493D50
(73,61,80)
#433849
(67,56,73)
#3D3342
(61,51,66)
#372E3B
(55,46,59)
#312934
(49,41,52)
#2B242D
(43,36,45)
#251F26
(37,31,38)
#1F1A1F
(31,26,31)
#191518
(25,21,24)
#131011
(19,16,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #493D50

#493D50
(73,61,80)
#594E5F
(89,78,95)
#695F6E
(105,95,110)
#79707D
(121,112,125)
#89818C
(137,129,140)
#99929B
(153,146,155)
#A9A3AA
(169,163,170)
#B9B4B9
(185,180,185)
#C9C5C8
(201,197,200)
#D9D6D7
(217,214,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493D50; }

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

This text font color is #493D50.


Background Color

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

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

This div background color is #493D50.


Border color

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

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

This div border color is #493D50.


Opacity

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

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

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

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

This text has shadow with #493D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D50 on black background.


Color preview on white background

This text has color #493D50 on white background.



Black color preview on #493D50 background

This text has black color on #493D50 background.


White color preview on #493D50 background

This text has white color on #493D50 background.