COLOR #493B46

HEX: #493B46
RGB: (73,59,70)

Renk bilgisi

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

RGB renk modeli

#493B46 color RGB value is (73,59,70).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 59 of 255 = 23%
B 70 of 255 = 27%

73
59
70

R + G + B ~ 26%. #493B46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 59 + 70 = 202 (100%)
R 73 of 202 ~ 36.14%
G 59 of 202 ~ 29.21%
B 70 of 202 ~ 34.65%

%36.14
%29.21
%34.65

CMYK RENK MODELİ

#493B46 rengi CMYK tonu (0,19,4,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.18%
  • sarı tonu 4.11%
  • ana renk tonu 71.37%
CMYK:
(0,19,4,71)
C0M19Y4K71 
(0%,19%,4%,71%)
(0.00/0.19/0.04/0.71)	

CMYK yüzdeleri

%0
%19.18
%4.11
%71.37

Codes

Color #493B46 in popluar color models

493B46
RGB735970
HSL313°10.61%25.88%
HSB/HSV313°19.18%28.63%
CMYK0.00%19.18%4.11%
71.37%

Color #493B46 in popluar number systems.

HEX493B46
Decimal735970
Binary10010011110111000110
Octal11173106

Shades and tints

Shades of #493B46

#493B46
(73,59,70)
#433640
(67,54,64)
#3D313A
(61,49,58)
#372C34
(55,44,52)
#31272E
(49,39,46)
#2B2228
(43,34,40)
#251D22
(37,29,34)
#1F181C
(31,24,28)
#191316
(25,19,22)
#130E10
(19,14,16)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #493B46

#493B46
(73,59,70)
#594C56
(89,76,86)
#695D66
(105,93,102)
#796E76
(121,110,118)
#897F86
(137,127,134)
#999096
(153,144,150)
#A9A1A6
(169,161,166)
#B9B2B6
(185,178,182)
#C9C3C6
(201,195,198)
#D9D4D6
(217,212,214)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493B46; }

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

This text font color is #493B46.


Background Color

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

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

This div background color is #493B46.


Border color

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

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

This div border color is #493B46.


Opacity

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

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

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

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

This text has shadow with #493B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493B46 on black background.


Color preview on white background

This text has color #493B46 on white background.



Black color preview on #493B46 background

This text has black color on #493B46 background.


White color preview on #493B46 background

This text has white color on #493B46 background.