COLOR #826C65

HEX: #826C65
RGB: (130,108,101)

Color info

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

RGB color model

#826C65 color RGB value is (130,108,101).

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

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 101 of 255 = 40%

130
108
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 101 = 339 (100%)
R 130 of 339 ~ 38.35%
G 108 of 339 ~ 31.86%
B 101 of 339 ~ 29.79%

%38.35
%31.86
%29.79

CMYK color model

#826C65 color CMYK value is (0,17,22,49).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,17,22,49)
C0M17Y22K49 
(0%,17%,22%,49%)
(0.00/0.17/0.22/0.49)	

CMYK percentages

%0
%16.92
%22.31
%49.02

Codes

Color #826C65 in popluar color models

826C65
RGB130108101
HSL14°12.55%45.29%
HSB/HSV14°22.31%50.98%
CMYK0.00%16.92%22.31%
49.02%

Color #826C65 in popluar number systems.

HEX826C65
Decimal130108101
Binary1000001011011001100101
Octal202154145

Shades and tints

Shades of #826C65

#826C65
(130,108,101)
#77635C
(119,99,92)
#6C5A53
(108,90,83)
#61514A
(97,81,74)
#564841
(86,72,65)
#4B3F38
(75,63,56)
#40362F
(64,54,47)
#352D26
(53,45,38)
#2A241D
(42,36,29)
#1F1B14
(31,27,20)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #826C65

#826C65
(130,108,101)
#8D7973
(141,121,115)
#988681
(152,134,129)
#A3938F
(163,147,143)
#AEA09D
(174,160,157)
#B9ADAB
(185,173,171)
#C4BAB9
(196,186,185)
#CFC7C7
(207,199,199)
#DAD4D5
(218,212,213)
#E5E1E3
(229,225,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826C65; }

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

This text font color is #826C65.


Background Color

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

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

This div background color is #826C65.


Border color

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

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

This div border color is #826C65.


Opacity

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

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

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

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

This text has shadow with #826C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826C65 on black background.


Color preview on white background

This text has color #826C65 on white background.



Black color preview on #826C65 background

This text has black color on #826C65 background.


White color preview on #826C65 background

This text has white color on #826C65 background.