COLOR #493E5B

HEX: #493E5B
RGB: (73,62,91)

Renk bilgisi

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

RGB renk modeli

#493E5B color RGB value is (73,62,91).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 62 of 255 = 24%
B 91 of 255 = 36%

73
62
91

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 62 + 91 = 226 (100%)
R 73 of 226 ~ 32.3%
G 62 of 226 ~ 27.43%
B 91 of 226 ~ 40.27%

%32.3
%27.43
%40.27

CMYK RENK MODELİ

#493E5B rengi CMYK tonu (20,32,0,64).

  • camgöbeği tonu 19.78%
  • eflatun tonu 31.87%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(20,32,0,64)
C20M32Y0K64 
(20%,32%,0%,64%)
(0.20/0.32/0.00/0.64)	

CMYK yüzdeleri

%19.78
%31.87
%0
%64.31

Codes

Color #493E5B in popluar color models

493E5B
RGB736291
HSL263°18.95%30.00%
HSB/HSV263°31.87%35.69%
CMYK19.78%31.87%0.00%
64.31%

Color #493E5B in popluar number systems.

HEX493E5B
Decimal736291
Binary10010011111101011011
Octal11176133

Shades and tints

Shades of #493E5B

#493E5B
(73,62,91)
#433953
(67,57,83)
#3D344B
(61,52,75)
#372F43
(55,47,67)
#312A3B
(49,42,59)
#2B2533
(43,37,51)
#25202B
(37,32,43)
#1F1B23
(31,27,35)
#19161B
(25,22,27)
#131113
(19,17,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #493E5B

#493E5B
(73,62,91)
#594F69
(89,79,105)
#696077
(105,96,119)
#797185
(121,113,133)
#898293
(137,130,147)
#9993A1
(153,147,161)
#A9A4AF
(169,164,175)
#B9B5BD
(185,181,189)
#C9C6CB
(201,198,203)
#D9D7D9
(217,215,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493E5B color. Also use rgb(73,62,91) instead hex code.

Text Font Color

.myTextColor { color: #493E5B; }

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

This text font color is #493E5B.


Background Color

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

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

This div background color is #493E5B.


Border color

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

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

This div border color is #493E5B.


Opacity

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

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

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

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

This text has shadow with #493E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493E5B on black background.


Color preview on white background

This text has color #493E5B on white background.



Black color preview on #493E5B background

This text has black color on #493E5B background.


White color preview on #493E5B background

This text has white color on #493E5B background.