COLOR #826A64

HEX: #826A64 RGB: (130,106,100)

Color info

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

RGB color model

#826A64 color RGB value is (130,106,100).

RGB: (130,106,100) (51%, 42%, 39%)

RGB channels and saturation

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

130
106
100

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

Portions of RGB colors in percentages

R + G + B = 130 + 106 + 100 = 336 (100%)
R 130 of 336 ~ 38.69%
G 106 of 336 ~ 31.55%
B 100 of 336 ~ 29.76'%

%38.69
%31.55
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.46%
  • 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
%18.46
%23.08
%49.02

Codes

Color #826A64 in popluar color models

82 6A 64
RGB 130 106 100
HSL 12° 13.04% 45.10%
HSB/HSV 12° 23.08% 50.98%
CMYK 0.00% 18.46% 23.08%
49.02%

Color #826A64 in popluar number systems.

HEX 82 6A 64
Decimal 130 106 100
Binary 10000010 1101010 1100100
Octal 202 152 144

Shades and tints

Shades of #826A64

#826A64
(130,106,100)
#77615B
(119,97,91)
#6C5852
(108,88,82)
#614F49
(97,79,73)
#564640
(86,70,64)
#4B3D37
(75,61,55)
#40342E
(64,52,46)
#352B25
(53,43,37)
#2A221C
(42,34,28)
#1F1913
(31,25,19)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #826A64

#826A64
(130,106,100)
#8D7772
(141,119,114)
#988480
(152,132,128)
#A3918E
(163,145,142)
#AE9E9C
(174,158,156)
#B9ABAA
(185,171,170)
#C4B8B8
(196,184,184)
#CFC5C6
(207,197,198)
#DAD2D4
(218,210,212)
#E5DFE2
(229,223,226)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A64; }

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

This text font color is #826A64.

Background Color

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

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

This div background color is #826A64.

Border color

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

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

This div border color is #826A64.

Opacity

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

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

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

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

This text has shadow with #826A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826A64.

Preview

Color preview on black background

This text has color #826A64 on black background.


Color preview on white background

This text has color #826A64 on white background.


Black color preview on #826A64 background

This text has black color on #826A64 background.


White color preview on #826A64 background

This text has white color on #826A64 background.


Related colors

Complementary color

Complementary color for #hex is #7D959B.


I love getcolorcode.com

Triadic colors

1 #64826A and #6A6482 with #826A64 are triadic colors.

2 #646A82 and #6A8264 with #826A64 are triadic colors.