COLOR #825F78

HEX: #825F78
RGB: (130,95,120)

Color info

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

RGB color model

#825F78 color RGB value is (130,95,120).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 120 of 255 = 47%

130
95
120

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 120 = 345 (100%)
R 130 of 345 ~ 37.68%
G 95 of 345 ~ 27.54%
B 120 of 345 ~ 34.78%

%37.68
%27.54
%34.78

CMYK color model

#825F78 color CMYK value is (0,27,8,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 7.69%
  • key color value is 49.02%
CMYK:
(0,27,8,49)
C0M27Y8K49 
(0%,27%,8%,49%)
(0.00/0.27/0.08/0.49)	

CMYK percentages

%0
%26.92
%7.69
%49.02

Codes

Color #825F78 in popluar color models

825F78
RGB13095120
HSL317°15.56%44.12%
HSB/HSV317°26.92%50.98%
CMYK0.00%26.92%7.69%
49.02%

Color #825F78 in popluar number systems.

HEX825F78
Decimal13095120
Binary1000001010111111111000
Octal202137170

Shades and tints

Shades of #825F78

#825F78
(130,95,120)
#77576E
(119,87,110)
#6C4F64
(108,79,100)
#61475A
(97,71,90)
#563F50
(86,63,80)
#4B3746
(75,55,70)
#402F3C
(64,47,60)
#352732
(53,39,50)
#2A1F28
(42,31,40)
#1F171E
(31,23,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #825F78

#825F78
(130,95,120)
#8D6D84
(141,109,132)
#987B90
(152,123,144)
#A3899C
(163,137,156)
#AE97A8
(174,151,168)
#B9A5B4
(185,165,180)
#C4B3C0
(196,179,192)
#CFC1CC
(207,193,204)
#DACFD8
(218,207,216)
#E5DDE4
(229,221,228)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F78; }

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

This text font color is #825F78.


Background Color

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

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

This div background color is #825F78.


Border color

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

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

This div border color is #825F78.


Opacity

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

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

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

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

This text has shadow with #825F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F78 on black background.


Color preview on white background

This text has color #825F78 on white background.



Black color preview on #825F78 background

This text has black color on #825F78 background.


White color preview on #825F78 background

This text has white color on #825F78 background.