COLOR #493F4E

HEX: #493F4E
RGB: (73,63,78)

Renk bilgisi

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

RGB renk modeli

#493F4E color RGB value is (73,63,78).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 78 of 255 = 31%

73
63
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 78 = 214 (100%)
R 73 of 214 ~ 34.11%
G 63 of 214 ~ 29.44%
B 78 of 214 ~ 36.45%

%34.11
%29.44
%36.45

CMYK RENK MODELİ

#493F4E rengi CMYK tonu (6,19,0,69).

  • camgöbeği tonu 6.41%
  • eflatun tonu 19.23%
  • sarı tonu 0.00%
  • ana renk tonu 69.41%
CMYK:
(6,19,0,69)
C6M19Y0K69 
(6%,19%,0%,69%)
(0.06/0.19/0.00/0.69)	

CMYK yüzdeleri

%6.41
%19.23
%0
%69.41

Codes

Color #493F4E in popluar color models

493F4E
RGB736378
HSL280°10.64%27.65%
HSB/HSV280°19.23%30.59%
CMYK6.41%19.23%0.00%
69.41%

Color #493F4E in popluar number systems.

HEX493F4E
Decimal736378
Binary10010011111111001110
Octal11177116

Shades and tints

Shades of #493F4E

#493F4E
(73,63,78)
#433A47
(67,58,71)
#3D3540
(61,53,64)
#373039
(55,48,57)
#312B32
(49,43,50)
#2B262B
(43,38,43)
#252124
(37,33,36)
#1F1C1D
(31,28,29)
#191716
(25,23,22)
#13120F
(19,18,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #493F4E

#493F4E
(73,63,78)
#59505E
(89,80,94)
#69616E
(105,97,110)
#79727E
(121,114,126)
#89838E
(137,131,142)
#99949E
(153,148,158)
#A9A5AE
(169,165,174)
#B9B6BE
(185,182,190)
#C9C7CE
(201,199,206)
#D9D8DE
(217,216,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493F4E; }

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

This text font color is #493F4E.


Background Color

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

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

This div background color is #493F4E.


Border color

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

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

This div border color is #493F4E.


Opacity

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

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

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

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

This text has shadow with #493F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F4E on black background.


Color preview on white background

This text has color #493F4E on white background.



Black color preview on #493F4E background

This text has black color on #493F4E background.


White color preview on #493F4E background

This text has white color on #493F4E background.