COLOR #826654

HEX: #826654
RGB: (130,102,84)

Color info

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

RGB color model

#826654 color RGB value is (130,102,84).

  • red value is 130;
  • green value is 102;
  • blue value is 84.
RGB:
(130,102,84)
(51%,40%,33%)

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 84 of 255 = 33%

130
102
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 84 = 316 (100%)
R 130 of 316 ~ 41.14%
G 102 of 316 ~ 32.28%
B 84 of 316 ~ 26.58%

%41.14
%32.28
%26.58

CMYK color model

#826654 color CMYK value is (0,22,35,49).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,22,35,49)
C0M22Y35K49 
(0%,22%,35%,49%)
(0.00/0.22/0.35/0.49)	

CMYK percentages

%0
%21.54
%35.38
%49.02

Codes

Color #826654 in popluar color models

826654
RGB13010284
HSL23°21.50%41.96%
HSB/HSV23°35.38%50.98%
CMYK0.00%21.54%35.38%
49.02%

Color #826654 in popluar number systems.

HEX826654
Decimal13010284
Binary1000001011001101010100
Octal202146124

Shades and tints

Shades of #826654

#826654
(130,102,84)
#775D4D
(119,93,77)
#6C5446
(108,84,70)
#614B3F
(97,75,63)
#564238
(86,66,56)
#4B3931
(75,57,49)
#40302A
(64,48,42)
#352723
(53,39,35)
#2A1E1C
(42,30,28)
#1F1515
(31,21,21)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #826654

#826654
(130,102,84)
#8D7363
(141,115,99)
#988072
(152,128,114)
#A38D81
(163,141,129)
#AE9A90
(174,154,144)
#B9A79F
(185,167,159)
#C4B4AE
(196,180,174)
#CFC1BD
(207,193,189)
#DACECC
(218,206,204)
#E5DBDB
(229,219,219)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826654 color. Also use rgb(130,102,84) instead hex code.

Text Font Color

.myTextColor { color: #826654; }

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

This text font color is #826654.


Background Color

.myBgColor { background-color: #826654; }

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

This div background color is #826654.


Border color

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

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

This div border color is #826654.


Opacity

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

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

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

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

This text has shadow with #826654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826654 on black background.


Color preview on white background

This text has color #826654 on white background.



Black color preview on #826654 background

This text has black color on #826654 background.


White color preview on #826654 background

This text has white color on #826654 background.