COLOR #826F69

HEX: #826F69 RGB: (130,111,105)

Color info

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

RGB color model

#826F69 color RGB value is (130,111,105).

RGB: (130,111,105) (51%, 44%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 105 of 255 = 41%

130
111
105

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 105 = 346 (100%)
R 130 of 346 ~ 37.57%
G 111 of 346 ~ 32.08%
B 105 of 346 ~ 30.35'%

%37.57
%32.08
%30.35

CMYK color model

#826F69 color CMYK value is (0,15,19,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 19.23%
  • key color value is 49.02%

CMYK: (0,15,19,49)
C0M15Y19K49 (0%, 15%, 19%, 49%)
(0.00 / 0.15 / 0.19 / 0.49)

CMYK percentages

%0
%14.62
%19.23
%49.02

Codes

Color #826F69 in popluar color models

82 6F 69
RGB 130 111 105
HSL 14° 10.64% 46.08%
HSB/HSV 14° 19.23% 50.98%
CMYK 0.00% 14.62% 19.23%
49.02%

Color #826F69 in popluar number systems.

HEX 82 6F 69
Decimal 130 111 105
Binary 10000010 1101111 1101001
Octal 202 157 151

Shades and tints

Shades of #826F69

#826F69
(130,111,105)
#776560
(119,101,96)
#6C5B57
(108,91,87)
#61514E
(97,81,78)
#564745
(86,71,69)
#4B3D3C
(75,61,60)
#403333
(64,51,51)
#35292A
(53,41,42)
#2A1F21
(42,31,33)
#1F1518
(31,21,24)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #826F69

#826F69
(130,111,105)
#8D7C76
(141,124,118)
#988983
(152,137,131)
#A39690
(163,150,144)
#AEA39D
(174,163,157)
#B9B0AA
(185,176,170)
#C4BDB7
(196,189,183)
#CFCAC4
(207,202,196)
#DAD7D1
(218,215,209)
#E5E4DE
(229,228,222)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F69; }

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

This text font color is #826F69.

Background Color

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

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

This div background color is #826F69.

Border color

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

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

This div border color is #826F69.

Opacity

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

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

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

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

This text has shadow with #826F69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F69.

Preview

Color preview on black background

This text has color #826F69 on black background.


Color preview on white background

This text has color #826F69 on white background.


Black color preview on #826F69 background

This text has black color on #826F69 background.


White color preview on #826F69 background

This text has white color on #826F69 background.


Related colors

Complementary color

Complementary color for #hex is #7D9096.


I love getcolorcode.com

Triadic colors

1 #69826F and #6F6982 with #826F69 are triadic colors.

2 #696F82 and #6F8269 with #826F69 are triadic colors.