COLOR #836C5B

HEX: #836C5B
RGB: (131,108,91)

Color info

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

RGB color model

#836C5B color RGB value is (131,108,91).

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

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 91 of 255 = 36%

131
108
91

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 91 = 330 (100%)
R 131 of 330 ~ 39.7%
G 108 of 330 ~ 32.73%
B 91 of 330 ~ 27.58%

%39.7
%32.73
%27.58

CMYK color model

#836C5B color CMYK value is (0,18,31,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(0,18,31,49)
C0M18Y31K49 
(0%,18%,31%,49%)
(0.00/0.18/0.31/0.49)	

CMYK percentages

%0
%17.56
%30.53
%48.63

Codes

Color #836C5B in popluar color models

836C5B
RGB13110891
HSL26°18.02%43.53%
HSB/HSV26°30.53%51.37%
CMYK0.00%17.56%30.53%
48.63%

Color #836C5B in popluar number systems.

HEX836C5B
Decimal13110891
Binary1000001111011001011011
Octal203154133

Shades and tints

Shades of #836C5B

#836C5B
(131,108,91)
#786353
(120,99,83)
#6D5A4B
(109,90,75)
#625143
(98,81,67)
#57483B
(87,72,59)
#4C3F33
(76,63,51)
#41362B
(65,54,43)
#362D23
(54,45,35)
#2B241B
(43,36,27)
#201B13
(32,27,19)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #836C5B

#836C5B
(131,108,91)
#8E7969
(142,121,105)
#998677
(153,134,119)
#A49385
(164,147,133)
#AFA093
(175,160,147)
#BAADA1
(186,173,161)
#C5BAAF
(197,186,175)
#D0C7BD
(208,199,189)
#DBD4CB
(219,212,203)
#E6E1D9
(230,225,217)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C5B; }

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

This text font color is #836C5B.


Background Color

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

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

This div background color is #836C5B.


Border color

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

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

This div border color is #836C5B.


Opacity

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

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

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

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

This text has shadow with #836C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C5B on black background.


Color preview on white background

This text has color #836C5B on white background.



Black color preview on #836C5B background

This text has black color on #836C5B background.


White color preview on #836C5B background

This text has white color on #836C5B background.