COLOR #493C4E

HEX: #493C4E
RGB: (73,60,78)

Renk bilgisi

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

RGB renk modeli

#493C4E color RGB value is (73,60,78).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 60 of 255 = 24%
B 78 of 255 = 31%

73
60
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 60 + 78 = 211 (100%)
R 73 of 211 ~ 34.6%
G 60 of 211 ~ 28.44%
B 78 of 211 ~ 36.97%

%34.6
%28.44
%36.97

CMYK RENK MODELİ

#493C4E rengi CMYK tonu (6,23,0,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(6,23,0,69)
C6M23Y0K69 
(6%,23%,0%,69%)
(0.06/0.23/0.00/0.69)	

CMYK yüzdeleri

%6.41
%23.08
%0
%69.41

Codes

Color #493C4E in popluar color models

493C4E
RGB736078
HSL283°13.04%27.06%
HSB/HSV283°23.08%30.59%
CMYK6.41%23.08%0.00%
69.41%

Color #493C4E in popluar number systems.

HEX493C4E
Decimal736078
Binary10010011111001001110
Octal11174116

Shades and tints

Shades of #493C4E

#493C4E
(73,60,78)
#433747
(67,55,71)
#3D3240
(61,50,64)
#372D39
(55,45,57)
#312832
(49,40,50)
#2B232B
(43,35,43)
#251E24
(37,30,36)
#1F191D
(31,25,29)
#191416
(25,20,22)
#130F0F
(19,15,15)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #493C4E

#493C4E
(73,60,78)
#594D5E
(89,77,94)
#695E6E
(105,94,110)
#796F7E
(121,111,126)
#89808E
(137,128,142)
#99919E
(153,145,158)
#A9A2AE
(169,162,174)
#B9B3BE
(185,179,190)
#C9C4CE
(201,196,206)
#D9D5DE
(217,213,222)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493C4E; }

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

This text font color is #493C4E.


Background Color

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

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

This div background color is #493C4E.


Border color

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

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

This div border color is #493C4E.


Opacity

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

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

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

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

This text has shadow with #493C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493C4E on black background.


Color preview on white background

This text has color #493C4E on white background.



Black color preview on #493C4E background

This text has black color on #493C4E background.


White color preview on #493C4E background

This text has white color on #493C4E background.