COLOR #826C57

HEX: #826C57 RGB: (130,108,87)

Color info

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

RGB color model

#826C57 color RGB value is (130,108,87).

RGB: (130,108,87) (51%, 42%, 34%)

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 87 of 255 = 34%

130
108
87

R + G + B ~ 42%. #826C57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 108 + 87 = 325 (100%)
R 130 of 325 ~ 40%
G 108 of 325 ~ 33.23%
B 87 of 325 ~ 26.77'%

%40
%33.23
%26.77

CMYK color model

#826C57 color CMYK value is (0,17,33,49).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 33.08%
  • key color value is 49.02%

CMYK: (0,17,33,49)
C0M17Y33K49 (0%, 17%, 33%, 49%)
(0.00 / 0.17 / 0.33 / 0.49)

CMYK percentages

%0
%16.92
%33.08
%49.02

Codes

Color #826C57 in popluar color models

82 6C 57
RGB 130 108 87
HSL 29° 19.82% 42.55%
HSB/HSV 29° 33.08% 50.98%
CMYK 0.00% 16.92% 33.08%
49.02%

Color #826C57 in popluar number systems.

HEX 82 6C 57
Decimal 130 108 87
Binary 10000010 1101100 1010111
Octal 202 154 127

Shades and tints

Shades of #826C57

#826C57
(130,108,87)
#776350
(119,99,80)
#6C5A49
(108,90,73)
#615142
(97,81,66)
#56483B
(86,72,59)
#4B3F34
(75,63,52)
#40362D
(64,54,45)
#352D26
(53,45,38)
#2A241F
(42,36,31)
#1F1B18
(31,27,24)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #826C57

#826C57
(130,108,87)
#8D7966
(141,121,102)
#988675
(152,134,117)
#A39384
(163,147,132)
#AEA093
(174,160,147)
#B9ADA2
(185,173,162)
#C4BAB1
(196,186,177)
#CFC7C0
(207,199,192)
#DAD4CF
(218,212,207)
#E5E1DE
(229,225,222)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826C57 color. Also use rgb(130,108,87) instead hex code.

Text Font Color

.myTextColor { color: #826C57; }

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

This text font color is #826C57.

Background Color

.myBgColor { background-color: #826C57; }

<div style="background-color:#826C57">Inner text</div>

This div background color is #826C57.

Border color

.myBorderColor { border: 1px solid #826C57; }

<div style="border:3px solid #826C57">Div</div>

This div border color is #826C57.

Opacity

.myOpacity80 { color: #826C57; opacity: 0.8; }

<p style="color:#826C57;opacity:0.8;">80%</p>

Text with #826C57 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 #826C57;}

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

This text has shadow with #826C57 color.


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

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

This text has shadow with #826C57 primary color and red secondary color.


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

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

This text has shadow with #826C57 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #826C57.

Preview

Color preview on black background

This text has color #826C57 on black background.


Color preview on white background

This text has color #826C57 on white background.


Black color preview on #826C57 background

This text has black color on #826C57 background.


White color preview on #826C57 background

This text has white color on #826C57 background.


Related colors

Complementary color

Complementary color for #hex is #7D93A8.


I love getcolorcode.com

Triadic colors

1 #57826C and #6C5782 with #826C57 are triadic colors.

2 #576C82 and #6C8257 with #826C57 are triadic colors.