COLOR #826F60

HEX: #826F60 RGB: (130,111,96)

Color info

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

RGB color model

#826F60 color RGB value is (130,111,96).

RGB: (130,111,96) (51%, 44%, 38%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 96 of 255 = 38%

130
111
96

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 96 = 337 (100%)
R 130 of 337 ~ 38.58%
G 111 of 337 ~ 32.94%
B 96 of 337 ~ 28.49'%

%38.58
%32.94
%28.49

CMYK color model

#826F60 color CMYK value is (0,15,26,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 26.15%
  • key color value is 49.02%
CMYK: (0,15,26,49) C0M15Y26K49 (0%,15%,26%,49%) (0.00/0.15/0.26/0.49) 

CMYK percentages

%0
%14.62
%26.15
%49.02

Codes

Color #826F60 in popluar color models

82 6F 60
RGB 130 111 96
HSL 26° 15.04% 44.31%
HSB/HSV 26° 26.15% 50.98%
CMYK 0.00% 14.62% 26.15%
49.02%

Color #826F60 in popluar number systems.

HEX 82 6F 60
Decimal 130 111 96
Binary 10000010 1101111 1100000
Octal 202 157 140

Shades and tints

Shades of #826F60

#826F60
(130,111,96)
#776558
(119,101,88)
#6C5B50
(108,91,80)
#615148
(97,81,72)
#564740
(86,71,64)
#4B3D38
(75,61,56)
#403330
(64,51,48)
#352928
(53,41,40)
#2A1F20
(42,31,32)
#1F1518
(31,21,24)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #826F60

#826F60
(130,111,96)
#8D7C6E
(141,124,110)
#98897C
(152,137,124)
#A3968A
(163,150,138)
#AEA398
(174,163,152)
#B9B0A6
(185,176,166)
#C4BDB4
(196,189,180)
#CFCAC2
(207,202,194)
#DAD7D0
(218,215,208)
#E5E4DE
(229,228,222)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826F60 color. Also use rgb(130,111,96) instead hex code.

Text Font Color

.myTextColor { color: #826F60; }

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

This text font color is #826F60.

Background Color

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

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

This div background color is #826F60.

Border color

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

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

This div border color is #826F60.

Opacity

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

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

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

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

This text has shadow with #826F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F60.

Preview

Color preview on black background

This text has color #826F60 on black background.


Color preview on white background

This text has color #826F60 on white background.


Black color preview on #826F60 background

This text has black color on #826F60 background.


White color preview on #826F60 background

This text has white color on #826F60 background.


Related colors

Complementary color

Complementary color for #hex is #7D909F.


I love getcolorcode.com

Triadic colors

1 #60826F and #6F6082 with #826F60 are triadic colors.

2 #606F82 and #6F8260 with #826F60 are triadic colors.