COLOR #826B5B

HEX: #826B5B
RGB: (130,107,91)

Color info

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

RGB color model

#826B5B color RGB value is (130,107,91).

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

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 91 of 255 = 36%

130
107
91

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 91 = 328 (100%)
R 130 of 328 ~ 39.63%
G 107 of 328 ~ 32.62%
B 91 of 328 ~ 27.74%

%39.63
%32.62
%27.74

CMYK color model

#826B5B color CMYK value is (0,18,30,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(0,18,30,49)
C0M18Y30K49 
(0%,18%,30%,49%)
(0.00/0.18/0.30/0.49)	

CMYK percentages

%0
%17.69
%30
%49.02

Codes

Color #826B5B in popluar color models

826B5B
RGB13010791
HSL25°17.65%43.33%
HSB/HSV25°30.00%50.98%
CMYK0.00%17.69%30.00%
49.02%

Color #826B5B in popluar number systems.

HEX826B5B
Decimal13010791
Binary1000001011010111011011
Octal202153133

Shades and tints

Shades of #826B5B

#826B5B
(130,107,91)
#776253
(119,98,83)
#6C594B
(108,89,75)
#615043
(97,80,67)
#56473B
(86,71,59)
#4B3E33
(75,62,51)
#40352B
(64,53,43)
#352C23
(53,44,35)
#2A231B
(42,35,27)
#1F1A13
(31,26,19)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #826B5B

#826B5B
(130,107,91)
#8D7869
(141,120,105)
#988577
(152,133,119)
#A39285
(163,146,133)
#AE9F93
(174,159,147)
#B9ACA1
(185,172,161)
#C4B9AF
(196,185,175)
#CFC6BD
(207,198,189)
#DAD3CB
(218,211,203)
#E5E0D9
(229,224,217)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826B5B; }

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

This text font color is #826B5B.


Background Color

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

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

This div background color is #826B5B.


Border color

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

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

This div border color is #826B5B.


Opacity

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

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

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

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

This text has shadow with #826B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B5B on black background.


Color preview on white background

This text has color #826B5B on white background.



Black color preview on #826B5B background

This text has black color on #826B5B background.


White color preview on #826B5B background

This text has white color on #826B5B background.