COLOR #803B6A

HEX: #803B6A RGB: (128,59,106)

Color info

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

RGB color model

#803B6A color RGB value is (128,59,106).

RGB: (128,59,106) (50%, 23%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 59 of 255 = 23%
B 106 of 255 = 42%

128
59
106

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

Portions of RGB colors in percentages

R + G + B = 128 + 59 + 106 = 293 (100%)
R 128 of 293 ~ 43.69%
G 59 of 293 ~ 20.14%
B 106 of 293 ~ 36.18'%

%43.69
%20.14
%36.18

CMYK color model

#803B6A color CMYK value is (0,54,17,50).

  • cyan value is 0.00%
  • magenta value is 53.91%
  • yellow value is 17.19%
  • key color value is 49.80%

CMYK: (0,54,17,50)
C0M54Y17K50 (0%, 54%, 17%, 50%)
(0.00 / 0.54 / 0.17 / 0.50)

CMYK percentages

%0
%53.91
%17.19
%49.8

Codes

Color #803B6A in popluar color models

80 3B 6A
RGB 128 59 106
HSL 319° 36.90% 36.67%
HSB/HSV 319° 53.91% 50.20%
CMYK 0.00% 53.91% 17.19%
49.80%

Color #803B6A in popluar number systems.

HEX 80 3B 6A
Decimal 128 59 106
Binary 10000000 111011 1101010
Octal 200 73 152

Shades and tints

Shades of #803B6A

#803B6A
(128,59,106)
#753661
(117,54,97)
#6A3158
(106,49,88)
#5F2C4F
(95,44,79)
#542746
(84,39,70)
#49223D
(73,34,61)
#3E1D34
(62,29,52)
#33182B
(51,24,43)
#281322
(40,19,34)
#1D0E19
(29,14,25)
#120910
(18,9,16)
#000000
(0,0,0)

Tints of #803B6A

#803B6A
(128,59,106)
#8B4C77
(139,76,119)
#965D84
(150,93,132)
#A16E91
(161,110,145)
#AC7F9E
(172,127,158)
#B790AB
(183,144,171)
#C2A1B8
(194,161,184)
#CDB2C5
(205,178,197)
#D8C3D2
(216,195,210)
#E3D4DF
(227,212,223)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803B6A color. Also use rgb(128,59,106) instead hex code.

Text Font Color

.myTextColor { color: #803B6A; }

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

This text font color is #803B6A.

Background Color

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

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

This div background color is #803B6A.

Border color

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

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

This div border color is #803B6A.

Opacity

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

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

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

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

This text has shadow with #803B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803B6A.

Preview

Color preview on black background

This text has color #803B6A on black background.


Color preview on white background

This text has color #803B6A on white background.


Black color preview on #803B6A background

This text has black color on #803B6A background.


White color preview on #803B6A background

This text has white color on #803B6A background.


Related colors

Complementary color

Complementary color for #hex is #7FC495.


I love getcolorcode.com

Triadic colors

1 #6A803B and #3B6A80 with #803B6A are triadic colors.

2 #6A3B80 and #3B806A with #803B6A are triadic colors.