COLOR #493D5D

HEX: #493D5D
RGB: (73,61,93)

Renk bilgisi

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

RGB renk modeli

#493D5D color RGB value is (73,61,93).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 61 of 255 = 24%
B 93 of 255 = 36%

73
61
93

R + G + B ~ 30%. #493D5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 61 + 93 = 227 (100%)
R 73 of 227 ~ 32.16%
G 61 of 227 ~ 26.87%
B 93 of 227 ~ 40.97%

%32.16
%26.87
%40.97

CMYK RENK MODELİ

#493D5D rengi CMYK tonu (22,34,0,64).

  • camgöbeği tonu 21.51%
  • eflatun tonu 34.41%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(22,34,0,64)
C22M34Y0K64 
(22%,34%,0%,64%)
(0.22/0.34/0.00/0.64)	

CMYK yüzdeleri

%21.51
%34.41
%0
%63.53

Codes

Color #493D5D in popluar color models

493D5D
RGB736193
HSL263°20.78%30.20%
HSB/HSV263°34.41%36.47%
CMYK21.51%34.41%0.00%
63.53%

Color #493D5D in popluar number systems.

HEX493D5D
Decimal736193
Binary10010011111011011101
Octal11175135

Shades and tints

Shades of #493D5D

#493D5D
(73,61,93)
#433855
(67,56,85)
#3D334D
(61,51,77)
#372E45
(55,46,69)
#31293D
(49,41,61)
#2B2435
(43,36,53)
#251F2D
(37,31,45)
#1F1A25
(31,26,37)
#19151D
(25,21,29)
#131015
(19,16,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #493D5D

#493D5D
(73,61,93)
#594E6B
(89,78,107)
#695F79
(105,95,121)
#797087
(121,112,135)
#898195
(137,129,149)
#9992A3
(153,146,163)
#A9A3B1
(169,163,177)
#B9B4BF
(185,180,191)
#C9C5CD
(201,197,205)
#D9D6DB
(217,214,219)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493D5D; }

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

This text font color is #493D5D.


Background Color

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

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

This div background color is #493D5D.


Border color

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

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

This div border color is #493D5D.


Opacity

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

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

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

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

This text has shadow with #493D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493D5D on black background.


Color preview on white background

This text has color #493D5D on white background.



Black color preview on #493D5D background

This text has black color on #493D5D background.


White color preview on #493D5D background

This text has white color on #493D5D background.