COLOR #825380

HEX: #825380
RGB: (130,83,128)

Color info

#825380 contains red, green and blue colors in about the same proportion. Web safe color of #825380 is #996666 (or #966).

RGB color model

#825380 color RGB value is (130,83,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 83 of 255 = 33%
B 128 of 255 = 50%

130
83
128

R + G + B ~ 45%. #825380 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 83 + 128 = 341 (100%)
R 130 of 341 ~ 38.12%
G 83 of 341 ~ 24.34%
B 128 of 341 ~ 37.54%

%38.12
%24.34
%37.54

CMYK color model

#825380 color CMYK value is (0,36,2,49).

  • cyan value is 0.00%
  • magenta value is 36.15%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,36,2,49)
C0M36Y2K49 
(0%,36%,2%,49%)
(0.00/0.36/0.02/0.49)	

CMYK percentages

%0
%36.15
%1.54
%49.02

Codes

Color #825380 in popluar color models

825380
RGB13083128
HSL303°22.07%41.76%
HSB/HSV303°36.15%50.98%
CMYK0.00%36.15%1.54%
49.02%

Color #825380 in popluar number systems.

HEX825380
Decimal13083128
Binary10000010101001110000000
Octal202123200

Shades and tints

Shades of #825380

#825380
(130,83,128)
#774C75
(119,76,117)
#6C456A
(108,69,106)
#613E5F
(97,62,95)
#563754
(86,55,84)
#4B3049
(75,48,73)
#40293E
(64,41,62)
#352233
(53,34,51)
#2A1B28
(42,27,40)
#1F141D
(31,20,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #825380

#825380
(130,83,128)
#8D628B
(141,98,139)
#987196
(152,113,150)
#A380A1
(163,128,161)
#AE8FAC
(174,143,172)
#B99EB7
(185,158,183)
#C4ADC2
(196,173,194)
#CFBCCD
(207,188,205)
#DACBD8
(218,203,216)
#E5DAE3
(229,218,227)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825380; }

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

This text font color is #825380.


Background Color

.myBgColor { background-color: #825380; }

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

This div background color is #825380.


Border color

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

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

This div border color is #825380.


Opacity

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

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

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

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

This text has shadow with #825380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825380 on black background.


Color preview on white background

This text has color #825380 on white background.



Black color preview on #825380 background

This text has black color on #825380 background.


White color preview on #825380 background

This text has white color on #825380 background.