COLOR #836811

HEX: #836811
RGB: (131,104,17)

Color info

#836811 contains mainly red and green colors. Web safe color of #836811 is #996600 (or #960).

RGB color model

#836811 color RGB value is (131,104,17).

  • red value is 131;
  • green value is 104;
  • blue value is 17.
RGB:
(131,104,17)
(51%,41%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 17 of 255 = 7%

131
104
17

R + G + B ~ 33%. #836811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 104 + 17 = 252 (100%)
R 131 of 252 ~ 51.98%
G 104 of 252 ~ 41.27%
B 17 of 252 ~ 6.75%

%51.98
%41.27

CMYK color model

#836811 color CMYK value is (0,21,87,49).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 87.02%
  • key color value is 48.63%
CMYK:
(0,21,87,49)
C0M21Y87K49 
(0%,21%,87%,49%)
(0.00/0.21/0.87/0.49)	

CMYK percentages

%0
%20.61
%87.02
%48.63

Codes

Color #836811 in popluar color models

836811
RGB13110417
HSL46°77.03%29.02%
HSB/HSV46°87.02%51.37%
CMYK0.00%20.61%87.02%
48.63%

Color #836811 in popluar number systems.

HEX836811
Decimal13110417
Binary10000011110100010001
Octal20315021

Shades and tints

Shades of #836811

#836811
(131,104,17)
#785F10
(120,95,16)
#6D560F
(109,86,15)
#624D0E
(98,77,14)
#57440D
(87,68,13)
#4C3B0C
(76,59,12)
#41320B
(65,50,11)
#36290A
(54,41,10)
#2B2009
(43,32,9)
#201708
(32,23,8)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #836811

#836811
(131,104,17)
#8E7526
(142,117,38)
#99823B
(153,130,59)
#A48F50
(164,143,80)
#AF9C65
(175,156,101)
#BAA97A
(186,169,122)
#C5B68F
(197,182,143)
#D0C3A4
(208,195,164)
#DBD0B9
(219,208,185)
#E6DDCE
(230,221,206)
#F1EAE3
(241,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836811 color. Also use rgb(131,104,17) instead hex code.

Text Font Color

.myTextColor { color: #836811; }

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

This text font color is #836811.


Background Color

.myBgColor { background-color: #836811; }

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

This div background color is #836811.


Border color

.myBorderColor { border: 1px solid #836811; }

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

This div border color is #836811.


Opacity

.myOpacity80 { color: #836811; opacity: 0.8; }

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

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

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

This text has shadow with #836811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836811 on black background.


Color preview on white background

This text has color #836811 on white background.



Black color preview on #836811 background

This text has black color on #836811 background.


White color preview on #836811 background

This text has white color on #836811 background.