COLOR #826B5F

HEX: #826B5F
RGB: (130,107,95)

Color info

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

RGB color model

#826B5F color RGB value is (130,107,95).

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

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 95 of 255 = 37%

130
107
95

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 95 = 332 (100%)
R 130 of 332 ~ 39.16%
G 107 of 332 ~ 32.23%
B 95 of 332 ~ 28.61%

%39.16
%32.23
%28.61

CMYK color model

#826B5F color CMYK value is (0,18,27,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(0,18,27,49)
C0M18Y27K49 
(0%,18%,27%,49%)
(0.00/0.18/0.27/0.49)	

CMYK percentages

%0
%17.69
%26.92
%49.02

Codes

Color #826B5F in popluar color models

826B5F
RGB13010795
HSL21°15.56%44.12%
HSB/HSV21°26.92%50.98%
CMYK0.00%17.69%26.92%
49.02%

Color #826B5F in popluar number systems.

HEX826B5F
Decimal13010795
Binary1000001011010111011111
Octal202153137

Shades and tints

Shades of #826B5F

#826B5F
(130,107,95)
#776257
(119,98,87)
#6C594F
(108,89,79)
#615047
(97,80,71)
#56473F
(86,71,63)
#4B3E37
(75,62,55)
#40352F
(64,53,47)
#352C27
(53,44,39)
#2A231F
(42,35,31)
#1F1A17
(31,26,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #826B5F

#826B5F
(130,107,95)
#8D786D
(141,120,109)
#98857B
(152,133,123)
#A39289
(163,146,137)
#AE9F97
(174,159,151)
#B9ACA5
(185,172,165)
#C4B9B3
(196,185,179)
#CFC6C1
(207,198,193)
#DAD3CF
(218,211,207)
#E5E0DD
(229,224,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826B5F; }

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

This text font color is #826B5F.


Background Color

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

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

This div background color is #826B5F.


Border color

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

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

This div border color is #826B5F.


Opacity

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

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

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

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

This text has shadow with #826B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B5F on black background.


Color preview on white background

This text has color #826B5F on white background.



Black color preview on #826B5F background

This text has black color on #826B5F background.


White color preview on #826B5F background

This text has white color on #826B5F background.