COLOR #493149

HEX: #493149
RGB: (73,49,73)

Color info

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

RGB color model

#493149 color RGB value is (73,49,73).

  • red value is 73;
  • green value is 49;
  • blue value is 73.
RGB:
(73,49,73)
(29%,19%,29%)

RGB channels and saturation

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

73
49
73

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

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 73 = 195 (100%)
R 73 of 195 ~ 37.44%
G 49 of 195 ~ 25.13%
B 73 of 195 ~ 37.44%

%37.44
%25.13
%37.44

CMYK color model

#493149 color CMYK value is (0,33,0,71).

  • cyan value is 0.00%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,33,0,71)
C0M33Y0K71 
(0%,33%,0%,71%)
(0.00/0.33/0.00/0.71)	

CMYK percentages

%0
%32.88
%0
%71.37

Codes

Color #493149 in popluar color models

493149
RGB734973
HSL300°19.67%23.92%
HSB/HSV300°32.88%28.63%
CMYK0.00%32.88%0.00%
71.37%

Color #493149 in popluar number systems.

HEX493149
Decimal734973
Binary10010011100011001001
Octal11161111

Shades and tints

Shades of #493149

#493149
(73,49,73)
#432D43
(67,45,67)
#3D293D
(61,41,61)
#372537
(55,37,55)
#312131
(49,33,49)
#2B1D2B
(43,29,43)
#251925
(37,25,37)
#1F151F
(31,21,31)
#191119
(25,17,25)
#130D13
(19,13,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #493149

#493149
(73,49,73)
#594359
(89,67,89)
#695569
(105,85,105)
#796779
(121,103,121)
#897989
(137,121,137)
#998B99
(153,139,153)
#A99DA9
(169,157,169)
#B9AFB9
(185,175,185)
#C9C1C9
(201,193,201)
#D9D3D9
(217,211,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493149; }

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

This text font color is #493149.


Background Color

.myBgColor { background-color: #493149; }

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

This div background color is #493149.


Border color

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

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

This div border color is #493149.


Opacity

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

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

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

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

This text has shadow with #493149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493149 on black background.


Color preview on white background

This text has color #493149 on white background.



Black color preview on #493149 background

This text has black color on #493149 background.


White color preview on #493149 background

This text has white color on #493149 background.