COLOR #493140

HEX: #493140
RGB: (73,49,64)

Renk bilgisi

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

RGB renk modeli

#493140 color RGB value is (73,49,64).

  • kırmız ton 73;
  • yeşil ton 49;
  • mavi ton 64.
RGB:
(73,49,64)
(29%,19%,25%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 49 of 255 = 19%
B 64 of 255 = 25%

73
49
64

R + G + B ~ 24%. #493140 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 49 + 64 = 186 (100%)
R 73 of 186 ~ 39.25%
G 49 of 186 ~ 26.34%
B 64 of 186 ~ 34.41%

%39.25
%26.34
%34.41

CMYK RENK MODELİ

#493140 rengi CMYK tonu (0,33,12,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.88%
  • sarı tonu 12.33%
  • ana renk tonu 71.37%
CMYK:
(0,33,12,71)
C0M33Y12K71 
(0%,33%,12%,71%)
(0.00/0.33/0.12/0.71)	

CMYK yüzdeleri

%0
%32.88
%12.33
%71.37

Codes

Color #493140 in popluar color models

493140
RGB734964
HSL323°19.67%23.92%
HSB/HSV323°32.88%28.63%
CMYK0.00%32.88%12.33%
71.37%

Color #493140 in popluar number systems.

HEX493140
Decimal734964
Binary10010011100011000000
Octal11161100

Shades and tints

Shades of #493140

#493140
(73,49,64)
#432D3B
(67,45,59)
#3D2936
(61,41,54)
#372531
(55,37,49)
#31212C
(49,33,44)
#2B1D27
(43,29,39)
#251922
(37,25,34)
#1F151D
(31,21,29)
#191118
(25,17,24)
#130D13
(19,13,19)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #493140

#493140
(73,49,64)
#594351
(89,67,81)
#695562
(105,85,98)
#796773
(121,103,115)
#897984
(137,121,132)
#998B95
(153,139,149)
#A99DA6
(169,157,166)
#B9AFB7
(185,175,183)
#C9C1C8
(201,193,200)
#D9D3D9
(217,211,217)
#E9E5EA
(233,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493140 color. Also use rgb(73,49,64) instead hex code.

Text Font Color

.myTextColor { color: #493140; }

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

This text font color is #493140.


Background Color

.myBgColor { background-color: #493140; }

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

This div background color is #493140.


Border color

.myBorderColor { border: 1px solid #493140; }

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

This div border color is #493140.


Opacity

.myOpacity80 { color: #493140; opacity: 0.8; }

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

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

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

This text has shadow with #493140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493140 on black background.


Color preview on white background

This text has color #493140 on white background.



Black color preview on #493140 background

This text has black color on #493140 background.


White color preview on #493140 background

This text has white color on #493140 background.