COLOR #826D66

HEX: #826D66 RGB: (130,109,102)

Color info

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

RGB color model

#826D66 color RGB value is (130,109,102).

RGB: (130,109,102) (51%, 43%, 40%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 102 of 255 = 40%

130
109
102

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

Portions of RGB colors in percentages

R + G + B = 130 + 109 + 102 = 341 (100%)
R 130 of 341 ~ 38.12%
G 109 of 341 ~ 31.96%
B 102 of 341 ~ 29.91'%

%38.12
%31.96
%29.91

CMYK color model

#826D66 color CMYK value is (0,16,22,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 21.54%
  • key color value is 49.02%

CMYK: (0,16,22,49)
C0M16Y22K49 (0%, 16%, 22%, 49%)
(0.00 / 0.16 / 0.22 / 0.49)

CMYK percentages

%0
%16.15
%21.54
%49.02

Codes

Color #826D66 in popluar color models

82 6D 66
RGB 130 109 102
HSL 15° 12.07% 45.49%
HSB/HSV 15° 21.54% 50.98%
CMYK 0.00% 16.15% 21.54%
49.02%

Color #826D66 in popluar number systems.

HEX 82 6D 66
Decimal 130 109 102
Binary 10000010 1101101 1100110
Octal 202 155 146

Shades and tints

Shades of #826D66

#826D66
(130,109,102)
#77645D
(119,100,93)
#6C5B54
(108,91,84)
#61524B
(97,82,75)
#564942
(86,73,66)
#4B4039
(75,64,57)
#403730
(64,55,48)
#352E27
(53,46,39)
#2A251E
(42,37,30)
#1F1C15
(31,28,21)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #826D66

#826D66
(130,109,102)
#8D7A73
(141,122,115)
#988780
(152,135,128)
#A3948D
(163,148,141)
#AEA19A
(174,161,154)
#B9AEA7
(185,174,167)
#C4BBB4
(196,187,180)
#CFC8C1
(207,200,193)
#DAD5CE
(218,213,206)
#E5E2DB
(229,226,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D66 color. Also use rgb(130,109,102) instead hex code.

Text Font Color

.myTextColor { color: #826D66; }

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

This text font color is #826D66.

Background Color

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

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

This div background color is #826D66.

Border color

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

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

This div border color is #826D66.

Opacity

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

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

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

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

This text has shadow with #826D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826D66.

Preview

Color preview on black background

This text has color #826D66 on black background.


Color preview on white background

This text has color #826D66 on white background.


Black color preview on #826D66 background

This text has black color on #826D66 background.


White color preview on #826D66 background

This text has white color on #826D66 background.


Related colors

Complementary color

Complementary color for #hex is #7D9299.


I love getcolorcode.com

Triadic colors

1 #66826D and #6D6682 with #826D66 are triadic colors.

2 #666D82 and #6D8266 with #826D66 are triadic colors.