COLOR #803360

HEX: #803360
RGB: (128,51,96)

Color info

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

RGB color model

#803360 color RGB value is (128,51,96).

  • red value is 128;
  • green value is 51;
  • blue value is 96.
RGB:
(128,51,96)
(50%,20%,38%)

RGB channels and saturation

R 128 of 255 = 50%
G 51 of 255 = 20%
B 96 of 255 = 38%

128
51
96

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

Portions of RGB colors in percentages

R + G + B =
128 + 51 + 96 = 275 (100%)
R 128 of 275 ~ 46.55%
G 51 of 275 ~ 18.55%
B 96 of 275 ~ 34.91%

%46.55
%18.55
%34.91

CMYK color model

#803360 color CMYK value is (0,60,25,50).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 25.00%
  • key color value is 49.80%
CMYK:
(0,60,25,50)
C0M60Y25K50 
(0%,60%,25%,50%)
(0.00/0.60/0.25/0.50)	

CMYK percentages

%0
%60.16
%25
%49.8

Codes

Color #803360 in popluar color models

803360
RGB1285196
HSL325°43.02%35.10%
HSB/HSV325°60.16%50.20%
CMYK0.00%60.16%25.00%
49.80%

Color #803360 in popluar number systems.

HEX803360
Decimal1285196
Binary100000001100111100000
Octal20063140

Shades and tints

Shades of #803360

#803360
(128,51,96)
#752F58
(117,47,88)
#6A2B50
(106,43,80)
#5F2748
(95,39,72)
#542340
(84,35,64)
#491F38
(73,31,56)
#3E1B30
(62,27,48)
#331728
(51,23,40)
#281320
(40,19,32)
#1D0F18
(29,15,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #803360

#803360
(128,51,96)
#8B456E
(139,69,110)
#96577C
(150,87,124)
#A1698A
(161,105,138)
#AC7B98
(172,123,152)
#B78DA6
(183,141,166)
#C29FB4
(194,159,180)
#CDB1C2
(205,177,194)
#D8C3D0
(216,195,208)
#E3D5DE
(227,213,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803360 color. Also use rgb(128,51,96) instead hex code.

Text Font Color

.myTextColor { color: #803360; }

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

This text font color is #803360.


Background Color

.myBgColor { background-color: #803360; }

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

This div background color is #803360.


Border color

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

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

This div border color is #803360.


Opacity

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

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

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

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

This text has shadow with #803360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803360 on black background.


Color preview on white background

This text has color #803360 on white background.



Black color preview on #803360 background

This text has black color on #803360 background.


White color preview on #803360 background

This text has white color on #803360 background.