COLOR #493F50

HEX: #493F50
RGB: (73,63,80)

Renk bilgisi

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

RGB renk modeli

#493F50 color RGB value is (73,63,80).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 80 of 255 = 31%

73
63
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 80 = 216 (100%)
R 73 of 216 ~ 33.8%
G 63 of 216 ~ 29.17%
B 80 of 216 ~ 37.04%

%33.8
%29.17
%37.04

CMYK RENK MODELİ

#493F50 rengi CMYK tonu (9,21,0,69).

  • camgöbeği tonu 8.75%
  • eflatun tonu 21.25%
  • sarı tonu 0.00%
  • ana renk tonu 68.63%
CMYK:
(9,21,0,69)
C9M21Y0K69 
(9%,21%,0%,69%)
(0.09/0.21/0.00/0.69)	

CMYK yüzdeleri

%8.75
%21.25
%0
%68.63

Codes

Color #493F50 in popluar color models

493F50
RGB736380
HSL275°11.89%28.04%
HSB/HSV275°21.25%31.37%
CMYK8.75%21.25%0.00%
68.63%

Color #493F50 in popluar number systems.

HEX493F50
Decimal736380
Binary10010011111111010000
Octal11177120

Shades and tints

Shades of #493F50

#493F50
(73,63,80)
#433A49
(67,58,73)
#3D3542
(61,53,66)
#37303B
(55,48,59)
#312B34
(49,43,52)
#2B262D
(43,38,45)
#252126
(37,33,38)
#1F1C1F
(31,28,31)
#191718
(25,23,24)
#131211
(19,18,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #493F50

#493F50
(73,63,80)
#59505F
(89,80,95)
#69616E
(105,97,110)
#79727D
(121,114,125)
#89838C
(137,131,140)
#99949B
(153,148,155)
#A9A5AA
(169,165,170)
#B9B6B9
(185,182,185)
#C9C7C8
(201,199,200)
#D9D8D7
(217,216,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F50; }

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

This text font color is #493F50.


Background Color

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

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

This div background color is #493F50.


Border color

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

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

This div border color is #493F50.


Opacity

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

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

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

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

This text has shadow with #493F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F50 on black background.


Color preview on white background

This text has color #493F50 on white background.



Black color preview on #493F50 background

This text has black color on #493F50 background.


White color preview on #493F50 background

This text has white color on #493F50 background.