COLOR #826A52

HEX: #826A52
RGB: (130,106,82)

Color info

#826A52 contains red, green and blue colors in about the same proportion. Web safe color of #826A52 is #996666 (or #966).

RGB color model

#826A52 color RGB value is (130,106,82).

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

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 82 of 255 = 32%

130
106
82

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 82 = 318 (100%)
R 130 of 318 ~ 40.88%
G 106 of 318 ~ 33.33%
B 82 of 318 ~ 25.79%

%40.88
%33.33
%25.79

CMYK color model

#826A52 color CMYK value is (0,18,37,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 36.92%
  • key color value is 49.02%
CMYK:
(0,18,37,49)
C0M18Y37K49 
(0%,18%,37%,49%)
(0.00/0.18/0.37/0.49)	

CMYK percentages

%0
%18.46
%36.92
%49.02

Codes

Color #826A52 in popluar color models

826A52
RGB13010682
HSL30°22.64%41.57%
HSB/HSV30°36.92%50.98%
CMYK0.00%18.46%36.92%
49.02%

Color #826A52 in popluar number systems.

HEX826A52
Decimal13010682
Binary1000001011010101010010
Octal202152122

Shades and tints

Shades of #826A52

#826A52
(130,106,82)
#77614B
(119,97,75)
#6C5844
(108,88,68)
#614F3D
(97,79,61)
#564636
(86,70,54)
#4B3D2F
(75,61,47)
#403428
(64,52,40)
#352B21
(53,43,33)
#2A221A
(42,34,26)
#1F1913
(31,25,19)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #826A52

#826A52
(130,106,82)
#8D7761
(141,119,97)
#988470
(152,132,112)
#A3917F
(163,145,127)
#AE9E8E
(174,158,142)
#B9AB9D
(185,171,157)
#C4B8AC
(196,184,172)
#CFC5BB
(207,197,187)
#DAD2CA
(218,210,202)
#E5DFD9
(229,223,217)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A52; }

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

This text font color is #826A52.


Background Color

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

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

This div background color is #826A52.


Border color

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

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

This div border color is #826A52.


Opacity

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

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

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

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

This text has shadow with #826A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A52 on black background.


Color preview on white background

This text has color #826A52 on white background.



Black color preview on #826A52 background

This text has black color on #826A52 background.


White color preview on #826A52 background

This text has white color on #826A52 background.