COLOR #826E73

HEX: #826E73
RGB: (130,110,115)

Color info

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

RGB color model

#826E73 color RGB value is (130,110,115).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 115 of 255 = 45%

130
110
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 115 = 355 (100%)
R 130 of 355 ~ 36.62%
G 110 of 355 ~ 30.99%
B 115 of 355 ~ 32.39%

%36.62
%30.99
%32.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(0,15,12,49)
C0M15Y12K49 
(0%,15%,12%,49%)
(0.00/0.15/0.12/0.49)	

CMYK percentages

%0
%15.38
%11.54
%49.02

Codes

Color #826E73 in popluar color models

826E73
RGB130110115
HSL345°8.33%47.06%
HSB/HSV345°15.38%50.98%
CMYK0.00%15.38%11.54%
49.02%

Color #826E73 in popluar number systems.

HEX826E73
Decimal130110115
Binary1000001011011101110011
Octal202156163

Shades and tints

Shades of #826E73

#826E73
(130,110,115)
#776469
(119,100,105)
#6C5A5F
(108,90,95)
#615055
(97,80,85)
#56464B
(86,70,75)
#4B3C41
(75,60,65)
#403237
(64,50,55)
#35282D
(53,40,45)
#2A1E23
(42,30,35)
#1F1419
(31,20,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #826E73

#826E73
(130,110,115)
#8D7B7F
(141,123,127)
#98888B
(152,136,139)
#A39597
(163,149,151)
#AEA2A3
(174,162,163)
#B9AFAF
(185,175,175)
#C4BCBB
(196,188,187)
#CFC9C7
(207,201,199)
#DAD6D3
(218,214,211)
#E5E3DF
(229,227,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E73; }

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

This text font color is #826E73.


Background Color

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

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

This div background color is #826E73.


Border color

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

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

This div border color is #826E73.


Opacity

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

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

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

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

This text has shadow with #826E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E73 on black background.


Color preview on white background

This text has color #826E73 on white background.



Black color preview on #826E73 background

This text has black color on #826E73 background.


White color preview on #826E73 background

This text has white color on #826E73 background.