COLOR #826F59

HEX: #826F59
RGB: (130,111,89)

Color info

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

RGB color model

#826F59 color RGB value is (130,111,89).

  • red value is 130;
  • green value is 111;
  • blue value is 89.
RGB:
(130,111,89)
(51%,44%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 89 of 255 = 35%

130
111
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 89 = 330 (100%)
R 130 of 330 ~ 39.39%
G 111 of 330 ~ 33.64%
B 89 of 330 ~ 26.97%

%39.39
%33.64
%26.97

CMYK color model

#826F59 color CMYK value is (0,15,32,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(0,15,32,49)
C0M15Y32K49 
(0%,15%,32%,49%)
(0.00/0.15/0.32/0.49)	

CMYK percentages

%0
%14.62
%31.54
%49.02

Codes

Color #826F59 in popluar color models

826F59
RGB13011189
HSL32°18.72%42.94%
HSB/HSV32°31.54%50.98%
CMYK0.00%14.62%31.54%
49.02%

Color #826F59 in popluar number systems.

HEX826F59
Decimal13011189
Binary1000001011011111011001
Octal202157131

Shades and tints

Shades of #826F59

#826F59
(130,111,89)
#776551
(119,101,81)
#6C5B49
(108,91,73)
#615141
(97,81,65)
#564739
(86,71,57)
#4B3D31
(75,61,49)
#403329
(64,51,41)
#352921
(53,41,33)
#2A1F19
(42,31,25)
#1F1511
(31,21,17)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #826F59

#826F59
(130,111,89)
#8D7C68
(141,124,104)
#988977
(152,137,119)
#A39686
(163,150,134)
#AEA395
(174,163,149)
#B9B0A4
(185,176,164)
#C4BDB3
(196,189,179)
#CFCAC2
(207,202,194)
#DAD7D1
(218,215,209)
#E5E4E0
(229,228,224)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F59; }

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

This text font color is #826F59.


Background Color

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

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

This div background color is #826F59.


Border color

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

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

This div border color is #826F59.


Opacity

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

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

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

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

This text has shadow with #826F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F59 on black background.


Color preview on white background

This text has color #826F59 on white background.



Black color preview on #826F59 background

This text has black color on #826F59 background.


White color preview on #826F59 background

This text has white color on #826F59 background.