COLOR #824D80

HEX: #824D80 RGB: (130,77,128)

Color info

#824D80 contains red, green and blue colors in about the same proportion. Web safe color of #824D80 is #993366 (or #936).

RGB color model

#824D80 color RGB value is (130,77,128).

RGB: (130,77,128) (51%, 30%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 128 of 255 = 50%

130
77
128

R + G + B ~ 44%. #824D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 77 + 128 = 335 (100%)
R 130 of 335 ~ 38.81%
G 77 of 335 ~ 22.99%
B 128 of 335 ~ 38.21'%

%38.81
%22.99
%38.21

CMYK color model

#824D80 color CMYK value is (0,41,2,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 1.54%
  • key color value is 49.02%

CMYK: (0,41,2,49)
C0M41Y2K49 (0%, 41%, 2%, 49%)
(0.00 / 0.41 / 0.02 / 0.49)

CMYK percentages

%0
%40.77
%1.54
%49.02

Codes

Color #824D80 in popluar color models

82 4D 80
RGB 130 77 128
HSL 302° 25.60% 40.59%
HSB/HSV 302° 40.77% 50.98%
CMYK 0.00% 40.77% 1.54%
49.02%

Color #824D80 in popluar number systems.

HEX 82 4D 80
Decimal 130 77 128
Binary 10000010 1001101 10000000
Octal 202 115 200

Shades and tints

Shades of #824D80

#824D80
(130,77,128)
#774675
(119,70,117)
#6C3F6A
(108,63,106)
#61385F
(97,56,95)
#563154
(86,49,84)
#4B2A49
(75,42,73)
#40233E
(64,35,62)
#351C33
(53,28,51)
#2A1528
(42,21,40)
#1F0E1D
(31,14,29)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #824D80

#824D80
(130,77,128)
#8D5D8B
(141,93,139)
#986D96
(152,109,150)
#A37DA1
(163,125,161)
#AE8DAC
(174,141,172)
#B99DB7
(185,157,183)
#C4ADC2
(196,173,194)
#CFBDCD
(207,189,205)
#DACDD8
(218,205,216)
#E5DDE3
(229,221,227)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824D80 color. Also use rgb(130,77,128) instead hex code.

Text Font Color

.myTextColor { color: #824D80; }

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

This text font color is #824D80.

Background Color

.myBgColor { background-color: #824D80; }

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

This div background color is #824D80.

Border color

.myBorderColor { border: 1px solid #824D80; }

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

This div border color is #824D80.

Opacity

.myOpacity80 { color: #824D80; opacity: 0.8; }

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

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

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

This text has shadow with #824D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824D80.

Preview

Color preview on black background

This text has color #824D80 on black background.


Color preview on white background

This text has color #824D80 on white background.


Black color preview on #824D80 background

This text has black color on #824D80 background.


White color preview on #824D80 background

This text has white color on #824D80 background.


Related colors

Complementary color

Complementary color for #hex is #7DB27F.


I love getcolorcode.com

Triadic colors

1 #80824D and #4D8082 with #824D80 are triadic colors.

2 #804D82 and #4D8280 with #824D80 are triadic colors.