COLOR #803F63

HEX: #803F63
RGB: (128,63,99)

Color info

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

RGB color model

#803F63 color RGB value is (128,63,99).

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

RGB channels and saturation

R 128 of 255 = 50%
G 63 of 255 = 25%
B 99 of 255 = 39%

128
63
99

R + G + B ~ 38%. #803F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 63 + 99 = 290 (100%)
R 128 of 290 ~ 44.14%
G 63 of 290 ~ 21.72%
B 99 of 290 ~ 34.14%

%44.14
%21.72
%34.14

CMYK color model

#803F63 color CMYK value is (0,51,23,50).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(0,51,23,50)
C0M51Y23K50 
(0%,51%,23%,50%)
(0.00/0.51/0.23/0.50)	

CMYK percentages

%0
%50.78
%22.66
%49.8

Codes

Color #803F63 in popluar color models

803F63
RGB1286399
HSL327°34.03%37.45%
HSB/HSV327°50.78%50.20%
CMYK0.00%50.78%22.66%
49.80%

Color #803F63 in popluar number systems.

HEX803F63
Decimal1286399
Binary100000001111111100011
Octal20077143

Shades and tints

Shades of #803F63

#803F63
(128,63,99)
#753A5A
(117,58,90)
#6A3551
(106,53,81)
#5F3048
(95,48,72)
#542B3F
(84,43,63)
#492636
(73,38,54)
#3E212D
(62,33,45)
#331C24
(51,28,36)
#28171B
(40,23,27)
#1D1212
(29,18,18)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #803F63

#803F63
(128,63,99)
#8B5071
(139,80,113)
#96617F
(150,97,127)
#A1728D
(161,114,141)
#AC839B
(172,131,155)
#B794A9
(183,148,169)
#C2A5B7
(194,165,183)
#CDB6C5
(205,182,197)
#D8C7D3
(216,199,211)
#E3D8E1
(227,216,225)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803F63; }

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

This text font color is #803F63.


Background Color

.myBgColor { background-color: #803F63; }

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

This div background color is #803F63.


Border color

.myBorderColor { border: 1px solid #803F63; }

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

This div border color is #803F63.


Opacity

.myOpacity80 { color: #803F63; opacity: 0.8; }

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

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

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

This text has shadow with #803F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803F63 on black background.


Color preview on white background

This text has color #803F63 on white background.



Black color preview on #803F63 background

This text has black color on #803F63 background.


White color preview on #803F63 background

This text has white color on #803F63 background.