COLOR #826450

HEX: #826450
RGB: (130,100,80)

Color info

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

RGB color model

#826450 color RGB value is (130,100,80).

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

RGB channels and saturation

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

130
100
80

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

Portions of RGB colors in percentages

R + G + B =
130 + 100 + 80 = 310 (100%)
R 130 of 310 ~ 41.94%
G 100 of 310 ~ 32.26%
B 80 of 310 ~ 25.81%

%41.94
%32.26
%25.81

CMYK color model

#826450 color CMYK value is (0,23,38,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(0,23,38,49)
C0M23Y38K49 
(0%,23%,38%,49%)
(0.00/0.23/0.38/0.49)	

CMYK percentages

%0
%23.08
%38.46
%49.02

Codes

Color #826450 in popluar color models

826450
RGB13010080
HSL24°23.81%41.18%
HSB/HSV24°38.46%50.98%
CMYK0.00%23.08%38.46%
49.02%

Color #826450 in popluar number systems.

HEX826450
Decimal13010080
Binary1000001011001001010000
Octal202144120

Shades and tints

Shades of #826450

#826450
(130,100,80)
#775B49
(119,91,73)
#6C5242
(108,82,66)
#61493B
(97,73,59)
#564034
(86,64,52)
#4B372D
(75,55,45)
#402E26
(64,46,38)
#35251F
(53,37,31)
#2A1C18
(42,28,24)
#1F1311
(31,19,17)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #826450

#826450
(130,100,80)
#8D725F
(141,114,95)
#98806E
(152,128,110)
#A38E7D
(163,142,125)
#AE9C8C
(174,156,140)
#B9AA9B
(185,170,155)
#C4B8AA
(196,184,170)
#CFC6B9
(207,198,185)
#DAD4C8
(218,212,200)
#E5E2D7
(229,226,215)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826450; }

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

This text font color is #826450.


Background Color

.myBgColor { background-color: #826450; }

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

This div background color is #826450.


Border color

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

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

This div border color is #826450.


Opacity

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

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

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

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

This text has shadow with #826450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826450 on black background.


Color preview on white background

This text has color #826450 on white background.



Black color preview on #826450 background

This text has black color on #826450 background.


White color preview on #826450 background

This text has white color on #826450 background.