COLOR #826B6D

HEX: #826B6D
RGB: (130,107,109)

Color info

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

RGB color model

#826B6D color RGB value is (130,107,109).

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

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 109 of 255 = 43%

130
107
109

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 109 = 346 (100%)
R 130 of 346 ~ 37.57%
G 107 of 346 ~ 30.92%
B 109 of 346 ~ 31.5%

%37.57
%30.92
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 16.15%
  • key color value is 49.02%
CMYK:
(0,18,16,49)
C0M18Y16K49 
(0%,18%,16%,49%)
(0.00/0.18/0.16/0.49)	

CMYK percentages

%0
%17.69
%16.15
%49.02

Codes

Color #826B6D in popluar color models

826B6D
RGB130107109
HSL355°9.70%46.47%
HSB/HSV355°17.69%50.98%
CMYK0.00%17.69%16.15%
49.02%

Color #826B6D in popluar number systems.

HEX826B6D
Decimal130107109
Binary1000001011010111101101
Octal202153155

Shades and tints

Shades of #826B6D

#826B6D
(130,107,109)
#776264
(119,98,100)
#6C595B
(108,89,91)
#615052
(97,80,82)
#564749
(86,71,73)
#4B3E40
(75,62,64)
#403537
(64,53,55)
#352C2E
(53,44,46)
#2A2325
(42,35,37)
#1F1A1C
(31,26,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #826B6D

#826B6D
(130,107,109)
#8D787A
(141,120,122)
#988587
(152,133,135)
#A39294
(163,146,148)
#AE9FA1
(174,159,161)
#B9ACAE
(185,172,174)
#C4B9BB
(196,185,187)
#CFC6C8
(207,198,200)
#DAD3D5
(218,211,213)
#E5E0E2
(229,224,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826B6D; }

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

This text font color is #826B6D.


Background Color

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

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

This div background color is #826B6D.


Border color

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

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

This div border color is #826B6D.


Opacity

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

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

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

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

This text has shadow with #826B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B6D on black background.


Color preview on white background

This text has color #826B6D on white background.



Black color preview on #826B6D background

This text has black color on #826B6D background.


White color preview on #826B6D background

This text has white color on #826B6D background.