COLOR #836440

HEX: #836440
RGB: (131,100,64)

Color info

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

RGB color model

#836440 color RGB value is (131,100,64).

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

RGB channels and saturation

R 131 of 255 = 51%
G 100 of 255 = 39%
B 64 of 255 = 25%

131
100
64

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

Portions of RGB colors in percentages

R + G + B =
131 + 100 + 64 = 295 (100%)
R 131 of 295 ~ 44.41%
G 100 of 295 ~ 33.9%
B 64 of 295 ~ 21.69%

%44.41
%33.9
%21.69

CMYK color model

#836440 color CMYK value is (0,24,51,49).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(0,24,51,49)
C0M24Y51K49 
(0%,24%,51%,49%)
(0.00/0.24/0.51/0.49)	

CMYK percentages

%0
%23.66
%51.15
%48.63

Codes

Color #836440 in popluar color models

836440
RGB13110064
HSL32°34.36%38.24%
HSB/HSV32°51.15%51.37%
CMYK0.00%23.66%51.15%
48.63%

Color #836440 in popluar number systems.

HEX836440
Decimal13110064
Binary1000001111001001000000
Octal203144100

Shades and tints

Shades of #836440

#836440
(131,100,64)
#785B3B
(120,91,59)
#6D5236
(109,82,54)
#624931
(98,73,49)
#57402C
(87,64,44)
#4C3727
(76,55,39)
#412E22
(65,46,34)
#36251D
(54,37,29)
#2B1C18
(43,28,24)
#201313
(32,19,19)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #836440

#836440
(131,100,64)
#8E7251
(142,114,81)
#998062
(153,128,98)
#A48E73
(164,142,115)
#AF9C84
(175,156,132)
#BAAA95
(186,170,149)
#C5B8A6
(197,184,166)
#D0C6B7
(208,198,183)
#DBD4C8
(219,212,200)
#E6E2D9
(230,226,217)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836440; }

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

This text font color is #836440.


Background Color

.myBgColor { background-color: #836440; }

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

This div background color is #836440.


Border color

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

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

This div border color is #836440.


Opacity

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

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

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

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

This text has shadow with #836440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836440 on black background.


Color preview on white background

This text has color #836440 on white background.



Black color preview on #836440 background

This text has black color on #836440 background.


White color preview on #836440 background

This text has white color on #836440 background.