COLOR #826E6C

HEX: #826E6C
RGB: (130,110,108)

Color info

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

RGB color model

#826E6C color RGB value is (130,110,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 108 of 255 = 42%

130
110
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 108 = 348 (100%)
R 130 of 348 ~ 37.36%
G 110 of 348 ~ 31.61%
B 108 of 348 ~ 31.03%

%37.36
%31.61
%31.03

CMYK color model

#826E6C color CMYK value is (0,15,17,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 16.92%
  • key color value is 49.02%
CMYK:
(0,15,17,49)
C0M15Y17K49 
(0%,15%,17%,49%)
(0.00/0.15/0.17/0.49)	

CMYK percentages

%0
%15.38
%16.92
%49.02

Codes

Color #826E6C in popluar color models

826E6C
RGB130110108
HSL9.24%46.67%
HSB/HSV16.92%50.98%
CMYK0.00%15.38%16.92%
49.02%

Color #826E6C in popluar number systems.

HEX826E6C
Decimal130110108
Binary1000001011011101101100
Octal202156154

Shades and tints

Shades of #826E6C

#826E6C
(130,110,108)
#776463
(119,100,99)
#6C5A5A
(108,90,90)
#615051
(97,80,81)
#564648
(86,70,72)
#4B3C3F
(75,60,63)
#403236
(64,50,54)
#35282D
(53,40,45)
#2A1E24
(42,30,36)
#1F141B
(31,20,27)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #826E6C

#826E6C
(130,110,108)
#8D7B79
(141,123,121)
#988886
(152,136,134)
#A39593
(163,149,147)
#AEA2A0
(174,162,160)
#B9AFAD
(185,175,173)
#C4BCBA
(196,188,186)
#CFC9C7
(207,201,199)
#DAD6D4
(218,214,212)
#E5E3E1
(229,227,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E6C; }

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

This text font color is #826E6C.


Background Color

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

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

This div background color is #826E6C.


Border color

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

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

This div border color is #826E6C.


Opacity

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

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

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

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

This text has shadow with #826E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E6C on black background.


Color preview on white background

This text has color #826E6C on white background.



Black color preview on #826E6C background

This text has black color on #826E6C background.


White color preview on #826E6C background

This text has white color on #826E6C background.