COLOR #826853

HEX: #826853
RGB: (130,104,83)

Color info

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

RGB color model

#826853 color RGB value is (130,104,83).

  • red value is 130;
  • green value is 104;
  • blue value is 83.
RGB:
(130,104,83)
(51%,41%,33%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 83 of 255 = 33%

130
104
83

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

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 83 = 317 (100%)
R 130 of 317 ~ 41.01%
G 104 of 317 ~ 32.81%
B 83 of 317 ~ 26.18%

%41.01
%32.81
%26.18

CMYK color model

#826853 color CMYK value is (0,20,36,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.15%
  • key color value is 49.02%
CMYK:
(0,20,36,49)
C0M20Y36K49 
(0%,20%,36%,49%)
(0.00/0.20/0.36/0.49)	

CMYK percentages

%0
%20
%36.15
%49.02

Codes

Color #826853 in popluar color models

826853
RGB13010483
HSL27°22.07%41.76%
HSB/HSV27°36.15%50.98%
CMYK0.00%20.00%36.15%
49.02%

Color #826853 in popluar number systems.

HEX826853
Decimal13010483
Binary1000001011010001010011
Octal202150123

Shades and tints

Shades of #826853

#826853
(130,104,83)
#775F4C
(119,95,76)
#6C5645
(108,86,69)
#614D3E
(97,77,62)
#564437
(86,68,55)
#4B3B30
(75,59,48)
#403229
(64,50,41)
#352922
(53,41,34)
#2A201B
(42,32,27)
#1F1714
(31,23,20)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #826853

#826853
(130,104,83)
#8D7562
(141,117,98)
#988271
(152,130,113)
#A38F80
(163,143,128)
#AE9C8F
(174,156,143)
#B9A99E
(185,169,158)
#C4B6AD
(196,182,173)
#CFC3BC
(207,195,188)
#DAD0CB
(218,208,203)
#E5DDDA
(229,221,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826853 color. Also use rgb(130,104,83) instead hex code.

Text Font Color

.myTextColor { color: #826853; }

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

This text font color is #826853.


Background Color

.myBgColor { background-color: #826853; }

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

This div background color is #826853.


Border color

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

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

This div border color is #826853.


Opacity

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

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

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

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

This text has shadow with #826853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826853 on black background.


Color preview on white background

This text has color #826853 on white background.



Black color preview on #826853 background

This text has black color on #826853 background.


White color preview on #826853 background

This text has white color on #826853 background.