COLOR #826F70

HEX: #826F70 RGB: (130,111,112)

Color info

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

RGB color model

#826F70 color RGB value is (130,111,112).

RGB: (130,111,112) (51%, 44%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 112 of 255 = 44%

130
111
112

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 112 = 353 (100%)
R 130 of 353 ~ 36.83%
G 111 of 353 ~ 31.44%
B 112 of 353 ~ 31.73'%

%36.83
%31.44
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK: (0,15,14,49) C0M15Y14K49 (0%,15%,14%,49%) (0.00/0.15/0.14/0.49) 

CMYK percentages

%0
%14.62
%13.85
%49.02

Codes

Color #826F70 in popluar color models

82 6F 70
RGB 130 111 112
HSL 357° 7.88% 47.25%
HSB/HSV 357° 14.62% 50.98%
CMYK 0.00% 14.62% 13.85%
49.02%

Color #826F70 in popluar number systems.

HEX 82 6F 70
Decimal 130 111 112
Binary 10000010 1101111 1110000
Octal 202 157 160

Shades and tints

Shades of #826F70

#826F70
(130,111,112)
#776566
(119,101,102)
#6C5B5C
(108,91,92)
#615152
(97,81,82)
#564748
(86,71,72)
#4B3D3E
(75,61,62)
#403334
(64,51,52)
#35292A
(53,41,42)
#2A1F20
(42,31,32)
#1F1516
(31,21,22)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #826F70

#826F70
(130,111,112)
#8D7C7D
(141,124,125)
#98898A
(152,137,138)
#A39697
(163,150,151)
#AEA3A4
(174,163,164)
#B9B0B1
(185,176,177)
#C4BDBE
(196,189,190)
#CFCACB
(207,202,203)
#DAD7D8
(218,215,216)
#E5E4E5
(229,228,229)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F70; }

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

This text font color is #826F70.

Background Color

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

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

This div background color is #826F70.

Border color

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

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

This div border color is #826F70.

Opacity

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

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

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

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

This text has shadow with #826F70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F70.

Preview

Color preview on black background

This text has color #826F70 on black background.


Color preview on white background

This text has color #826F70 on white background.


Black color preview on #826F70 background

This text has black color on #826F70 background.


White color preview on #826F70 background

This text has white color on #826F70 background.


Related colors

Complementary color

Complementary color for #hex is #7D908F.


I love getcolorcode.com

Triadic colors

1 #70826F and #6F7082 with #826F70 are triadic colors.

2 #706F82 and #6F8270 with #826F70 are triadic colors.