COLOR #825C79

HEX: #825C79 RGB: (130,92,121)

Color info

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

RGB color model

#825C79 color RGB value is (130,92,121).

RGB: (130,92,121) (51%, 36%, 47%)

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 121 of 255 = 47%

130
92
121

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 121 = 343 (100%)
R 130 of 343 ~ 37.9%
G 92 of 343 ~ 26.82%
B 121 of 343 ~ 35.28'%

%37.9
%26.82
%35.28

CMYK color model

#825C79 color CMYK value is (0,29,7,49).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 6.92%
  • key color value is 49.02%

CMYK: (0,29,7,49)
C0M29Y7K49 (0%, 29%, 7%, 49%)
(0.00 / 0.29 / 0.07 / 0.49)

CMYK percentages

%0
%29.23
%6.92
%49.02

Codes

Color #825C79 in popluar color models

82 5C 79
RGB 130 92 121
HSL 314° 17.12% 43.53%
HSB/HSV 314° 29.23% 50.98%
CMYK 0.00% 29.23% 6.92%
49.02%

Color #825C79 in popluar number systems.

HEX 82 5C 79
Decimal 130 92 121
Binary 10000010 1011100 1111001
Octal 202 134 171

Shades and tints

Shades of #825C79

#825C79
(130,92,121)
#77546E
(119,84,110)
#6C4C63
(108,76,99)
#614458
(97,68,88)
#563C4D
(86,60,77)
#4B3442
(75,52,66)
#402C37
(64,44,55)
#35242C
(53,36,44)
#2A1C21
(42,28,33)
#1F1416
(31,20,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #825C79

#825C79
(130,92,121)
#8D6A85
(141,106,133)
#987891
(152,120,145)
#A3869D
(163,134,157)
#AE94A9
(174,148,169)
#B9A2B5
(185,162,181)
#C4B0C1
(196,176,193)
#CFBECD
(207,190,205)
#DACCD9
(218,204,217)
#E5DAE5
(229,218,229)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C79; }

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

This text font color is #825C79.

Background Color

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

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

This div background color is #825C79.

Border color

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

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

This div border color is #825C79.

Opacity

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

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

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

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

This text has shadow with #825C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C79.

Preview

Color preview on black background

This text has color #825C79 on black background.


Color preview on white background

This text has color #825C79 on white background.


Black color preview on #825C79 background

This text has black color on #825C79 background.


White color preview on #825C79 background

This text has white color on #825C79 background.


Related colors

Complementary color

Complementary color for #hex is #7DA386.


I love getcolorcode.com

Triadic colors

1 #79825C and #5C7982 with #825C79 are triadic colors.

2 #795C82 and #5C8279 with #825C79 are triadic colors.