COLOR #826B64

HEX: #826B64
RGB: (130,107,100)

Color info

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

RGB color model

#826B64 color RGB value is (130,107,100).

  • red value is 130;
  • green value is 107;
  • blue value is 100.
RGB:
(130,107,100)
(51%,42%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 100 of 255 = 39%

130
107
100

R + G + B ~ 44%. #826B64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 100 = 337 (100%)
R 130 of 337 ~ 38.58%
G 107 of 337 ~ 31.75%
B 100 of 337 ~ 29.67%

%38.58
%31.75
%29.67

CMYK color model

#826B64 color CMYK value is (0,18,23,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(0,18,23,49)
C0M18Y23K49 
(0%,18%,23%,49%)
(0.00/0.18/0.23/0.49)	

CMYK percentages

%0
%17.69
%23.08
%49.02

Codes

Color #826B64 in popluar color models

826B64
RGB130107100
HSL14°13.04%45.10%
HSB/HSV14°23.08%50.98%
CMYK0.00%17.69%23.08%
49.02%

Color #826B64 in popluar number systems.

HEX826B64
Decimal130107100
Binary1000001011010111100100
Octal202153144

Shades and tints

Shades of #826B64

#826B64
(130,107,100)
#77625B
(119,98,91)
#6C5952
(108,89,82)
#615049
(97,80,73)
#564740
(86,71,64)
#4B3E37
(75,62,55)
#40352E
(64,53,46)
#352C25
(53,44,37)
#2A231C
(42,35,28)
#1F1A13
(31,26,19)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #826B64

#826B64
(130,107,100)
#8D7872
(141,120,114)
#988580
(152,133,128)
#A3928E
(163,146,142)
#AE9F9C
(174,159,156)
#B9ACAA
(185,172,170)
#C4B9B8
(196,185,184)
#CFC6C6
(207,198,198)
#DAD3D4
(218,211,212)
#E5E0E2
(229,224,226)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826B64 color. Also use rgb(130,107,100) instead hex code.

Text Font Color

.myTextColor { color: #826B64; }

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

This text font color is #826B64.


Background Color

.myBgColor { background-color: #826B64; }

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

This div background color is #826B64.


Border color

.myBorderColor { border: 1px solid #826B64; }

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

This div border color is #826B64.


Opacity

.myOpacity80 { color: #826B64; opacity: 0.8; }

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

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

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

This text has shadow with #826B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B64 on black background.


Color preview on white background

This text has color #826B64 on white background.



Black color preview on #826B64 background

This text has black color on #826B64 background.


White color preview on #826B64 background

This text has white color on #826B64 background.