COLOR #493B5F

HEX: #493B5F
RGB: (73,59,95)

Renk bilgisi

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

RGB renk modeli

#493B5F color RGB value is (73,59,95).

  • kırmız ton 73;
  • yeşil ton 59;
  • mavi ton 95.
RGB:
(73,59,95)
(29%,23%,37%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 59 of 255 = 23%
B 95 of 255 = 37%

73
59
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 59 + 95 = 227 (100%)
R 73 of 227 ~ 32.16%
G 59 of 227 ~ 25.99%
B 95 of 227 ~ 41.85%

%32.16
%25.99
%41.85

CMYK RENK MODELİ

#493B5F rengi CMYK tonu (23,38,0,63).

  • camgöbeği tonu 23.16%
  • eflatun tonu 37.89%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(23,38,0,63)
C23M38Y0K63 
(23%,38%,0%,63%)
(0.23/0.38/0.00/0.63)	

CMYK yüzdeleri

%23.16
%37.89
%0
%62.75

Codes

Color #493B5F in popluar color models

493B5F
RGB735995
HSL263°23.38%30.20%
HSB/HSV263°37.89%37.25%
CMYK23.16%37.89%0.00%
62.75%

Color #493B5F in popluar number systems.

HEX493B5F
Decimal735995
Binary10010011110111011111
Octal11173137

Shades and tints

Shades of #493B5F

#493B5F
(73,59,95)
#433657
(67,54,87)
#3D314F
(61,49,79)
#372C47
(55,44,71)
#31273F
(49,39,63)
#2B2237
(43,34,55)
#251D2F
(37,29,47)
#1F1827
(31,24,39)
#19131F
(25,19,31)
#130E17
(19,14,23)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #493B5F

#493B5F
(73,59,95)
#594C6D
(89,76,109)
#695D7B
(105,93,123)
#796E89
(121,110,137)
#897F97
(137,127,151)
#9990A5
(153,144,165)
#A9A1B3
(169,161,179)
#B9B2C1
(185,178,193)
#C9C3CF
(201,195,207)
#D9D4DD
(217,212,221)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493B5F color. Also use rgb(73,59,95) instead hex code.

Text Font Color

.myTextColor { color: #493B5F; }

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

This text font color is #493B5F.


Background Color

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

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

This div background color is #493B5F.


Border color

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

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

This div border color is #493B5F.


Opacity

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

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

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

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

This text has shadow with #493B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B5F on black background.


Color preview on white background

This text has color #493B5F on white background.



Black color preview on #493B5F background

This text has black color on #493B5F background.


White color preview on #493B5F background

This text has white color on #493B5F background.