COLOR #826546

HEX: #826546
RGB: (130,101,70)

Color info

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

RGB color model

#826546 color RGB value is (130,101,70).

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

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 70 of 255 = 27%

130
101
70

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 70 = 301 (100%)
R 130 of 301 ~ 43.19%
G 101 of 301 ~ 33.55%
B 70 of 301 ~ 23.26%

%43.19
%33.55
%23.26

CMYK color model

#826546 color CMYK value is (0,22,46,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 46.15%
  • key color value is 49.02%
CMYK:
(0,22,46,49)
C0M22Y46K49 
(0%,22%,46%,49%)
(0.00/0.22/0.46/0.49)	

CMYK percentages

%0
%22.31
%46.15
%49.02

Codes

Color #826546 in popluar color models

826546
RGB13010170
HSL31°30.00%39.22%
HSB/HSV31°46.15%50.98%
CMYK0.00%22.31%46.15%
49.02%

Color #826546 in popluar number systems.

HEX826546
Decimal13010170
Binary1000001011001011000110
Octal202145106

Shades and tints

Shades of #826546

#826546
(130,101,70)
#775C40
(119,92,64)
#6C533A
(108,83,58)
#614A34
(97,74,52)
#56412E
(86,65,46)
#4B3828
(75,56,40)
#402F22
(64,47,34)
#35261C
(53,38,28)
#2A1D16
(42,29,22)
#1F1410
(31,20,16)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #826546

#826546
(130,101,70)
#8D7356
(141,115,86)
#988166
(152,129,102)
#A38F76
(163,143,118)
#AE9D86
(174,157,134)
#B9AB96
(185,171,150)
#C4B9A6
(196,185,166)
#CFC7B6
(207,199,182)
#DAD5C6
(218,213,198)
#E5E3D6
(229,227,214)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826546; }

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

This text font color is #826546.


Background Color

.myBgColor { background-color: #826546; }

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

This div background color is #826546.


Border color

.myBorderColor { border: 1px solid #826546; }

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

This div border color is #826546.


Opacity

.myOpacity80 { color: #826546; opacity: 0.8; }

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

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

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

This text has shadow with #826546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826546 on black background.


Color preview on white background

This text has color #826546 on white background.



Black color preview on #826546 background

This text has black color on #826546 background.


White color preview on #826546 background

This text has white color on #826546 background.