COLOR #826A6A

HEX: #826A6A
RGB: (130,106,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
106
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 106 = 342 (100%)
R 130 of 342 ~ 38.01%
G 106 of 342 ~ 30.99%
B 106 of 342 ~ 30.99%

%38.01
%30.99
%30.99

CMYK color model

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

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

CMYK percentages

%0
%18.46
%18.46
%49.02

Codes

Color #826A6A in popluar color models

826A6A
RGB130106106
HSL10.17%46.27%
HSB/HSV18.46%50.98%
CMYK0.00%18.46%18.46%
49.02%

Color #826A6A in popluar number systems.

HEX826A6A
Decimal130106106
Binary1000001011010101101010
Octal202152152

Shades and tints

Shades of #826A6A

#826A6A
(130,106,106)
#776161
(119,97,97)
#6C5858
(108,88,88)
#614F4F
(97,79,79)
#564646
(86,70,70)
#4B3D3D
(75,61,61)
#403434
(64,52,52)
#352B2B
(53,43,43)
#2A2222
(42,34,34)
#1F1919
(31,25,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #826A6A

#826A6A
(130,106,106)
#8D7777
(141,119,119)
#988484
(152,132,132)
#A39191
(163,145,145)
#AE9E9E
(174,158,158)
#B9ABAB
(185,171,171)
#C4B8B8
(196,184,184)
#CFC5C5
(207,197,197)
#DAD2D2
(218,210,210)
#E5DFDF
(229,223,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826A6A; }

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

This text font color is #826A6A.


Background Color

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

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

This div background color is #826A6A.


Border color

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

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

This div border color is #826A6A.


Opacity

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

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

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

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

This text has shadow with #826A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A6A on black background.


Color preview on white background

This text has color #826A6A on white background.



Black color preview on #826A6A background

This text has black color on #826A6A background.


White color preview on #826A6A background

This text has white color on #826A6A background.