COLOR #826A46

HEX: #826A46
RGB: (130,106,70)

Color info

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

RGB color model

#826A46 color RGB value is (130,106,70).

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

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 70 of 255 = 27%

130
106
70

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 70 = 306 (100%)
R 130 of 306 ~ 42.48%
G 106 of 306 ~ 34.64%
B 70 of 306 ~ 22.88%

%42.48
%34.64
%22.88

CMYK color model

#826A46 color CMYK value is (0,18,46,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(0,18,46,49)
C0M18Y46K49 
(0%,18%,46%,49%)
(0.00/0.18/0.46/0.49)	

CMYK percentages

%0
%18.46
%46.15
%49.02

Codes

Color #826A46 in popluar color models

826A46
RGB13010670
HSL36°30.00%39.22%
HSB/HSV36°46.15%50.98%
CMYK0.00%18.46%46.15%
49.02%

Color #826A46 in popluar number systems.

HEX826A46
Decimal13010670
Binary1000001011010101000110
Octal202152106

Shades and tints

Shades of #826A46

#826A46
(130,106,70)
#776140
(119,97,64)
#6C583A
(108,88,58)
#614F34
(97,79,52)
#56462E
(86,70,46)
#4B3D28
(75,61,40)
#403422
(64,52,34)
#352B1C
(53,43,28)
#2A2216
(42,34,22)
#1F1910
(31,25,16)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #826A46

#826A46
(130,106,70)
#8D7756
(141,119,86)
#988466
(152,132,102)
#A39176
(163,145,118)
#AE9E86
(174,158,134)
#B9AB96
(185,171,150)
#C4B8A6
(196,184,166)
#CFC5B6
(207,197,182)
#DAD2C6
(218,210,198)
#E5DFD6
(229,223,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A46; }

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

This text font color is #826A46.


Background Color

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

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

This div background color is #826A46.


Border color

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

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

This div border color is #826A46.


Opacity

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

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

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

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

This text has shadow with #826A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A46 on black background.


Color preview on white background

This text has color #826A46 on white background.



Black color preview on #826A46 background

This text has black color on #826A46 background.


White color preview on #826A46 background

This text has white color on #826A46 background.