COLOR #825A76

HEX: #825A76 RGB: (130,90,118)

Color info

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

RGB color model

#825A76 color RGB value is (130,90,118).

RGB: (130,90,118) (51%, 35%, 46%)

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 118 of 255 = 46%

130
90
118

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

Portions of RGB colors in percentages

R + G + B = 130 + 90 + 118 = 338 (100%)
R 130 of 338 ~ 38.46%
G 90 of 338 ~ 26.63%
B 118 of 338 ~ 34.91'%

%38.46
%26.63
%34.91

CMYK color model

#825A76 color CMYK value is (0,31,9,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 9.23%
  • key color value is 49.02%
CMYK: (0,31,9,49) C0M31Y9K49 (0%,31%,9%,49%) (0.00/0.31/0.09/0.49) 

CMYK percentages

%0
%30.77
%9.23
%49.02

Codes

Color #825A76 in popluar color models

82 5A 76
RGB 130 90 118
HSL 318° 18.18% 43.14%
HSB/HSV 318° 30.77% 50.98%
CMYK 0.00% 30.77% 9.23%
49.02%

Color #825A76 in popluar number systems.

HEX 82 5A 76
Decimal 130 90 118
Binary 10000010 1011010 1110110
Octal 202 132 166

Shades and tints

Shades of #825A76

#825A76
(130,90,118)
#77526C
(119,82,108)
#6C4A62
(108,74,98)
#614258
(97,66,88)
#563A4E
(86,58,78)
#4B3244
(75,50,68)
#402A3A
(64,42,58)
#352230
(53,34,48)
#2A1A26
(42,26,38)
#1F121C
(31,18,28)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #825A76

#825A76
(130,90,118)
#8D6982
(141,105,130)
#98788E
(152,120,142)
#A3879A
(163,135,154)
#AE96A6
(174,150,166)
#B9A5B2
(185,165,178)
#C4B4BE
(196,180,190)
#CFC3CA
(207,195,202)
#DAD2D6
(218,210,214)
#E5E1E2
(229,225,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825A76; }

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

This text font color is #825A76.

Background Color

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

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

This div background color is #825A76.

Border color

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

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

This div border color is #825A76.

Opacity

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

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

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

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

This text has shadow with #825A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825A76.

Preview

Color preview on black background

This text has color #825A76 on black background.


Color preview on white background

This text has color #825A76 on white background.


Black color preview on #825A76 background

This text has black color on #825A76 background.


White color preview on #825A76 background

This text has white color on #825A76 background.


Related colors

Complementary color

Complementary color for #hex is #7DA589.


I love getcolorcode.com

Triadic colors

1 #76825A and #5A7682 with #825A76 are triadic colors.

2 #765A82 and #5A8276 with #825A76 are triadic colors.