COLOR #824A80

HEX: #824A80
RGB: (130,74,128)

Color info

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

RGB color model

#824A80 color RGB value is (130,74,128).

  • red value is 130;
  • green value is 74;
  • blue value is 128.
RGB:
(130,74,128)
(51%,29%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 74 of 255 = 29%
B 128 of 255 = 50%

130
74
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 74 + 128 = 332 (100%)
R 130 of 332 ~ 39.16%
G 74 of 332 ~ 22.29%
B 128 of 332 ~ 38.55%

%39.16
%22.29
%38.55

CMYK color model

#824A80 color CMYK value is (0,43,2,49).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,43,2,49)
C0M43Y2K49 
(0%,43%,2%,49%)
(0.00/0.43/0.02/0.49)	

CMYK percentages

%0
%43.08
%1.54
%49.02

Codes

Color #824A80 in popluar color models

824A80
RGB13074128
HSL302°27.45%40.00%
HSB/HSV302°43.08%50.98%
CMYK0.00%43.08%1.54%
49.02%

Color #824A80 in popluar number systems.

HEX824A80
Decimal13074128
Binary10000010100101010000000
Octal202112200

Shades and tints

Shades of #824A80

#824A80
(130,74,128)
#774475
(119,68,117)
#6C3E6A
(108,62,106)
#61385F
(97,56,95)
#563254
(86,50,84)
#4B2C49
(75,44,73)
#40263E
(64,38,62)
#352033
(53,32,51)
#2A1A28
(42,26,40)
#1F141D
(31,20,29)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #824A80

#824A80
(130,74,128)
#8D5A8B
(141,90,139)
#986A96
(152,106,150)
#A37AA1
(163,122,161)
#AE8AAC
(174,138,172)
#B99AB7
(185,154,183)
#C4AAC2
(196,170,194)
#CFBACD
(207,186,205)
#DACAD8
(218,202,216)
#E5DAE3
(229,218,227)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824A80; }

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

This text font color is #824A80.


Background Color

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

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

This div background color is #824A80.


Border color

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

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

This div border color is #824A80.


Opacity

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

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

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

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

This text has shadow with #824A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824A80 on black background.


Color preview on white background

This text has color #824A80 on white background.



Black color preview on #824A80 background

This text has black color on #824A80 background.


White color preview on #824A80 background

This text has white color on #824A80 background.