COLOR #493250

HEX: #493250
RGB: (73,50,80)

Color info

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

RGB color model

#493250 color RGB value is (73,50,80).

  • red value is 73;
  • green value is 50;
  • blue value is 80.
RGB:
(73,50,80)
(29%,20%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 50 of 255 = 20%
B 80 of 255 = 31%

73
50
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 50 + 80 = 203 (100%)
R 73 of 203 ~ 35.96%
G 50 of 203 ~ 24.63%
B 80 of 203 ~ 39.41%

%35.96
%24.63
%39.41

CMYK color model

#493250 color CMYK value is (9,38,0,69).

  • cyan value is 8.75%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,38,0,69)
C9M38Y0K69 
(9%,38%,0%,69%)
(0.09/0.38/0.00/0.69)	

CMYK percentages

%8.75
%37.5
%0
%68.63

Codes

Color #493250 in popluar color models

493250
RGB735080
HSL286°23.08%25.49%
HSB/HSV286°37.50%31.37%
CMYK8.75%37.50%0.00%
68.63%

Color #493250 in popluar number systems.

HEX493250
Decimal735080
Binary10010011100101010000
Octal11162120

Shades and tints

Shades of #493250

#493250
(73,50,80)
#432E49
(67,46,73)
#3D2A42
(61,42,66)
#37263B
(55,38,59)
#312234
(49,34,52)
#2B1E2D
(43,30,45)
#251A26
(37,26,38)
#1F161F
(31,22,31)
#191218
(25,18,24)
#130E11
(19,14,17)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #493250

#493250
(73,50,80)
#59445F
(89,68,95)
#69566E
(105,86,110)
#79687D
(121,104,125)
#897A8C
(137,122,140)
#998C9B
(153,140,155)
#A99EAA
(169,158,170)
#B9B0B9
(185,176,185)
#C9C2C8
(201,194,200)
#D9D4D7
(217,212,215)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493250; }

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

This text font color is #493250.


Background Color

.myBgColor { background-color: #493250; }

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

This div background color is #493250.


Border color

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

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

This div border color is #493250.


Opacity

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

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

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

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

This text has shadow with #493250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493250 on black background.


Color preview on white background

This text has color #493250 on white background.



Black color preview on #493250 background

This text has black color on #493250 background.


White color preview on #493250 background

This text has white color on #493250 background.