COLOR #826F3B

HEX: #826F3B RGB: (130,111,59)

Color info

#826F3B contains mainly red and green colors. Web safe color of #826F3B is #996633 (or #963).

RGB color model

#826F3B color RGB value is (130,111,59).

RGB: (130,111,59) (51%, 44%, 23%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 59 of 255 = 23%

130
111
59

R + G + B ~ 39%. #826F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 59 = 300 (100%)
R 130 of 300 ~ 43.33%
G 111 of 300 ~ 37%
B 59 of 300 ~ 19.67'%

%43.33
%37
%19.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 54.62%
  • key color value is 49.02%

CMYK: (0,15,55,49)
C0M15Y55K49 (0%, 15%, 55%, 49%)
(0.00 / 0.15 / 0.55 / 0.49)

CMYK percentages

%0
%14.62
%54.62
%49.02

Codes

Color #826F3B in popluar color models

82 6F 3B
RGB 130 111 59
HSL 44° 37.57% 37.06%
HSB/HSV 44° 54.62% 50.98%
CMYK 0.00% 14.62% 54.62%
49.02%

Color #826F3B in popluar number systems.

HEX 82 6F 3B
Decimal 130 111 59
Binary 10000010 1101111 111011
Octal 202 157 73

Shades and tints

Shades of #826F3B

#826F3B
(130,111,59)
#776536
(119,101,54)
#6C5B31
(108,91,49)
#61512C
(97,81,44)
#564727
(86,71,39)
#4B3D22
(75,61,34)
#40331D
(64,51,29)
#352918
(53,41,24)
#2A1F13
(42,31,19)
#1F150E
(31,21,14)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #826F3B

#826F3B
(130,111,59)
#8D7C4C
(141,124,76)
#98895D
(152,137,93)
#A3966E
(163,150,110)
#AEA37F
(174,163,127)
#B9B090
(185,176,144)
#C4BDA1
(196,189,161)
#CFCAB2
(207,202,178)
#DAD7C3
(218,215,195)
#E5E4D4
(229,228,212)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F3B; }

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

This text font color is #826F3B.

Background Color

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

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

This div background color is #826F3B.

Border color

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

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

This div border color is #826F3B.

Opacity

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

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

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

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

This text has shadow with #826F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F3B.

Preview

Color preview on black background

This text has color #826F3B on black background.


Color preview on white background

This text has color #826F3B on white background.


Black color preview on #826F3B background

This text has black color on #826F3B background.


White color preview on #826F3B background

This text has white color on #826F3B background.


Related colors

Complementary color

Complementary color for #hex is #7D90C4.


I love getcolorcode.com

Triadic colors

1 #3B826F and #6F3B82 with #826F3B are triadic colors.

2 #3B6F82 and #6F823B with #826F3B are triadic colors.