COLOR #826D33

HEX: #826D33
RGB: (130,109,51)

Color info

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

RGB color model

#826D33 color RGB value is (130,109,51).

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

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 51 of 255 = 20%

130
109
51

R + G + B ~ 38%. #826D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 51 = 290 (100%)
R 130 of 290 ~ 44.83%
G 109 of 290 ~ 37.59%
B 51 of 290 ~ 17.59%

%44.83
%37.59
%17.59

CMYK color model

#826D33 color CMYK value is (0,16,61,49).

  • cyan value is 0.00%
  • magenta value is 16.15%
  • yellow value is 60.77%
  • key color value is 49.02%
CMYK:
(0,16,61,49)
C0M16Y61K49 
(0%,16%,61%,49%)
(0.00/0.16/0.61/0.49)	

CMYK percentages

%0
%16.15
%60.77
%49.02

Codes

Color #826D33 in popluar color models

826D33
RGB13010951
HSL44°43.65%35.49%
HSB/HSV44°60.77%50.98%
CMYK0.00%16.15%60.77%
49.02%

Color #826D33 in popluar number systems.

HEX826D33
Decimal13010951
Binary100000101101101110011
Octal20215563

Shades and tints

Shades of #826D33

#826D33
(130,109,51)
#77642F
(119,100,47)
#6C5B2B
(108,91,43)
#615227
(97,82,39)
#564923
(86,73,35)
#4B401F
(75,64,31)
#40371B
(64,55,27)
#352E17
(53,46,23)
#2A2513
(42,37,19)
#1F1C0F
(31,28,15)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #826D33

#826D33
(130,109,51)
#8D7A45
(141,122,69)
#988757
(152,135,87)
#A39469
(163,148,105)
#AEA17B
(174,161,123)
#B9AE8D
(185,174,141)
#C4BB9F
(196,187,159)
#CFC8B1
(207,200,177)
#DAD5C3
(218,213,195)
#E5E2D5
(229,226,213)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826D33; }

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

This text font color is #826D33.


Background Color

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

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

This div background color is #826D33.


Border color

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

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

This div border color is #826D33.


Opacity

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

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

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

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

This text has shadow with #826D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D33 on black background.


Color preview on white background

This text has color #826D33 on white background.



Black color preview on #826D33 background

This text has black color on #826D33 background.


White color preview on #826D33 background

This text has white color on #826D33 background.