COLOR #803463

HEX: #803463
RGB: (128,52,99)

Color info

#803463 contains mainly red and blue colors. Web safe color of #803463 is #663366 (or #636).

RGB color model

#803463 color RGB value is (128,52,99).

  • red value is 128;
  • green value is 52;
  • blue value is 99.
RGB:
(128,52,99)
(50%,20%,39%)

RGB channels and saturation

R 128 of 255 = 50%
G 52 of 255 = 20%
B 99 of 255 = 39%

128
52
99

R + G + B ~ 36%. #803463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 52 + 99 = 279 (100%)
R 128 of 279 ~ 45.88%
G 52 of 279 ~ 18.64%
B 99 of 279 ~ 35.48%

%45.88
%18.64
%35.48

CMYK color model

#803463 color CMYK value is (0,59,23,50).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,59,23,50)
C0M59Y23K50 
(0%,59%,23%,50%)
(0.00/0.59/0.23/0.50)	

CMYK percentages

%0
%59.38
%22.66
%49.8

Codes

Color #803463 in popluar color models

803463
RGB1285299
HSL323°42.22%35.29%
HSB/HSV323°59.38%50.20%
CMYK0.00%59.38%22.66%
49.80%

Color #803463 in popluar number systems.

HEX803463
Decimal1285299
Binary100000001101001100011
Octal20064143

Shades and tints

Shades of #803463

#803463
(128,52,99)
#75305A
(117,48,90)
#6A2C51
(106,44,81)
#5F2848
(95,40,72)
#54243F
(84,36,63)
#492036
(73,32,54)
#3E1C2D
(62,28,45)
#331824
(51,24,36)
#28141B
(40,20,27)
#1D1012
(29,16,18)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #803463

#803463
(128,52,99)
#8B4671
(139,70,113)
#96587F
(150,88,127)
#A16A8D
(161,106,141)
#AC7C9B
(172,124,155)
#B78EA9
(183,142,169)
#C2A0B7
(194,160,183)
#CDB2C5
(205,178,197)
#D8C4D3
(216,196,211)
#E3D6E1
(227,214,225)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803463 color. Also use rgb(128,52,99) instead hex code.

Text Font Color

.myTextColor { color: #803463; }

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

This text font color is #803463.


Background Color

.myBgColor { background-color: #803463; }

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

This div background color is #803463.


Border color

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

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

This div border color is #803463.


Opacity

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

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

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

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

This text has shadow with #803463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803463 on black background.


Color preview on white background

This text has color #803463 on white background.



Black color preview on #803463 background

This text has black color on #803463 background.


White color preview on #803463 background

This text has white color on #803463 background.