COLOR #826644

HEX: #826644
RGB: (130,102,68)

Color info

#826644 contains mainly red and green colors. Web safe color of #826644 is #996633 (or #963).

RGB color model

#826644 color RGB value is (130,102,68).

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

RGB channels and saturation

R 130 of 255 = 51%
G 102 of 255 = 40%
B 68 of 255 = 27%

130
102
68

R + G + B ~ 39%. #826644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 102 + 68 = 300 (100%)
R 130 of 300 ~ 43.33%
G 102 of 300 ~ 34%
B 68 of 300 ~ 22.67%

%43.33
%34
%22.67

CMYK color model

#826644 color CMYK value is (0,22,48,49).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 47.69%
  • key color value is 49.02%
CMYK:
(0,22,48,49)
C0M22Y48K49 
(0%,22%,48%,49%)
(0.00/0.22/0.48/0.49)	

CMYK percentages

%0
%21.54
%47.69
%49.02

Codes

Color #826644 in popluar color models

826644
RGB13010268
HSL33°31.31%38.82%
HSB/HSV33°47.69%50.98%
CMYK0.00%21.54%47.69%
49.02%

Color #826644 in popluar number systems.

HEX826644
Decimal13010268
Binary1000001011001101000100
Octal202146104

Shades and tints

Shades of #826644

#826644
(130,102,68)
#775D3E
(119,93,62)
#6C5438
(108,84,56)
#614B32
(97,75,50)
#56422C
(86,66,44)
#4B3926
(75,57,38)
#403020
(64,48,32)
#35271A
(53,39,26)
#2A1E14
(42,30,20)
#1F150E
(31,21,14)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #826644

#826644
(130,102,68)
#8D7355
(141,115,85)
#988066
(152,128,102)
#A38D77
(163,141,119)
#AE9A88
(174,154,136)
#B9A799
(185,167,153)
#C4B4AA
(196,180,170)
#CFC1BB
(207,193,187)
#DACECC
(218,206,204)
#E5DBDD
(229,219,221)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826644; }

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

This text font color is #826644.


Background Color

.myBgColor { background-color: #826644; }

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

This div background color is #826644.


Border color

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

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

This div border color is #826644.


Opacity

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

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

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

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

This text has shadow with #826644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826644 on black background.


Color preview on white background

This text has color #826644 on white background.



Black color preview on #826644 background

This text has black color on #826644 background.


White color preview on #826644 background

This text has white color on #826644 background.