COLOR #803C6F

HEX: #803C6F RGB: (128,60,111)

Color info

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

RGB color model

#803C6F color RGB value is (128,60,111).

RGB: (128,60,111) (50%, 24%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 60 of 255 = 24%
B 111 of 255 = 44%

128
60
111

R + G + B ~ 39%. #803C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 60 + 111 = 299 (100%)
R 128 of 299 ~ 42.81%
G 60 of 299 ~ 20.07%
B 111 of 299 ~ 37.12'%

%42.81
%20.07
%37.12

CMYK color model

#803C6F color CMYK value is (0,53,13,50).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 13.28%
  • key color value is 49.80%
CMYK: (0,53,13,50) C0M53Y13K50 (0%,53%,13%,50%) (0.00/0.53/0.13/0.50) 

CMYK percentages

%0
%53.13
%13.28
%49.8

Codes

Color #803C6F in popluar color models

80 3C 6F
RGB 128 60 111
HSL 315° 36.17% 36.86%
HSB/HSV 315° 53.13% 50.20%
CMYK 0.00% 53.13% 13.28%
49.80%

Color #803C6F in popluar number systems.

HEX 80 3C 6F
Decimal 128 60 111
Binary 10000000 111100 1101111
Octal 200 74 157

Shades and tints

Shades of #803C6F

#803C6F
(128,60,111)
#753765
(117,55,101)
#6A325B
(106,50,91)
#5F2D51
(95,45,81)
#542847
(84,40,71)
#49233D
(73,35,61)
#3E1E33
(62,30,51)
#331929
(51,25,41)
#28141F
(40,20,31)
#1D0F15
(29,15,21)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #803C6F

#803C6F
(128,60,111)
#8B4D7C
(139,77,124)
#965E89
(150,94,137)
#A16F96
(161,111,150)
#AC80A3
(172,128,163)
#B791B0
(183,145,176)
#C2A2BD
(194,162,189)
#CDB3CA
(205,179,202)
#D8C4D7
(216,196,215)
#E3D5E4
(227,213,228)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803C6F color. Also use rgb(128,60,111) instead hex code.

Text Font Color

.myTextColor { color: #803C6F; }

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

This text font color is #803C6F.

Background Color

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

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

This div background color is #803C6F.

Border color

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

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

This div border color is #803C6F.

Opacity

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

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

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

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

This text has shadow with #803C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803C6F.

Preview

Color preview on black background

This text has color #803C6F on black background.


Color preview on white background

This text has color #803C6F on white background.


Black color preview on #803C6F background

This text has black color on #803C6F background.


White color preview on #803C6F background

This text has white color on #803C6F background.


Related colors

Complementary color

Complementary color for #hex is #7FC390.


I love getcolorcode.com

Triadic colors

1 #6F803C and #3C6F80 with #803C6F are triadic colors.

2 #6F3C80 and #3C806F with #803C6F are triadic colors.