COLOR #825281

HEX: #825281
RGB: (130,82,129)

Color info

#825281 contains red, green and blue colors in about the same proportion. Web safe color of #825281 is #996699 (or #969).

RGB color model

#825281 color RGB value is (130,82,129).

  • red value is 130;
  • green value is 82;
  • blue value is 129.
RGB:
(130,82,129)
(51%,32%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 129 of 255 = 51%

130
82
129

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

Portions of RGB colors in percentages

R + G + B =
130 + 82 + 129 = 341 (100%)
R 130 of 341 ~ 38.12%
G 82 of 341 ~ 24.05%
B 129 of 341 ~ 37.83%

%38.12
%24.05
%37.83

CMYK color model

#825281 color CMYK value is (0,37,1,49).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,37,1,49)
C0M37Y1K49 
(0%,37%,1%,49%)
(0.00/0.37/0.01/0.49)	

CMYK percentages

%0
%36.92
%0.77
%49.02

Codes

Color #825281 in popluar color models

825281
RGB13082129
HSL301°22.64%41.57%
HSB/HSV301°36.92%50.98%
CMYK0.00%36.92%0.77%
49.02%

Color #825281 in popluar number systems.

HEX825281
Decimal13082129
Binary10000010101001010000001
Octal202122201

Shades and tints

Shades of #825281

#825281
(130,82,129)
#774B76
(119,75,118)
#6C446B
(108,68,107)
#613D60
(97,61,96)
#563655
(86,54,85)
#4B2F4A
(75,47,74)
#40283F
(64,40,63)
#352134
(53,33,52)
#2A1A29
(42,26,41)
#1F131E
(31,19,30)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #825281

#825281
(130,82,129)
#8D618C
(141,97,140)
#987097
(152,112,151)
#A37FA2
(163,127,162)
#AE8EAD
(174,142,173)
#B99DB8
(185,157,184)
#C4ACC3
(196,172,195)
#CFBBCE
(207,187,206)
#DACAD9
(218,202,217)
#E5D9E4
(229,217,228)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825281 color. Also use rgb(130,82,129) instead hex code.

Text Font Color

.myTextColor { color: #825281; }

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

This text font color is #825281.


Background Color

.myBgColor { background-color: #825281; }

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

This div background color is #825281.


Border color

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

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

This div border color is #825281.


Opacity

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

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

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

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

This text has shadow with #825281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825281 on black background.


Color preview on white background

This text has color #825281 on white background.



Black color preview on #825281 background

This text has black color on #825281 background.


White color preview on #825281 background

This text has white color on #825281 background.