COLOR #493A4E

HEX: #493A4E
RGB: (73,58,78)

Renk bilgisi

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

RGB renk modeli

#493A4E color RGB value is (73,58,78).

  • kırmız ton 73;
  • yeşil ton 58;
  • mavi ton 78.
RGB:
(73,58,78)
(29%,23%,31%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 58 of 255 = 23%
B 78 of 255 = 31%

73
58
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 58 + 78 = 209 (100%)
R 73 of 209 ~ 34.93%
G 58 of 209 ~ 27.75%
B 78 of 209 ~ 37.32%

%34.93
%27.75
%37.32

CMYK RENK MODELİ

#493A4E rengi CMYK tonu (6,26,0,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 25.64%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(6,26,0,69)
C6M26Y0K69 
(6%,26%,0%,69%)
(0.06/0.26/0.00/0.69)	

CMYK yüzdeleri

%6.41
%25.64
%0
%69.41

Codes

Color #493A4E in popluar color models

493A4E
RGB735878
HSL285°14.71%26.67%
HSB/HSV285°25.64%30.59%
CMYK6.41%25.64%0.00%
69.41%

Color #493A4E in popluar number systems.

HEX493A4E
Decimal735878
Binary10010011110101001110
Octal11172116

Shades and tints

Shades of #493A4E

#493A4E
(73,58,78)
#433547
(67,53,71)
#3D3040
(61,48,64)
#372B39
(55,43,57)
#312632
(49,38,50)
#2B212B
(43,33,43)
#251C24
(37,28,36)
#1F171D
(31,23,29)
#191216
(25,18,22)
#130D0F
(19,13,15)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #493A4E

#493A4E
(73,58,78)
#594B5E
(89,75,94)
#695C6E
(105,92,110)
#796D7E
(121,109,126)
#897E8E
(137,126,142)
#998F9E
(153,143,158)
#A9A0AE
(169,160,174)
#B9B1BE
(185,177,190)
#C9C2CE
(201,194,206)
#D9D3DE
(217,211,222)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493A4E color. Also use rgb(73,58,78) instead hex code.

Text Font Color

.myTextColor { color: #493A4E; }

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

This text font color is #493A4E.


Background Color

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

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

This div background color is #493A4E.


Border color

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

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

This div border color is #493A4E.


Opacity

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

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

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

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

This text has shadow with #493A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493A4E on black background.


Color preview on white background

This text has color #493A4E on white background.



Black color preview on #493A4E background

This text has black color on #493A4E background.


White color preview on #493A4E background

This text has white color on #493A4E background.