COLOR #826A65

HEX: #826A65
RGB: (130,106,101)

Color info

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

RGB color model

#826A65 color RGB value is (130,106,101).

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

RGB channels and saturation

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

130
106
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 101 = 337 (100%)
R 130 of 337 ~ 38.58%
G 106 of 337 ~ 31.45%
B 101 of 337 ~ 29.97%

%38.58
%31.45
%29.97

CMYK color model

#826A65 color CMYK value is (0,18,22,49).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,18,22,49)
C0M18Y22K49 
(0%,18%,22%,49%)
(0.00/0.18/0.22/0.49)	

CMYK percentages

%0
%18.46
%22.31
%49.02

Codes

Color #826A65 in popluar color models

826A65
RGB130106101
HSL10°12.55%45.29%
HSB/HSV10°22.31%50.98%
CMYK0.00%18.46%22.31%
49.02%

Color #826A65 in popluar number systems.

HEX826A65
Decimal130106101
Binary1000001011010101100101
Octal202152145

Shades and tints

Shades of #826A65

#826A65
(130,106,101)
#77615C
(119,97,92)
#6C5853
(108,88,83)
#614F4A
(97,79,74)
#564641
(86,70,65)
#4B3D38
(75,61,56)
#40342F
(64,52,47)
#352B26
(53,43,38)
#2A221D
(42,34,29)
#1F1914
(31,25,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #826A65

#826A65
(130,106,101)
#8D7773
(141,119,115)
#988481
(152,132,129)
#A3918F
(163,145,143)
#AE9E9D
(174,158,157)
#B9ABAB
(185,171,171)
#C4B8B9
(196,184,185)
#CFC5C7
(207,197,199)
#DAD2D5
(218,210,213)
#E5DFE3
(229,223,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A65; }

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

This text font color is #826A65.


Background Color

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

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

This div background color is #826A65.


Border color

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

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

This div border color is #826A65.


Opacity

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

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

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

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

This text has shadow with #826A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A65 on black background.


Color preview on white background

This text has color #826A65 on white background.



Black color preview on #826A65 background

This text has black color on #826A65 background.


White color preview on #826A65 background

This text has white color on #826A65 background.