COLOR #825C6A

HEX: #825C6A RGB: (130,92,106)

Color info

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

RGB color model

#825C6A color RGB value is (130,92,106).

RGB: (130,92,106) (51%, 36%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 106 of 255 = 42%

130
92
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 106 = 328 (100%)
R 130 of 328 ~ 39.63%
G 92 of 328 ~ 28.05%
B 106 of 328 ~ 32.32'%

%39.63
%28.05
%32.32

CMYK color model

#825C6A color CMYK value is (0,29,18,49).

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

CMYK: (0,29,18,49)
C0M29Y18K49 (0%, 29%, 18%, 49%)
(0.00 / 0.29 / 0.18 / 0.49)

CMYK percentages

%0
%29.23
%18.46
%49.02

Codes

Color #825C6A in popluar color models

82 5C 6A
RGB 130 92 106
HSL 338° 17.12% 43.53%
HSB/HSV 338° 29.23% 50.98%
CMYK 0.00% 29.23% 18.46%
49.02%

Color #825C6A in popluar number systems.

HEX 82 5C 6A
Decimal 130 92 106
Binary 10000010 1011100 1101010
Octal 202 134 152

Shades and tints

Shades of #825C6A

#825C6A
(130,92,106)
#775461
(119,84,97)
#6C4C58
(108,76,88)
#61444F
(97,68,79)
#563C46
(86,60,70)
#4B343D
(75,52,61)
#402C34
(64,44,52)
#35242B
(53,36,43)
#2A1C22
(42,28,34)
#1F1419
(31,20,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #825C6A

#825C6A
(130,92,106)
#8D6A77
(141,106,119)
#987884
(152,120,132)
#A38691
(163,134,145)
#AE949E
(174,148,158)
#B9A2AB
(185,162,171)
#C4B0B8
(196,176,184)
#CFBEC5
(207,190,197)
#DACCD2
(218,204,210)
#E5DADF
(229,218,223)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C6A; }

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

This text font color is #825C6A.

Background Color

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

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

This div background color is #825C6A.

Border color

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

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

This div border color is #825C6A.

Opacity

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

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

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

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

This text has shadow with #825C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C6A.

Preview

Color preview on black background

This text has color #825C6A on black background.


Color preview on white background

This text has color #825C6A on white background.


Black color preview on #825C6A background

This text has black color on #825C6A background.


White color preview on #825C6A background

This text has white color on #825C6A background.


Related colors

Complementary color

Complementary color for #hex is #7DA395.


I love getcolorcode.com

Triadic colors

1 #6A825C and #5C6A82 with #825C6A are triadic colors.

2 #6A5C82 and #5C826A with #825C6A are triadic colors.