COLOR #825785

HEX: #825785
RGB: (130,87,133)

Color info

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

RGB color model

#825785 color RGB value is (130,87,133).

  • red value is 130;
  • green value is 87;
  • blue value is 133.
RGB:
(130,87,133)
(51%,34%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 133 of 255 = 52%

130
87
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 133 = 350 (100%)
R 130 of 350 ~ 37.14%
G 87 of 350 ~ 24.86%
B 133 of 350 ~ 38%

%37.14
%24.86
%38

CMYK color model

#825785 color CMYK value is (2,35,0,48).

  • cyan value is 2.26%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,35,0,48)
C2M35Y0K48 
(2%,35%,0%,48%)
(0.02/0.35/0.00/0.48)	

CMYK percentages

%2.26
%34.59
%0
%47.84

Codes

Color #825785 in popluar color models

825785
RGB13087133
HSL296°20.91%43.14%
HSB/HSV296°34.59%52.16%
CMYK2.26%34.59%0.00%
47.84%

Color #825785 in popluar number systems.

HEX825785
Decimal13087133
Binary10000010101011110000101
Octal202127205

Shades and tints

Shades of #825785

#825785
(130,87,133)
#775079
(119,80,121)
#6C496D
(108,73,109)
#614261
(97,66,97)
#563B55
(86,59,85)
#4B3449
(75,52,73)
#402D3D
(64,45,61)
#352631
(53,38,49)
#2A1F25
(42,31,37)
#1F1819
(31,24,25)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #825785

#825785
(130,87,133)
#8D6690
(141,102,144)
#98759B
(152,117,155)
#A384A6
(163,132,166)
#AE93B1
(174,147,177)
#B9A2BC
(185,162,188)
#C4B1C7
(196,177,199)
#CFC0D2
(207,192,210)
#DACFDD
(218,207,221)
#E5DEE8
(229,222,232)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825785 color. Also use rgb(130,87,133) instead hex code.

Text Font Color

.myTextColor { color: #825785; }

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

This text font color is #825785.


Background Color

.myBgColor { background-color: #825785; }

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

This div background color is #825785.


Border color

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

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

This div border color is #825785.


Opacity

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

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

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

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

This text has shadow with #825785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825785 on black background.


Color preview on white background

This text has color #825785 on white background.



Black color preview on #825785 background

This text has black color on #825785 background.


White color preview on #825785 background

This text has white color on #825785 background.