COLOR #493152

HEX: #493152
RGB: (73,49,82)

Color info

#493152 contains red, green and blue colors in about the same proportion. Web safe color of #493152 is #333366 (or #336).

RGB color model

#493152 color RGB value is (73,49,82).

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

RGB channels and saturation

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

73
49
82

R + G + B ~ 27%. #493152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 82 = 204 (100%)
R 73 of 204 ~ 35.78%
G 49 of 204 ~ 24.02%
B 82 of 204 ~ 40.2%

%35.78
%24.02
%40.2

CMYK color model

#493152 color CMYK value is (11,40,0,68).

  • cyan value is 10.98%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(11,40,0,68)
C11M40Y0K68 
(11%,40%,0%,68%)
(0.11/0.40/0.00/0.68)	

CMYK percentages

%10.98
%40.24
%0
%67.84

Codes

Color #493152 in popluar color models

493152
RGB734982
HSL284°25.19%25.69%
HSB/HSV284°40.24%32.16%
CMYK10.98%40.24%0.00%
67.84%

Color #493152 in popluar number systems.

HEX493152
Decimal734982
Binary10010011100011010010
Octal11161122

Shades and tints

Shades of #493152

#493152
(73,49,82)
#432D4B
(67,45,75)
#3D2944
(61,41,68)
#37253D
(55,37,61)
#312136
(49,33,54)
#2B1D2F
(43,29,47)
#251928
(37,25,40)
#1F1521
(31,21,33)
#19111A
(25,17,26)
#130D13
(19,13,19)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #493152

#493152
(73,49,82)
#594361
(89,67,97)
#695570
(105,85,112)
#79677F
(121,103,127)
#89798E
(137,121,142)
#998B9D
(153,139,157)
#A99DAC
(169,157,172)
#B9AFBB
(185,175,187)
#C9C1CA
(201,193,202)
#D9D3D9
(217,211,217)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493152; }

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

This text font color is #493152.


Background Color

.myBgColor { background-color: #493152; }

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

This div background color is #493152.


Border color

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

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

This div border color is #493152.


Opacity

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

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

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

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

This text has shadow with #493152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493152 on black background.


Color preview on white background

This text has color #493152 on white background.



Black color preview on #493152 background

This text has black color on #493152 background.


White color preview on #493152 background

This text has white color on #493152 background.