COLOR #825F80

HEX: #825F80
RGB: (130,95,128)

Color info

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

RGB color model

#825F80 color RGB value is (130,95,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 128 of 255 = 50%

130
95
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 128 = 353 (100%)
R 130 of 353 ~ 36.83%
G 95 of 353 ~ 26.91%
B 128 of 353 ~ 36.26%

%36.83
%26.91
%36.26

CMYK color model

#825F80 color CMYK value is (0,27,2,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,27,2,49)
C0M27Y2K49 
(0%,27%,2%,49%)
(0.00/0.27/0.02/0.49)	

CMYK percentages

%0
%26.92
%1.54
%49.02

Codes

Color #825F80 in popluar color models

825F80
RGB13095128
HSL303°15.56%44.12%
HSB/HSV303°26.92%50.98%
CMYK0.00%26.92%1.54%
49.02%

Color #825F80 in popluar number systems.

HEX825F80
Decimal13095128
Binary10000010101111110000000
Octal202137200

Shades and tints

Shades of #825F80

#825F80
(130,95,128)
#775775
(119,87,117)
#6C4F6A
(108,79,106)
#61475F
(97,71,95)
#563F54
(86,63,84)
#4B3749
(75,55,73)
#402F3E
(64,47,62)
#352733
(53,39,51)
#2A1F28
(42,31,40)
#1F171D
(31,23,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #825F80

#825F80
(130,95,128)
#8D6D8B
(141,109,139)
#987B96
(152,123,150)
#A389A1
(163,137,161)
#AE97AC
(174,151,172)
#B9A5B7
(185,165,183)
#C4B3C2
(196,179,194)
#CFC1CD
(207,193,205)
#DACFD8
(218,207,216)
#E5DDE3
(229,221,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F80; }

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

This text font color is #825F80.


Background Color

.myBgColor { background-color: #825F80; }

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

This div background color is #825F80.


Border color

.myBorderColor { border: 1px solid #825F80; }

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

This div border color is #825F80.


Opacity

.myOpacity80 { color: #825F80; opacity: 0.8; }

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

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

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

This text has shadow with #825F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F80 on black background.


Color preview on white background

This text has color #825F80 on white background.



Black color preview on #825F80 background

This text has black color on #825F80 background.


White color preview on #825F80 background

This text has white color on #825F80 background.