COLOR #825779

HEX: #825779
RGB: (130,87,121)

Color info

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

RGB color model

#825779 color RGB value is (130,87,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 121 of 255 = 47%

130
87
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 121 = 338 (100%)
R 130 of 338 ~ 38.46%
G 87 of 338 ~ 25.74%
B 121 of 338 ~ 35.8%

%38.46
%25.74
%35.8

CMYK color model

#825779 color CMYK value is (0,33,7,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,33,7,49)
C0M33Y7K49 
(0%,33%,7%,49%)
(0.00/0.33/0.07/0.49)	

CMYK percentages

%0
%33.08
%6.92
%49.02

Codes

Color #825779 in popluar color models

825779
RGB13087121
HSL313°19.82%42.55%
HSB/HSV313°33.08%50.98%
CMYK0.00%33.08%6.92%
49.02%

Color #825779 in popluar number systems.

HEX825779
Decimal13087121
Binary1000001010101111111001
Octal202127171

Shades and tints

Shades of #825779

#825779
(130,87,121)
#77506E
(119,80,110)
#6C4963
(108,73,99)
#614258
(97,66,88)
#563B4D
(86,59,77)
#4B3442
(75,52,66)
#402D37
(64,45,55)
#35262C
(53,38,44)
#2A1F21
(42,31,33)
#1F1816
(31,24,22)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #825779

#825779
(130,87,121)
#8D6685
(141,102,133)
#987591
(152,117,145)
#A3849D
(163,132,157)
#AE93A9
(174,147,169)
#B9A2B5
(185,162,181)
#C4B1C1
(196,177,193)
#CFC0CD
(207,192,205)
#DACFD9
(218,207,217)
#E5DEE5
(229,222,229)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825779; }

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

This text font color is #825779.


Background Color

.myBgColor { background-color: #825779; }

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

This div background color is #825779.


Border color

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

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

This div border color is #825779.


Opacity

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

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

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

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

This text has shadow with #825779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825779 on black background.


Color preview on white background

This text has color #825779 on white background.



Black color preview on #825779 background

This text has black color on #825779 background.


White color preview on #825779 background

This text has white color on #825779 background.