COLOR #825A79

HEX: #825A79
RGB: (130,90,121)

Color info

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

RGB color model

#825A79 color RGB value is (130,90,121).

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

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 121 of 255 = 47%

130
90
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 90 + 121 = 341 (100%)
R 130 of 341 ~ 38.12%
G 90 of 341 ~ 26.39%
B 121 of 341 ~ 35.48%

%38.12
%26.39
%35.48

CMYK color model

#825A79 color CMYK value is (0,31,7,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,31,7,49)
C0M31Y7K49 
(0%,31%,7%,49%)
(0.00/0.31/0.07/0.49)	

CMYK percentages

%0
%30.77
%6.92
%49.02

Codes

Color #825A79 in popluar color models

825A79
RGB13090121
HSL314°18.18%43.14%
HSB/HSV314°30.77%50.98%
CMYK0.00%30.77%6.92%
49.02%

Color #825A79 in popluar number systems.

HEX825A79
Decimal13090121
Binary1000001010110101111001
Octal202132171

Shades and tints

Shades of #825A79

#825A79
(130,90,121)
#77526E
(119,82,110)
#6C4A63
(108,74,99)
#614258
(97,66,88)
#563A4D
(86,58,77)
#4B3242
(75,50,66)
#402A37
(64,42,55)
#35222C
(53,34,44)
#2A1A21
(42,26,33)
#1F1216
(31,18,22)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #825A79

#825A79
(130,90,121)
#8D6985
(141,105,133)
#987891
(152,120,145)
#A3879D
(163,135,157)
#AE96A9
(174,150,169)
#B9A5B5
(185,165,181)
#C4B4C1
(196,180,193)
#CFC3CD
(207,195,205)
#DAD2D9
(218,210,217)
#E5E1E5
(229,225,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825A79; }

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

This text font color is #825A79.


Background Color

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

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

This div background color is #825A79.


Border color

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

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

This div border color is #825A79.


Opacity

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

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

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

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

This text has shadow with #825A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A79 on black background.


Color preview on white background

This text has color #825A79 on white background.



Black color preview on #825A79 background

This text has black color on #825A79 background.


White color preview on #825A79 background

This text has white color on #825A79 background.