COLOR #836240

HEX: #836240
RGB: (131,98,64)

Color info

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

RGB color model

#836240 color RGB value is (131,98,64).

  • red value is 131;
  • green value is 98;
  • blue value is 64.
RGB:
(131,98,64)
(51%,38%,25%)

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 64 of 255 = 25%

131
98
64

R + G + B ~ 38%. #836240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 64 = 293 (100%)
R 131 of 293 ~ 44.71%
G 98 of 293 ~ 33.45%
B 64 of 293 ~ 21.84%

%44.71
%33.45
%21.84

CMYK color model

#836240 color CMYK value is (0,25,51,49).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(0,25,51,49)
C0M25Y51K49 
(0%,25%,51%,49%)
(0.00/0.25/0.51/0.49)	

CMYK percentages

%0
%25.19
%51.15
%48.63

Codes

Color #836240 in popluar color models

836240
RGB1319864
HSL30°34.36%38.24%
HSB/HSV30°51.15%51.37%
CMYK0.00%25.19%51.15%
48.63%

Color #836240 in popluar number systems.

HEX836240
Decimal1319864
Binary1000001111000101000000
Octal203142100

Shades and tints

Shades of #836240

#836240
(131,98,64)
#785A3B
(120,90,59)
#6D5236
(109,82,54)
#624A31
(98,74,49)
#57422C
(87,66,44)
#4C3A27
(76,58,39)
#413222
(65,50,34)
#362A1D
(54,42,29)
#2B2218
(43,34,24)
#201A13
(32,26,19)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #836240

#836240
(131,98,64)
#8E7051
(142,112,81)
#997E62
(153,126,98)
#A48C73
(164,140,115)
#AF9A84
(175,154,132)
#BAA895
(186,168,149)
#C5B6A6
(197,182,166)
#D0C4B7
(208,196,183)
#DBD2C8
(219,210,200)
#E6E0D9
(230,224,217)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836240 color. Also use rgb(131,98,64) instead hex code.

Text Font Color

.myTextColor { color: #836240; }

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

This text font color is #836240.


Background Color

.myBgColor { background-color: #836240; }

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

This div background color is #836240.


Border color

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

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

This div border color is #836240.


Opacity

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

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

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

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

This text has shadow with #836240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836240 on black background.


Color preview on white background

This text has color #836240 on white background.



Black color preview on #836240 background

This text has black color on #836240 background.


White color preview on #836240 background

This text has white color on #836240 background.