COLOR #836044

HEX: #836044
RGB: (131,96,68)

Color info

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

RGB color model

#836044 color RGB value is (131,96,68).

  • red value is 131;
  • green value is 96;
  • blue value is 68.
RGB:
(131,96,68)
(51%,38%,27%)

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 68 of 255 = 27%

131
96
68

R + G + B ~ 39%. #836044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 68 = 295 (100%)
R 131 of 295 ~ 44.41%
G 96 of 295 ~ 32.54%
B 68 of 295 ~ 23.05%

%44.41
%32.54
%23.05

CMYK color model

#836044 color CMYK value is (0,27,48,49).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 48.09%
  • key color value is 48.63%
CMYK:
(0,27,48,49)
C0M27Y48K49 
(0%,27%,48%,49%)
(0.00/0.27/0.48/0.49)	

CMYK percentages

%0
%26.72
%48.09
%48.63

Codes

Color #836044 in popluar color models

836044
RGB1319668
HSL27°31.66%39.02%
HSB/HSV27°48.09%51.37%
CMYK0.00%26.72%48.09%
48.63%

Color #836044 in popluar number systems.

HEX836044
Decimal1319668
Binary1000001111000001000100
Octal203140104

Shades and tints

Shades of #836044

#836044
(131,96,68)
#78583E
(120,88,62)
#6D5038
(109,80,56)
#624832
(98,72,50)
#57402C
(87,64,44)
#4C3826
(76,56,38)
#413020
(65,48,32)
#36281A
(54,40,26)
#2B2014
(43,32,20)
#20180E
(32,24,14)
#151008
(21,16,8)
#000000
(0,0,0)

Tints of #836044

#836044
(131,96,68)
#8E6E55
(142,110,85)
#997C66
(153,124,102)
#A48A77
(164,138,119)
#AF9888
(175,152,136)
#BAA699
(186,166,153)
#C5B4AA
(197,180,170)
#D0C2BB
(208,194,187)
#DBD0CC
(219,208,204)
#E6DEDD
(230,222,221)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836044 color. Also use rgb(131,96,68) instead hex code.

Text Font Color

.myTextColor { color: #836044; }

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

This text font color is #836044.


Background Color

.myBgColor { background-color: #836044; }

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

This div background color is #836044.


Border color

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

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

This div border color is #836044.


Opacity

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

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

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

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

This text has shadow with #836044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836044 on black background.


Color preview on white background

This text has color #836044 on white background.



Black color preview on #836044 background

This text has black color on #836044 background.


White color preview on #836044 background

This text has white color on #836044 background.