COLOR #826561

HEX: #826561
RGB: (130,101,97)

Color info

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

RGB color model

#826561 color RGB value is (130,101,97).

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

RGB channels and saturation

R 130 of 255 = 51%
G 101 of 255 = 40%
B 97 of 255 = 38%

130
101
97

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

Portions of RGB colors in percentages

R + G + B =
130 + 101 + 97 = 328 (100%)
R 130 of 328 ~ 39.63%
G 101 of 328 ~ 30.79%
B 97 of 328 ~ 29.57%

%39.63
%30.79
%29.57

CMYK color model

#826561 color CMYK value is (0,22,25,49).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,22,25,49)
C0M22Y25K49 
(0%,22%,25%,49%)
(0.00/0.22/0.25/0.49)	

CMYK percentages

%0
%22.31
%25.38
%49.02

Codes

Color #826561 in popluar color models

826561
RGB13010197
HSL14.54%44.51%
HSB/HSV25.38%50.98%
CMYK0.00%22.31%25.38%
49.02%

Color #826561 in popluar number systems.

HEX826561
Decimal13010197
Binary1000001011001011100001
Octal202145141

Shades and tints

Shades of #826561

#826561
(130,101,97)
#775C59
(119,92,89)
#6C5351
(108,83,81)
#614A49
(97,74,73)
#564141
(86,65,65)
#4B3839
(75,56,57)
#402F31
(64,47,49)
#352629
(53,38,41)
#2A1D21
(42,29,33)
#1F1419
(31,20,25)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #826561

#826561
(130,101,97)
#8D736F
(141,115,111)
#98817D
(152,129,125)
#A38F8B
(163,143,139)
#AE9D99
(174,157,153)
#B9ABA7
(185,171,167)
#C4B9B5
(196,185,181)
#CFC7C3
(207,199,195)
#DAD5D1
(218,213,209)
#E5E3DF
(229,227,223)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826561; }

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

This text font color is #826561.


Background Color

.myBgColor { background-color: #826561; }

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

This div background color is #826561.


Border color

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

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

This div border color is #826561.


Opacity

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

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

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

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

This text has shadow with #826561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826561 on black background.


Color preview on white background

This text has color #826561 on white background.



Black color preview on #826561 background

This text has black color on #826561 background.


White color preview on #826561 background

This text has white color on #826561 background.