COLOR #826A3F

HEX: #826A3F
RGB: (130,106,63)

Color info

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

RGB color model

#826A3F color RGB value is (130,106,63).

  • red value is 130;
  • green value is 106;
  • blue value is 63.
RGB:
(130,106,63)
(51%,42%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 63 of 255 = 25%

130
106
63

R + G + B ~ 39%. #826A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 63 = 299 (100%)
R 130 of 299 ~ 43.48%
G 106 of 299 ~ 35.45%
B 63 of 299 ~ 21.07%

%43.48
%35.45
%21.07

CMYK color model

#826A3F color CMYK value is (0,18,52,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,18,52,49)
C0M18Y52K49 
(0%,18%,52%,49%)
(0.00/0.18/0.52/0.49)	

CMYK percentages

%0
%18.46
%51.54
%49.02

Codes

Color #826A3F in popluar color models

826A3F
RGB13010663
HSL39°34.72%37.84%
HSB/HSV39°51.54%50.98%
CMYK0.00%18.46%51.54%
49.02%

Color #826A3F in popluar number systems.

HEX826A3F
Decimal13010663
Binary100000101101010111111
Octal20215277

Shades and tints

Shades of #826A3F

#826A3F
(130,106,63)
#77613A
(119,97,58)
#6C5835
(108,88,53)
#614F30
(97,79,48)
#56462B
(86,70,43)
#4B3D26
(75,61,38)
#403421
(64,52,33)
#352B1C
(53,43,28)
#2A2217
(42,34,23)
#1F1912
(31,25,18)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #826A3F

#826A3F
(130,106,63)
#8D7750
(141,119,80)
#988461
(152,132,97)
#A39172
(163,145,114)
#AE9E83
(174,158,131)
#B9AB94
(185,171,148)
#C4B8A5
(196,184,165)
#CFC5B6
(207,197,182)
#DAD2C7
(218,210,199)
#E5DFD8
(229,223,216)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826A3F color. Also use rgb(130,106,63) instead hex code.

Text Font Color

.myTextColor { color: #826A3F; }

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

This text font color is #826A3F.


Background Color

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

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

This div background color is #826A3F.


Border color

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

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

This div border color is #826A3F.


Opacity

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

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

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

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

This text has shadow with #826A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A3F on black background.


Color preview on white background

This text has color #826A3F on white background.



Black color preview on #826A3F background

This text has black color on #826A3F background.


White color preview on #826A3F background

This text has white color on #826A3F background.