COLOR #826F6E

HEX: #826F6E
RGB: (130,111,110)

Color info

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

RGB color model

#826F6E color RGB value is (130,111,110).

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

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 110 of 255 = 43%

130
111
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 110 = 351 (100%)
R 130 of 351 ~ 37.04%
G 111 of 351 ~ 31.62%
B 110 of 351 ~ 31.34%

%37.04
%31.62
%31.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(0,15,15,49)
C0M15Y15K49 
(0%,15%,15%,49%)
(0.00/0.15/0.15/0.49)	

CMYK percentages

%0
%14.62
%15.38
%49.02

Codes

Color #826F6E in popluar color models

826F6E
RGB130111110
HSL8.33%47.06%
HSB/HSV15.38%50.98%
CMYK0.00%14.62%15.38%
49.02%

Color #826F6E in popluar number systems.

HEX826F6E
Decimal130111110
Binary1000001011011111101110
Octal202157156

Shades and tints

Shades of #826F6E

#826F6E
(130,111,110)
#776564
(119,101,100)
#6C5B5A
(108,91,90)
#615150
(97,81,80)
#564746
(86,71,70)
#4B3D3C
(75,61,60)
#403332
(64,51,50)
#352928
(53,41,40)
#2A1F1E
(42,31,30)
#1F1514
(31,21,20)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #826F6E

#826F6E
(130,111,110)
#8D7C7B
(141,124,123)
#988988
(152,137,136)
#A39695
(163,150,149)
#AEA3A2
(174,163,162)
#B9B0AF
(185,176,175)
#C4BDBC
(196,189,188)
#CFCAC9
(207,202,201)
#DAD7D6
(218,215,214)
#E5E4E3
(229,228,227)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F6E; }

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

This text font color is #826F6E.


Background Color

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

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

This div background color is #826F6E.


Border color

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

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

This div border color is #826F6E.


Opacity

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

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

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

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

This text has shadow with #826F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F6E on black background.


Color preview on white background

This text has color #826F6E on white background.



Black color preview on #826F6E background

This text has black color on #826F6E background.


White color preview on #826F6E background

This text has white color on #826F6E background.