COLOR #826C6A

HEX: #826C6A
RGB: (130,108,106)

Color info

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

RGB color model

#826C6A color RGB value is (130,108,106).

  • red value is 130;
  • green value is 108;
  • blue value is 106.
RGB:
(130,108,106)
(51%,42%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 106 of 255 = 42%

130
108
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 106 = 344 (100%)
R 130 of 344 ~ 37.79%
G 108 of 344 ~ 31.4%
B 106 of 344 ~ 30.81%

%37.79
%31.4
%30.81

CMYK color model

#826C6A color CMYK value is (0,17,18,49).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(0,17,18,49)
C0M17Y18K49 
(0%,17%,18%,49%)
(0.00/0.17/0.18/0.49)	

CMYK percentages

%0
%16.92
%18.46
%49.02

Codes

Color #826C6A in popluar color models

826C6A
RGB130108106
HSL10.17%46.27%
HSB/HSV18.46%50.98%
CMYK0.00%16.92%18.46%
49.02%

Color #826C6A in popluar number systems.

HEX826C6A
Decimal130108106
Binary1000001011011001101010
Octal202154152

Shades and tints

Shades of #826C6A

#826C6A
(130,108,106)
#776361
(119,99,97)
#6C5A58
(108,90,88)
#61514F
(97,81,79)
#564846
(86,72,70)
#4B3F3D
(75,63,61)
#403634
(64,54,52)
#352D2B
(53,45,43)
#2A2422
(42,36,34)
#1F1B19
(31,27,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #826C6A

#826C6A
(130,108,106)
#8D7977
(141,121,119)
#988684
(152,134,132)
#A39391
(163,147,145)
#AEA09E
(174,160,158)
#B9ADAB
(185,173,171)
#C4BAB8
(196,186,184)
#CFC7C5
(207,199,197)
#DAD4D2
(218,212,210)
#E5E1DF
(229,225,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826C6A color. Also use rgb(130,108,106) instead hex code.

Text Font Color

.myTextColor { color: #826C6A; }

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

This text font color is #826C6A.


Background Color

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

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

This div background color is #826C6A.


Border color

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

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

This div border color is #826C6A.


Opacity

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

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

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

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

This text has shadow with #826C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826C6A on black background.


Color preview on white background

This text has color #826C6A on white background.



Black color preview on #826C6A background

This text has black color on #826C6A background.


White color preview on #826C6A background

This text has white color on #826C6A background.