COLOR #826F4F

HEX: #826F4F RGB: (130,111,79)

Color info

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

RGB color model

#826F4F color RGB value is (130,111,79).

RGB: (130,111,79) (51%, 44%, 31%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 79 of 255 = 31%

130
111
79

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 79 = 320 (100%)
R 130 of 320 ~ 40.63%
G 111 of 320 ~ 34.69%
B 79 of 320 ~ 24.69'%

%40.63
%34.69
%24.69

CMYK color model

#826F4F color CMYK value is (0,15,39,49).

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

CMYK: (0,15,39,49)
C0M15Y39K49 (0%, 15%, 39%, 49%)
(0.00 / 0.15 / 0.39 / 0.49)

CMYK percentages

%0
%14.62
%39.23
%49.02

Codes

Color #826F4F in popluar color models

82 6F 4F
RGB 130 111 79
HSL 38° 24.40% 40.98%
HSB/HSV 38° 39.23% 50.98%
CMYK 0.00% 14.62% 39.23%
49.02%

Color #826F4F in popluar number systems.

HEX 82 6F 4F
Decimal 130 111 79
Binary 10000010 1101111 1001111
Octal 202 157 117

Shades and tints

Shades of #826F4F

#826F4F
(130,111,79)
#776548
(119,101,72)
#6C5B41
(108,91,65)
#61513A
(97,81,58)
#564733
(86,71,51)
#4B3D2C
(75,61,44)
#403325
(64,51,37)
#35291E
(53,41,30)
#2A1F17
(42,31,23)
#1F1510
(31,21,16)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #826F4F

#826F4F
(130,111,79)
#8D7C5F
(141,124,95)
#98896F
(152,137,111)
#A3967F
(163,150,127)
#AEA38F
(174,163,143)
#B9B09F
(185,176,159)
#C4BDAF
(196,189,175)
#CFCABF
(207,202,191)
#DAD7CF
(218,215,207)
#E5E4DF
(229,228,223)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F4F; }

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

This text font color is #826F4F.

Background Color

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

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

This div background color is #826F4F.

Border color

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

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

This div border color is #826F4F.

Opacity

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

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

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

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

This text has shadow with #826F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F4F.

Preview

Color preview on black background

This text has color #826F4F on black background.


Color preview on white background

This text has color #826F4F on white background.


Black color preview on #826F4F background

This text has black color on #826F4F background.


White color preview on #826F4F background

This text has white color on #826F4F background.


Related colors

Complementary color

Complementary color for #hex is #7D90B0.


I love getcolorcode.com

Triadic colors

1 #4F826F and #6F4F82 with #826F4F are triadic colors.

2 #4F6F82 and #6F824F with #826F4F are triadic colors.