COLOR #493446

HEX: #493446
RGB: (73,52,70)

Color info

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

RGB color model

#493446 color RGB value is (73,52,70).

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

RGB channels and saturation

R 73 of 255 = 29%
G 52 of 255 = 20%
B 70 of 255 = 27%

73
52
70

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

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 70 = 195 (100%)
R 73 of 195 ~ 37.44%
G 52 of 195 ~ 26.67%
B 70 of 195 ~ 35.9%

%37.44
%26.67
%35.9

CMYK color model

#493446 color CMYK value is (0,29,4,71).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(0,29,4,71)
C0M29Y4K71 
(0%,29%,4%,71%)
(0.00/0.29/0.04/0.71)	

CMYK percentages

%0
%28.77
%4.11
%71.37

Codes

Color #493446 in popluar color models

493446
RGB735270
HSL309°16.80%24.51%
HSB/HSV309°28.77%28.63%
CMYK0.00%28.77%4.11%
71.37%

Color #493446 in popluar number systems.

HEX493446
Decimal735270
Binary10010011101001000110
Octal11164106

Shades and tints

Shades of #493446

#493446
(73,52,70)
#433040
(67,48,64)
#3D2C3A
(61,44,58)
#372834
(55,40,52)
#31242E
(49,36,46)
#2B2028
(43,32,40)
#251C22
(37,28,34)
#1F181C
(31,24,28)
#191416
(25,20,22)
#131010
(19,16,16)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #493446

#493446
(73,52,70)
#594656
(89,70,86)
#695866
(105,88,102)
#796A76
(121,106,118)
#897C86
(137,124,134)
#998E96
(153,142,150)
#A9A0A6
(169,160,166)
#B9B2B6
(185,178,182)
#C9C4C6
(201,196,198)
#D9D6D6
(217,214,214)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493446; }

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

This text font color is #493446.


Background Color

.myBgColor { background-color: #493446; }

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

This div background color is #493446.


Border color

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

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

This div border color is #493446.


Opacity

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

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

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

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

This text has shadow with #493446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493446 on black background.


Color preview on white background

This text has color #493446 on white background.



Black color preview on #493446 background

This text has black color on #493446 background.


White color preview on #493446 background

This text has white color on #493446 background.