COLOR #826464

HEX: #826464 RGB: (130,100,100)

Color info

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

RGB color model

#826464 color RGB value is (130,100,100).

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

RGB channels and saturation

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

130
100
100

R + G + B ~ 43%. #826464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 100 + 100 = 330 (100%)
R 130 of 330 ~ 39.39%
G 100 of 330 ~ 30.3%
B 100 of 330 ~ 30.3'%

%39.39
%30.3
%30.3

CMYK color model

#826464 color CMYK value is (0,23,23,49).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 23.08%
  • key color value is 49.02%

CMYK: (0,23,23,49)
C0M23Y23K49 (0%, 23%, 23%, 49%)
(0.00 / 0.23 / 0.23 / 0.49)

CMYK percentages

%0
%23.08
%23.08
%49.02

Codes

Color #826464 in popluar color models

82 64 64
RGB 130 100 100
HSL 13.04% 45.10%
HSB/HSV 23.08% 50.98%
CMYK 0.00% 23.08% 23.08%
49.02%

Color #826464 in popluar number systems.

HEX 82 64 64
Decimal 130 100 100
Binary 10000010 1100100 1100100
Octal 202 144 144

Shades and tints

Shades of #826464

#826464
(130,100,100)
#775B5B
(119,91,91)
#6C5252
(108,82,82)
#614949
(97,73,73)
#564040
(86,64,64)
#4B3737
(75,55,55)
#402E2E
(64,46,46)
#352525
(53,37,37)
#2A1C1C
(42,28,28)
#1F1313
(31,19,19)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #826464

#826464
(130,100,100)
#8D7272
(141,114,114)
#988080
(152,128,128)
#A38E8E
(163,142,142)
#AE9C9C
(174,156,156)
#B9AAAA
(185,170,170)
#C4B8B8
(196,184,184)
#CFC6C6
(207,198,198)
#DAD4D4
(218,212,212)
#E5E2E2
(229,226,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826464; }

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

This text font color is #826464.

Background Color

.myBgColor { background-color: #826464; }

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

This div background color is #826464.

Border color

.myBorderColor { border: 1px solid #826464; }

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

This div border color is #826464.

Opacity

.myOpacity80 { color: #826464; opacity: 0.8; }

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

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

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

This text has shadow with #826464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826464.

Preview

Color preview on black background

This text has color #826464 on black background.


Color preview on white background

This text has color #826464 on white background.


Black color preview on #826464 background

This text has black color on #826464 background.


White color preview on #826464 background

This text has white color on #826464 background.


Related colors

Complementary color

Complementary color for #hex is #7D9B9B.


I love getcolorcode.com