COLOR #836846

HEX: #836846
RGB: (131,104,70)

Color info

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

RGB color model

#836846 color RGB value is (131,104,70).

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

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 70 of 255 = 27%

131
104
70

R + G + B ~ 40%. #836846 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 104 + 70 = 305 (100%)
R 131 of 305 ~ 42.95%
G 104 of 305 ~ 34.1%
B 70 of 305 ~ 22.95%

%42.95
%34.1
%22.95

CMYK color model

#836846 color CMYK value is (0,21,47,49).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 46.56%
  • key color value is 48.63%
CMYK:
(0,21,47,49)
C0M21Y47K49 
(0%,21%,47%,49%)
(0.00/0.21/0.47/0.49)	

CMYK percentages

%0
%20.61
%46.56
%48.63

Codes

Color #836846 in popluar color models

836846
RGB13110470
HSL33°30.35%39.41%
HSB/HSV33°46.56%51.37%
CMYK0.00%20.61%46.56%
48.63%

Color #836846 in popluar number systems.

HEX836846
Decimal13110470
Binary1000001111010001000110
Octal203150106

Shades and tints

Shades of #836846

#836846
(131,104,70)
#785F40
(120,95,64)
#6D563A
(109,86,58)
#624D34
(98,77,52)
#57442E
(87,68,46)
#4C3B28
(76,59,40)
#413222
(65,50,34)
#36291C
(54,41,28)
#2B2016
(43,32,22)
#201710
(32,23,16)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #836846

#836846
(131,104,70)
#8E7556
(142,117,86)
#998266
(153,130,102)
#A48F76
(164,143,118)
#AF9C86
(175,156,134)
#BAA996
(186,169,150)
#C5B6A6
(197,182,166)
#D0C3B6
(208,195,182)
#DBD0C6
(219,208,198)
#E6DDD6
(230,221,214)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836846; }

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

This text font color is #836846.


Background Color

.myBgColor { background-color: #836846; }

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

This div background color is #836846.


Border color

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

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

This div border color is #836846.


Opacity

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

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

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

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

This text has shadow with #836846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836846 on black background.


Color preview on white background

This text has color #836846 on white background.



Black color preview on #836846 background

This text has black color on #836846 background.


White color preview on #836846 background

This text has white color on #836846 background.