COLOR #803A5A

HEX: #803A5A RGB: (128,58,90)

Color info

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

RGB color model

#803A5A color RGB value is (128,58,90).

RGB: (128,58,90) (50%, 23%, 35%)

RGB channels and saturation

R 128 of 255 = 50%
G 58 of 255 = 23%
B 90 of 255 = 35%

128
58
90

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

Portions of RGB colors in percentages

R + G + B = 128 + 58 + 90 = 276 (100%)
R 128 of 276 ~ 46.38%
G 58 of 276 ~ 21.01%
B 90 of 276 ~ 32.61'%

%46.38
%21.01
%32.61

CMYK color model

#803A5A color CMYK value is (0,55,30,50).

  • cyan value is 0.00%
  • magenta value is 54.69%
  • yellow value is 29.69%
  • key color value is 49.80%

CMYK: (0,55,30,50)
C0M55Y30K50 (0%, 55%, 30%, 50%)
(0.00 / 0.55 / 0.30 / 0.50)

CMYK percentages

%0
%54.69
%29.69
%49.8

Codes

Color #803A5A in popluar color models

80 3A 5A
RGB 128 58 90
HSL 333° 37.63% 36.47%
HSB/HSV 333° 54.69% 50.20%
CMYK 0.00% 54.69% 29.69%
49.80%

Color #803A5A in popluar number systems.

HEX 80 3A 5A
Decimal 128 58 90
Binary 10000000 111010 1011010
Octal 200 72 132

Shades and tints

Shades of #803A5A

#803A5A
(128,58,90)
#753552
(117,53,82)
#6A304A
(106,48,74)
#5F2B42
(95,43,66)
#54263A
(84,38,58)
#492132
(73,33,50)
#3E1C2A
(62,28,42)
#331722
(51,23,34)
#28121A
(40,18,26)
#1D0D12
(29,13,18)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #803A5A

#803A5A
(128,58,90)
#8B4B69
(139,75,105)
#965C78
(150,92,120)
#A16D87
(161,109,135)
#AC7E96
(172,126,150)
#B78FA5
(183,143,165)
#C2A0B4
(194,160,180)
#CDB1C3
(205,177,195)
#D8C2D2
(216,194,210)
#E3D3E1
(227,211,225)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803A5A color. Also use rgb(128,58,90) instead hex code.

Text Font Color

.myTextColor { color: #803A5A; }

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

This text font color is #803A5A.

Background Color

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

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

This div background color is #803A5A.

Border color

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

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

This div border color is #803A5A.

Opacity

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

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

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

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

This text has shadow with #803A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803A5A.

Preview

Color preview on black background

This text has color #803A5A on black background.


Color preview on white background

This text has color #803A5A on white background.


Black color preview on #803A5A background

This text has black color on #803A5A background.


White color preview on #803A5A background

This text has white color on #803A5A background.


Related colors

Complementary color

Complementary color for #hex is #7FC5A5.


I love getcolorcode.com

Triadic colors

1 #5A803A and #3A5A80 with #803A5A are triadic colors.

2 #5A3A80 and #3A805A with #803A5A are triadic colors.