COLOR #826349

HEX: #826349
RGB: (130,99,73)

Color info

#826349 contains red, green and blue colors in about the same proportion. Web safe color of #826349 is #996633 (or #963).

RGB color model

#826349 color RGB value is (130,99,73).

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

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 73 of 255 = 29%

130
99
73

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

Portions of RGB colors in percentages

R + G + B =
130 + 99 + 73 = 302 (100%)
R 130 of 302 ~ 43.05%
G 99 of 302 ~ 32.78%
B 73 of 302 ~ 24.17%

%43.05
%32.78
%24.17

CMYK color model

#826349 color CMYK value is (0,24,44,49).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 43.85%
  • key color value is 49.02%
CMYK:
(0,24,44,49)
C0M24Y44K49 
(0%,24%,44%,49%)
(0.00/0.24/0.44/0.49)	

CMYK percentages

%0
%23.85
%43.85
%49.02

Codes

Color #826349 in popluar color models

826349
RGB1309973
HSL27°28.08%39.80%
HSB/HSV27°43.85%50.98%
CMYK0.00%23.85%43.85%
49.02%

Color #826349 in popluar number systems.

HEX826349
Decimal1309973
Binary1000001011000111001001
Octal202143111

Shades and tints

Shades of #826349

#826349
(130,99,73)
#775A43
(119,90,67)
#6C513D
(108,81,61)
#614837
(97,72,55)
#563F31
(86,63,49)
#4B362B
(75,54,43)
#402D25
(64,45,37)
#35241F
(53,36,31)
#2A1B19
(42,27,25)
#1F1213
(31,18,19)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #826349

#826349
(130,99,73)
#8D7159
(141,113,89)
#987F69
(152,127,105)
#A38D79
(163,141,121)
#AE9B89
(174,155,137)
#B9A999
(185,169,153)
#C4B7A9
(196,183,169)
#CFC5B9
(207,197,185)
#DAD3C9
(218,211,201)
#E5E1D9
(229,225,217)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826349; }

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

This text font color is #826349.


Background Color

.myBgColor { background-color: #826349; }

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

This div background color is #826349.


Border color

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

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

This div border color is #826349.


Opacity

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

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

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

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

This text has shadow with #826349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826349 on black background.


Color preview on white background

This text has color #826349 on white background.



Black color preview on #826349 background

This text has black color on #826349 background.


White color preview on #826349 background

This text has white color on #826349 background.