COLOR #826F43

HEX: #826F43
RGB: (130,111,67)

Color info

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

RGB color model

#826F43 color RGB value is (130,111,67).

  • red value is 130;
  • green value is 111;
  • blue value is 67.
RGB:
(130,111,67)
(51%,44%,26%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 67 of 255 = 26%

130
111
67

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 67 = 308 (100%)
R 130 of 308 ~ 42.21%
G 111 of 308 ~ 36.04%
B 67 of 308 ~ 21.75%

%42.21
%36.04
%21.75

CMYK color model

#826F43 color CMYK value is (0,15,48,49).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 48.46%
  • key color value is 49.02%
CMYK:
(0,15,48,49)
C0M15Y48K49 
(0%,15%,48%,49%)
(0.00/0.15/0.48/0.49)	

CMYK percentages

%0
%14.62
%48.46
%49.02

Codes

Color #826F43 in popluar color models

826F43
RGB13011167
HSL42°31.98%38.63%
HSB/HSV42°48.46%50.98%
CMYK0.00%14.62%48.46%
49.02%

Color #826F43 in popluar number systems.

HEX826F43
Decimal13011167
Binary1000001011011111000011
Octal202157103

Shades and tints

Shades of #826F43

#826F43
(130,111,67)
#77653D
(119,101,61)
#6C5B37
(108,91,55)
#615131
(97,81,49)
#56472B
(86,71,43)
#4B3D25
(75,61,37)
#40331F
(64,51,31)
#352919
(53,41,25)
#2A1F13
(42,31,19)
#1F150D
(31,21,13)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #826F43

#826F43
(130,111,67)
#8D7C54
(141,124,84)
#988965
(152,137,101)
#A39676
(163,150,118)
#AEA387
(174,163,135)
#B9B098
(185,176,152)
#C4BDA9
(196,189,169)
#CFCABA
(207,202,186)
#DAD7CB
(218,215,203)
#E5E4DC
(229,228,220)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F43; }

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

This text font color is #826F43.


Background Color

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

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

This div background color is #826F43.


Border color

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

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

This div border color is #826F43.


Opacity

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

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

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

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

This text has shadow with #826F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826F43 on black background.


Color preview on white background

This text has color #826F43 on white background.



Black color preview on #826F43 background

This text has black color on #826F43 background.


White color preview on #826F43 background

This text has white color on #826F43 background.