COLOR #493640

HEX: #493640
RGB: (73,54,64)

Renk bilgisi

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

RGB renk modeli

#493640 color RGB value is (73,54,64).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 54 of 255 = 21%
B 64 of 255 = 25%

73
54
64

R + G + B ~ 25%. #493640 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 54 + 64 = 191 (100%)
R 73 of 191 ~ 38.22%
G 54 of 191 ~ 28.27%
B 64 of 191 ~ 33.51%

%38.22
%28.27
%33.51

CMYK RENK MODELİ

#493640 rengi CMYK tonu (0,26,12,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.03%
  • sarı tonu 12.33%
  • ana renk tonu 71.37%
CMYK:
(0,26,12,71)
C0M26Y12K71 
(0%,26%,12%,71%)
(0.00/0.26/0.12/0.71)	

CMYK yüzdeleri

%0
%26.03
%12.33
%71.37

Codes

Color #493640 in popluar color models

493640
RGB735464
HSL328°14.96%24.90%
HSB/HSV328°26.03%28.63%
CMYK0.00%26.03%12.33%
71.37%

Color #493640 in popluar number systems.

HEX493640
Decimal735464
Binary10010011101101000000
Octal11166100

Shades and tints

Shades of #493640

#493640
(73,54,64)
#43323B
(67,50,59)
#3D2E36
(61,46,54)
#372A31
(55,42,49)
#31262C
(49,38,44)
#2B2227
(43,34,39)
#251E22
(37,30,34)
#1F1A1D
(31,26,29)
#191618
(25,22,24)
#131213
(19,18,19)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #493640

#493640
(73,54,64)
#594851
(89,72,81)
#695A62
(105,90,98)
#796C73
(121,108,115)
#897E84
(137,126,132)
#999095
(153,144,149)
#A9A2A6
(169,162,166)
#B9B4B7
(185,180,183)
#C9C6C8
(201,198,200)
#D9D8D9
(217,216,217)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493640; }

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

This text font color is #493640.


Background Color

.myBgColor { background-color: #493640; }

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

This div background color is #493640.


Border color

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

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

This div border color is #493640.


Opacity

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

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

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

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

This text has shadow with #493640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493640 on black background.


Color preview on white background

This text has color #493640 on white background.



Black color preview on #493640 background

This text has black color on #493640 background.


White color preview on #493640 background

This text has white color on #493640 background.