COLOR #836E4D

HEX: #836E4D RGB: (131,110,77)

Color info

#836E4D contains red, green and blue colors in about the same proportion. Web safe color of #836E4D is #996633 (or #963).

RGB color model

#836E4D color RGB value is (131,110,77).

RGB: (131,110,77) (51%, 43%, 30%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 77 of 255 = 30%

131
110
77

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

Portions of RGB colors in percentages

R + G + B = 131 + 110 + 77 = 318 (100%)
R 131 of 318 ~ 41.19%
G 110 of 318 ~ 34.59%
B 77 of 318 ~ 24.21'%

%41.19
%34.59
%24.21

CMYK color model

#836E4D color CMYK value is (0,16,41,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 41.22%
  • key color value is 48.63%

CMYK: (0,16,41,49)
C0M16Y41K49 (0%, 16%, 41%, 49%)
(0.00 / 0.16 / 0.41 / 0.49)

CMYK percentages

%0
%16.03
%41.22
%48.63

Codes

Color #836E4D in popluar color models

83 6E 4D
RGB 131 110 77
HSL 37° 25.96% 40.78%
HSB/HSV 37° 41.22% 51.37%
CMYK 0.00% 16.03% 41.22%
48.63%

Color #836E4D in popluar number systems.

HEX 83 6E 4D
Decimal 131 110 77
Binary 10000011 1101110 1001101
Octal 203 156 115

Shades and tints

Shades of #836E4D

#836E4D
(131,110,77)
#786446
(120,100,70)
#6D5A3F
(109,90,63)
#625038
(98,80,56)
#574631
(87,70,49)
#4C3C2A
(76,60,42)
#413223
(65,50,35)
#36281C
(54,40,28)
#2B1E15
(43,30,21)
#20140E
(32,20,14)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #836E4D

#836E4D
(131,110,77)
#8E7B5D
(142,123,93)
#99886D
(153,136,109)
#A4957D
(164,149,125)
#AFA28D
(175,162,141)
#BAAF9D
(186,175,157)
#C5BCAD
(197,188,173)
#D0C9BD
(208,201,189)
#DBD6CD
(219,214,205)
#E6E3DD
(230,227,221)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E4D color. Also use rgb(131,110,77) instead hex code.

Text Font Color

.myTextColor { color: #836E4D; }

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

This text font color is #836E4D.

Background Color

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

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

This div background color is #836E4D.

Border color

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

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

This div border color is #836E4D.

Opacity

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

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

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

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

This text has shadow with #836E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836E4D.

Preview

Color preview on black background

This text has color #836E4D on black background.


Color preview on white background

This text has color #836E4D on white background.


Black color preview on #836E4D background

This text has black color on #836E4D background.


White color preview on #836E4D background

This text has white color on #836E4D background.


Related colors

Complementary color

Complementary color for #hex is #7C91B2.


I love getcolorcode.com

Triadic colors

1 #4D836E and #6E4D83 with #836E4D are triadic colors.

2 #4D6E83 and #6E834D with #836E4D are triadic colors.