COLOR #493552

HEX: #493552
RGB: (73,53,82)

Color info

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

RGB color model

#493552 color RGB value is (73,53,82).

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

RGB channels and saturation

R 73 of 255 = 29%
G 53 of 255 = 21%
B 82 of 255 = 32%

73
53
82

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

Portions of RGB colors in percentages

R + G + B =
73 + 53 + 82 = 208 (100%)
R 73 of 208 ~ 35.1%
G 53 of 208 ~ 25.48%
B 82 of 208 ~ 39.42%

%35.1
%25.48
%39.42

CMYK color model

#493552 color CMYK value is (11,35,0,68).

  • cyan value is 10.98%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(11,35,0,68)
C11M35Y0K68 
(11%,35%,0%,68%)
(0.11/0.35/0.00/0.68)	

CMYK percentages

%10.98
%35.37
%0
%67.84

Codes

Color #493552 in popluar color models

493552
RGB735382
HSL281°21.48%26.47%
HSB/HSV281°35.37%32.16%
CMYK10.98%35.37%0.00%
67.84%

Color #493552 in popluar number systems.

HEX493552
Decimal735382
Binary10010011101011010010
Octal11165122

Shades and tints

Shades of #493552

#493552
(73,53,82)
#43314B
(67,49,75)
#3D2D44
(61,45,68)
#37293D
(55,41,61)
#312536
(49,37,54)
#2B212F
(43,33,47)
#251D28
(37,29,40)
#1F1921
(31,25,33)
#19151A
(25,21,26)
#131113
(19,17,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #493552

#493552
(73,53,82)
#594761
(89,71,97)
#695970
(105,89,112)
#796B7F
(121,107,127)
#897D8E
(137,125,142)
#998F9D
(153,143,157)
#A9A1AC
(169,161,172)
#B9B3BB
(185,179,187)
#C9C5CA
(201,197,202)
#D9D7D9
(217,215,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493552; }

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

This text font color is #493552.


Background Color

.myBgColor { background-color: #493552; }

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

This div background color is #493552.


Border color

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

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

This div border color is #493552.


Opacity

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

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

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

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

This text has shadow with #493552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493552 on black background.


Color preview on white background

This text has color #493552 on white background.



Black color preview on #493552 background

This text has black color on #493552 background.


White color preview on #493552 background

This text has white color on #493552 background.