COLOR #826350

HEX: #826350
RGB: (130,99,80)

Color info

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

RGB color model

#826350 color RGB value is (130,99,80).

  • red value is 130;
  • green value is 99;
  • blue value is 80.
RGB:
(130,99,80)
(51%,39%,31%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 80 of 255 = 31%

130
99
80

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 80 = 309 (100%)
R 130 of 309 ~ 42.07%
G 99 of 309 ~ 32.04%
B 80 of 309 ~ 25.89%

%42.07
%32.04
%25.89

CMYK color model

#826350 color CMYK value is (0,24,38,49).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(0,24,38,49)
C0M24Y38K49 
(0%,24%,38%,49%)
(0.00/0.24/0.38/0.49)	

CMYK percentages

%0
%23.85
%38.46
%49.02

Codes

Color #826350 in popluar color models

826350
RGB1309980
HSL23°23.81%41.18%
HSB/HSV23°38.46%50.98%
CMYK0.00%23.85%38.46%
49.02%

Color #826350 in popluar number systems.

HEX826350
Decimal1309980
Binary1000001011000111010000
Octal202143120

Shades and tints

Shades of #826350

#826350
(130,99,80)
#775A49
(119,90,73)
#6C5142
(108,81,66)
#61483B
(97,72,59)
#563F34
(86,63,52)
#4B362D
(75,54,45)
#402D26
(64,45,38)
#35241F
(53,36,31)
#2A1B18
(42,27,24)
#1F1211
(31,18,17)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #826350

#826350
(130,99,80)
#8D715F
(141,113,95)
#987F6E
(152,127,110)
#A38D7D
(163,141,125)
#AE9B8C
(174,155,140)
#B9A99B
(185,169,155)
#C4B7AA
(196,183,170)
#CFC5B9
(207,197,185)
#DAD3C8
(218,211,200)
#E5E1D7
(229,225,215)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826350 color. Also use rgb(130,99,80) instead hex code.

Text Font Color

.myTextColor { color: #826350; }

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

This text font color is #826350.


Background Color

.myBgColor { background-color: #826350; }

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

This div background color is #826350.


Border color

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

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

This div border color is #826350.


Opacity

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

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

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

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

This text has shadow with #826350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826350 on black background.


Color preview on white background

This text has color #826350 on white background.



Black color preview on #826350 background

This text has black color on #826350 background.


White color preview on #826350 background

This text has white color on #826350 background.