COLOR #826A3A

HEX: #826A3A
RGB: (130,106,58)

Color info

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

RGB color model

#826A3A color RGB value is (130,106,58).

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

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 58 of 255 = 23%

130
106
58

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 58 = 294 (100%)
R 130 of 294 ~ 44.22%
G 106 of 294 ~ 36.05%
B 58 of 294 ~ 19.73%

%44.22
%36.05
%19.73

CMYK color model

#826A3A color CMYK value is (0,18,55,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 55.38%
  • key color value is 49.02%
CMYK:
(0,18,55,49)
C0M18Y55K49 
(0%,18%,55%,49%)
(0.00/0.18/0.55/0.49)	

CMYK percentages

%0
%18.46
%55.38
%49.02

Codes

Color #826A3A in popluar color models

826A3A
RGB13010658
HSL40°38.30%36.86%
HSB/HSV40°55.38%50.98%
CMYK0.00%18.46%55.38%
49.02%

Color #826A3A in popluar number systems.

HEX826A3A
Decimal13010658
Binary100000101101010111010
Octal20215272

Shades and tints

Shades of #826A3A

#826A3A
(130,106,58)
#776135
(119,97,53)
#6C5830
(108,88,48)
#614F2B
(97,79,43)
#564626
(86,70,38)
#4B3D21
(75,61,33)
#40341C
(64,52,28)
#352B17
(53,43,23)
#2A2212
(42,34,18)
#1F190D
(31,25,13)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #826A3A

#826A3A
(130,106,58)
#8D774B
(141,119,75)
#98845C
(152,132,92)
#A3916D
(163,145,109)
#AE9E7E
(174,158,126)
#B9AB8F
(185,171,143)
#C4B8A0
(196,184,160)
#CFC5B1
(207,197,177)
#DAD2C2
(218,210,194)
#E5DFD3
(229,223,211)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A3A; }

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

This text font color is #826A3A.


Background Color

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

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

This div background color is #826A3A.


Border color

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

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

This div border color is #826A3A.


Opacity

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

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

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

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

This text has shadow with #826A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A3A on black background.


Color preview on white background

This text has color #826A3A on white background.



Black color preview on #826A3A background

This text has black color on #826A3A background.


White color preview on #826A3A background

This text has white color on #826A3A background.