COLOR #826D20

HEX: #826D20
RGB: (130,109,32)

Color info

#826D20 contains mainly red and green colors. Web safe color of #826D20 is #996633 (or #963).

RGB color model

#826D20 color RGB value is (130,109,32).

  • red value is 130;
  • green value is 109;
  • blue value is 32.
RGB:
(130,109,32)
(51%,43%,13%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 32 of 255 = 13%

130
109
32

R + G + B ~ 36%. #826D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 32 = 271 (100%)
R 130 of 271 ~ 47.97%
G 109 of 271 ~ 40.22%
B 32 of 271 ~ 11.81%

%47.97
%40.22
%11.81

CMYK color model

#826D20 color CMYK value is (0,16,75,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 75.38%
  • key color value is 49.02%
CMYK:
(0,16,75,49)
C0M16Y75K49 
(0%,16%,75%,49%)
(0.00/0.16/0.75/0.49)	

CMYK percentages

%0
%16.15
%75.38
%49.02

Codes

Color #826D20 in popluar color models

826D20
RGB13010932
HSL47°60.49%31.76%
HSB/HSV47°75.38%50.98%
CMYK0.00%16.15%75.38%
49.02%

Color #826D20 in popluar number systems.

HEX826D20
Decimal13010932
Binary100000101101101100000
Octal20215540

Shades and tints

Shades of #826D20

#826D20
(130,109,32)
#77641E
(119,100,30)
#6C5B1C
(108,91,28)
#61521A
(97,82,26)
#564918
(86,73,24)
#4B4016
(75,64,22)
#403714
(64,55,20)
#352E12
(53,46,18)
#2A2510
(42,37,16)
#1F1C0E
(31,28,14)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #826D20

#826D20
(130,109,32)
#8D7A34
(141,122,52)
#988748
(152,135,72)
#A3945C
(163,148,92)
#AEA170
(174,161,112)
#B9AE84
(185,174,132)
#C4BB98
(196,187,152)
#CFC8AC
(207,200,172)
#DAD5C0
(218,213,192)
#E5E2D4
(229,226,212)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D20; }

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

This text font color is #826D20.


Background Color

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

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

This div background color is #826D20.


Border color

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

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

This div border color is #826D20.


Opacity

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

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

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

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

This text has shadow with #826D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D20 on black background.


Color preview on white background

This text has color #826D20 on white background.



Black color preview on #826D20 background

This text has black color on #826D20 background.


White color preview on #826D20 background

This text has white color on #826D20 background.