COLOR #836C56

HEX: #836C56
RGB: (131,108,86)

Color info

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

RGB color model

#836C56 color RGB value is (131,108,86).

  • red value is 131;
  • green value is 108;
  • blue value is 86.
RGB:
(131,108,86)
(51%,42%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 86 of 255 = 34%

131
108
86

R + G + B ~ 42%. #836C56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 86 = 325 (100%)
R 131 of 325 ~ 40.31%
G 108 of 325 ~ 33.23%
B 86 of 325 ~ 26.46%

%40.31
%33.23
%26.46

CMYK color model

#836C56 color CMYK value is (0,18,34,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,18,34,49)
C0M18Y34K49 
(0%,18%,34%,49%)
(0.00/0.18/0.34/0.49)	

CMYK percentages

%0
%17.56
%34.35
%48.63

Codes

Color #836C56 in popluar color models

836C56
RGB13110886
HSL29°20.74%42.55%
HSB/HSV29°34.35%51.37%
CMYK0.00%17.56%34.35%
48.63%

Color #836C56 in popluar number systems.

HEX836C56
Decimal13110886
Binary1000001111011001010110
Octal203154126

Shades and tints

Shades of #836C56

#836C56
(131,108,86)
#78634F
(120,99,79)
#6D5A48
(109,90,72)
#625141
(98,81,65)
#57483A
(87,72,58)
#4C3F33
(76,63,51)
#41362C
(65,54,44)
#362D25
(54,45,37)
#2B241E
(43,36,30)
#201B17
(32,27,23)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #836C56

#836C56
(131,108,86)
#8E7965
(142,121,101)
#998674
(153,134,116)
#A49383
(164,147,131)
#AFA092
(175,160,146)
#BAADA1
(186,173,161)
#C5BAB0
(197,186,176)
#D0C7BF
(208,199,191)
#DBD4CE
(219,212,206)
#E6E1DD
(230,225,221)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C56 color. Also use rgb(131,108,86) instead hex code.

Text Font Color

.myTextColor { color: #836C56; }

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

This text font color is #836C56.


Background Color

.myBgColor { background-color: #836C56; }

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

This div background color is #836C56.


Border color

.myBorderColor { border: 1px solid #836C56; }

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

This div border color is #836C56.


Opacity

.myOpacity80 { color: #836C56; opacity: 0.8; }

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

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

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

This text has shadow with #836C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C56 on black background.


Color preview on white background

This text has color #836C56 on white background.



Black color preview on #836C56 background

This text has black color on #836C56 background.


White color preview on #836C56 background

This text has white color on #836C56 background.