COLOR #836220

HEX: #836220
RGB: (131,98,32)

Color info

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

RGB color model

#836220 color RGB value is (131,98,32).

  • red value is 131;
  • green value is 98;
  • blue value is 32.
RGB:
(131,98,32)
(51%,38%,13%)

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 32 of 255 = 13%

131
98
32

R + G + B ~ 34%. #836220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 32 = 261 (100%)
R 131 of 261 ~ 50.19%
G 98 of 261 ~ 37.55%
B 32 of 261 ~ 12.26%

%50.19
%37.55
%12.26

CMYK color model

#836220 color CMYK value is (0,25,76,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 75.57%
  • key color value is 48.63%
CMYK:
(0,25,76,49)
C0M25Y76K49 
(0%,25%,76%,49%)
(0.00/0.25/0.76/0.49)	

CMYK percentages

%0
%25.19
%75.57
%48.63

Codes

Color #836220 in popluar color models

836220
RGB1319832
HSL40°60.74%31.96%
HSB/HSV40°75.57%51.37%
CMYK0.00%25.19%75.57%
48.63%

Color #836220 in popluar number systems.

HEX836220
Decimal1319832
Binary100000111100010100000
Octal20314240

Shades and tints

Shades of #836220

#836220
(131,98,32)
#785A1E
(120,90,30)
#6D521C
(109,82,28)
#624A1A
(98,74,26)
#574218
(87,66,24)
#4C3A16
(76,58,22)
#413214
(65,50,20)
#362A12
(54,42,18)
#2B2210
(43,34,16)
#201A0E
(32,26,14)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #836220

#836220
(131,98,32)
#8E7034
(142,112,52)
#997E48
(153,126,72)
#A48C5C
(164,140,92)
#AF9A70
(175,154,112)
#BAA884
(186,168,132)
#C5B698
(197,182,152)
#D0C4AC
(208,196,172)
#DBD2C0
(219,210,192)
#E6E0D4
(230,224,212)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836220 color. Also use rgb(131,98,32) instead hex code.

Text Font Color

.myTextColor { color: #836220; }

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

This text font color is #836220.


Background Color

.myBgColor { background-color: #836220; }

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

This div background color is #836220.


Border color

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

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

This div border color is #836220.


Opacity

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

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

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

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

This text has shadow with #836220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836220 on black background.


Color preview on white background

This text has color #836220 on white background.



Black color preview on #836220 background

This text has black color on #836220 background.


White color preview on #836220 background

This text has white color on #836220 background.