COLOR #803F52

HEX: #803F52 RGB: (128,63,82)

Color info

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

RGB color model

#803F52 color RGB value is (128,63,82).

RGB: (128,63,82) (50%, 25%, 32%)

RGB channels and saturation

R 128 of 255 = 50%
G 63 of 255 = 25%
B 82 of 255 = 32%

128
63
82

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

Portions of RGB colors in percentages

R + G + B = 128 + 63 + 82 = 273 (100%)
R 128 of 273 ~ 46.89%
G 63 of 273 ~ 23.08%
B 82 of 273 ~ 30.04'%

%46.89
%23.08
%30.04

CMYK color model

#803F52 color CMYK value is (0,51,36,50).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 35.94%
  • key color value is 49.80%

CMYK: (0,51,36,50)
C0M51Y36K50 (0%, 51%, 36%, 50%)
(0.00 / 0.51 / 0.36 / 0.50)

CMYK percentages

%0
%50.78
%35.94
%49.8

Codes

Color #803F52 in popluar color models

80 3F 52
RGB 128 63 82
HSL 342° 34.03% 37.45%
HSB/HSV 342° 50.78% 50.20%
CMYK 0.00% 50.78% 35.94%
49.80%

Color #803F52 in popluar number systems.

HEX 80 3F 52
Decimal 128 63 82
Binary 10000000 111111 1010010
Octal 200 77 122

Shades and tints

Shades of #803F52

#803F52
(128,63,82)
#753A4B
(117,58,75)
#6A3544
(106,53,68)
#5F303D
(95,48,61)
#542B36
(84,43,54)
#49262F
(73,38,47)
#3E2128
(62,33,40)
#331C21
(51,28,33)
#28171A
(40,23,26)
#1D1213
(29,18,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #803F52

#803F52
(128,63,82)
#8B5061
(139,80,97)
#966170
(150,97,112)
#A1727F
(161,114,127)
#AC838E
(172,131,142)
#B7949D
(183,148,157)
#C2A5AC
(194,165,172)
#CDB6BB
(205,182,187)
#D8C7CA
(216,199,202)
#E3D8D9
(227,216,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803F52 color. Also use rgb(128,63,82) instead hex code.

Text Font Color

.myTextColor { color: #803F52; }

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

This text font color is #803F52.

Background Color

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

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

This div background color is #803F52.

Border color

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

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

This div border color is #803F52.

Opacity

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

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

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

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

This text has shadow with #803F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803F52.

Preview

Color preview on black background

This text has color #803F52 on black background.


Color preview on white background

This text has color #803F52 on white background.


Black color preview on #803F52 background

This text has black color on #803F52 background.


White color preview on #803F52 background

This text has white color on #803F52 background.


Related colors

Complementary color

Complementary color for #hex is #7FC0AD.


I love getcolorcode.com

Triadic colors

1 #52803F and #3F5280 with #803F52 are triadic colors.

2 #523F80 and #3F8052 with #803F52 are triadic colors.