COLOR #803057

HEX: #803057 RGB: (128,48,87)

Color info

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

RGB color model

#803057 color RGB value is (128,48,87).

RGB: (128,48,87) (50%, 19%, 34%)

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 87 of 255 = 34%

128
48
87

R + G + B ~ 34%. #803057 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 48 + 87 = 263 (100%)
R 128 of 263 ~ 48.67%
G 48 of 263 ~ 18.25%
B 87 of 263 ~ 33.08'%

%48.67
%18.25
%33.08

CMYK color model

#803057 color CMYK value is (0,63,32,50).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK: (0,63,32,50) C0M63Y32K50 (0%,63%,32%,50%) (0.00/0.63/0.32/0.50) 

CMYK percentages

%0
%62.5
%32.03
%49.8

Codes

Color #803057 in popluar color models

80 30 57
RGB 128 48 87
HSL 331° 45.45% 34.51%
HSB/HSV 331° 62.50% 50.20%
CMYK 0.00% 62.50% 32.03%
49.80%

Color #803057 in popluar number systems.

HEX 80 30 57
Decimal 128 48 87
Binary 10000000 110000 1010111
Octal 200 60 127

Shades and tints

Shades of #803057

#803057
(128,48,87)
#752C50
(117,44,80)
#6A2849
(106,40,73)
#5F2442
(95,36,66)
#54203B
(84,32,59)
#491C34
(73,28,52)
#3E182D
(62,24,45)
#331426
(51,20,38)
#28101F
(40,16,31)
#1D0C18
(29,12,24)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #803057

#803057
(128,48,87)
#8B4266
(139,66,102)
#965475
(150,84,117)
#A16684
(161,102,132)
#AC7893
(172,120,147)
#B78AA2
(183,138,162)
#C29CB1
(194,156,177)
#CDAEC0
(205,174,192)
#D8C0CF
(216,192,207)
#E3D2DE
(227,210,222)
#EEE4ED
(238,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803057 color. Also use rgb(128,48,87) instead hex code.

Text Font Color

.myTextColor { color: #803057; }

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

This text font color is #803057.

Background Color

.myBgColor { background-color: #803057; }

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

This div background color is #803057.

Border color

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

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

This div border color is #803057.

Opacity

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

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

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

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

This text has shadow with #803057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803057.

Preview

Color preview on black background

This text has color #803057 on black background.


Color preview on white background

This text has color #803057 on white background.


Black color preview on #803057 background

This text has black color on #803057 background.


White color preview on #803057 background

This text has white color on #803057 background.


Related colors

Complementary color

Complementary color for #hex is #7FCFA8.


I love getcolorcode.com

Triadic colors

1 #578030 and #305780 with #803057 are triadic colors.

2 #573080 and #308057 with #803057 are triadic colors.