COLOR #836B54

HEX: #836B54
RGB: (131,107,84)

Color info

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

RGB color model

#836B54 color RGB value is (131,107,84).

  • red value is 131;
  • green value is 107;
  • blue value is 84.
RGB:
(131,107,84)
(51%,42%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 84 of 255 = 33%

131
107
84

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

Portions of RGB colors in percentages

R + G + B =
131 + 107 + 84 = 322 (100%)
R 131 of 322 ~ 40.68%
G 107 of 322 ~ 33.23%
B 84 of 322 ~ 26.09%

%40.68
%33.23
%26.09

CMYK color model

#836B54 color CMYK value is (0,18,36,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(0,18,36,49)
C0M18Y36K49 
(0%,18%,36%,49%)
(0.00/0.18/0.36/0.49)	

CMYK percentages

%0
%18.32
%35.88
%48.63

Codes

Color #836B54 in popluar color models

836B54
RGB13110784
HSL29°21.86%42.16%
HSB/HSV29°35.88%51.37%
CMYK0.00%18.32%35.88%
48.63%

Color #836B54 in popluar number systems.

HEX836B54
Decimal13110784
Binary1000001111010111010100
Octal203153124

Shades and tints

Shades of #836B54

#836B54
(131,107,84)
#78624D
(120,98,77)
#6D5946
(109,89,70)
#62503F
(98,80,63)
#574738
(87,71,56)
#4C3E31
(76,62,49)
#41352A
(65,53,42)
#362C23
(54,44,35)
#2B231C
(43,35,28)
#201A15
(32,26,21)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #836B54

#836B54
(131,107,84)
#8E7863
(142,120,99)
#998572
(153,133,114)
#A49281
(164,146,129)
#AF9F90
(175,159,144)
#BAAC9F
(186,172,159)
#C5B9AE
(197,185,174)
#D0C6BD
(208,198,189)
#DBD3CC
(219,211,204)
#E6E0DB
(230,224,219)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B54 color. Also use rgb(131,107,84) instead hex code.

Text Font Color

.myTextColor { color: #836B54; }

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

This text font color is #836B54.


Background Color

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

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

This div background color is #836B54.


Border color

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

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

This div border color is #836B54.


Opacity

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

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

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

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

This text has shadow with #836B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836B54 on black background.


Color preview on white background

This text has color #836B54 on white background.



Black color preview on #836B54 background

This text has black color on #836B54 background.


White color preview on #836B54 background

This text has white color on #836B54 background.