COLOR #825F79

HEX: #825F79
RGB: (130,95,121)

Color info

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

RGB color model

#825F79 color RGB value is (130,95,121).

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

RGB channels and saturation

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

130
95
121

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 121 = 346 (100%)
R 130 of 346 ~ 37.57%
G 95 of 346 ~ 27.46%
B 121 of 346 ~ 34.97%

%37.57
%27.46
%34.97

CMYK color model

#825F79 color CMYK value is (0,27,7,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(0,27,7,49)
C0M27Y7K49 
(0%,27%,7%,49%)
(0.00/0.27/0.07/0.49)	

CMYK percentages

%0
%26.92
%6.92
%49.02

Codes

Color #825F79 in popluar color models

825F79
RGB13095121
HSL315°15.56%44.12%
HSB/HSV315°26.92%50.98%
CMYK0.00%26.92%6.92%
49.02%

Color #825F79 in popluar number systems.

HEX825F79
Decimal13095121
Binary1000001010111111111001
Octal202137171

Shades and tints

Shades of #825F79

#825F79
(130,95,121)
#77576E
(119,87,110)
#6C4F63
(108,79,99)
#614758
(97,71,88)
#563F4D
(86,63,77)
#4B3742
(75,55,66)
#402F37
(64,47,55)
#35272C
(53,39,44)
#2A1F21
(42,31,33)
#1F1716
(31,23,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #825F79

#825F79
(130,95,121)
#8D6D85
(141,109,133)
#987B91
(152,123,145)
#A3899D
(163,137,157)
#AE97A9
(174,151,169)
#B9A5B5
(185,165,181)
#C4B3C1
(196,179,193)
#CFC1CD
(207,193,205)
#DACFD9
(218,207,217)
#E5DDE5
(229,221,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F79; }

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

This text font color is #825F79.


Background Color

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

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

This div background color is #825F79.


Border color

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

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

This div border color is #825F79.


Opacity

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

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

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

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

This text has shadow with #825F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F79 on black background.


Color preview on white background

This text has color #825F79 on white background.



Black color preview on #825F79 background

This text has black color on #825F79 background.


White color preview on #825F79 background

This text has white color on #825F79 background.