COLOR #493440

HEX: #493440
RGB: (73,52,64)

Color info

#493440 contains red, green and blue colors in about the same proportion. Web safe color of #493440 is #333333 (or #333).

RGB color model

#493440 color RGB value is (73,52,64).

  • red value is 73;
  • green value is 52;
  • blue value is 64.
RGB:
(73,52,64)
(29%,20%,25%)

RGB channels and saturation

R 73 of 255 = 29%
G 52 of 255 = 20%
B 64 of 255 = 25%

73
52
64

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

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 64 = 189 (100%)
R 73 of 189 ~ 38.62%
G 52 of 189 ~ 27.51%
B 64 of 189 ~ 33.86%

%38.62
%27.51
%33.86

CMYK color model

#493440 color CMYK value is (0,29,12,71).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 12.33%
  • key color value is 71.37%
CMYK:
(0,29,12,71)
C0M29Y12K71 
(0%,29%,12%,71%)
(0.00/0.29/0.12/0.71)	

CMYK percentages

%0
%28.77
%12.33
%71.37

Codes

Color #493440 in popluar color models

493440
RGB735264
HSL326°16.80%24.51%
HSB/HSV326°28.77%28.63%
CMYK0.00%28.77%12.33%
71.37%

Color #493440 in popluar number systems.

HEX493440
Decimal735264
Binary10010011101001000000
Octal11164100

Shades and tints

Shades of #493440

#493440
(73,52,64)
#43303B
(67,48,59)
#3D2C36
(61,44,54)
#372831
(55,40,49)
#31242C
(49,36,44)
#2B2027
(43,32,39)
#251C22
(37,28,34)
#1F181D
(31,24,29)
#191418
(25,20,24)
#131013
(19,16,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #493440

#493440
(73,52,64)
#594651
(89,70,81)
#695862
(105,88,98)
#796A73
(121,106,115)
#897C84
(137,124,132)
#998E95
(153,142,149)
#A9A0A6
(169,160,166)
#B9B2B7
(185,178,183)
#C9C4C8
(201,196,200)
#D9D6D9
(217,214,217)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493440; }

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

This text font color is #493440.


Background Color

.myBgColor { background-color: #493440; }

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

This div background color is #493440.


Border color

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

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

This div border color is #493440.


Opacity

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

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

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

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

This text has shadow with #493440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493440 on black background.


Color preview on white background

This text has color #493440 on white background.



Black color preview on #493440 background

This text has black color on #493440 background.


White color preview on #493440 background

This text has white color on #493440 background.