COLOR #836D55

HEX: #836D55 RGB: (131,109,85)

Color info

#836D55 contains red, green and blue colors in about the same proportion. Web safe color of #836D55 is #996666 (or #966).

RGB color model

#836D55 color RGB value is (131,109,85).

RGB: (131,109,85) (51%, 43%, 33%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 85 of 255 = 33%

131
109
85

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

Portions of RGB colors in percentages

R + G + B = 131 + 109 + 85 = 325 (100%)
R 131 of 325 ~ 40.31%
G 109 of 325 ~ 33.54%
B 85 of 325 ~ 26.15'%

%40.31
%33.54
%26.15

CMYK color model

#836D55 color CMYK value is (0,17,35,49).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 35.11%
  • key color value is 48.63%

CMYK: (0,17,35,49)
C0M17Y35K49 (0%, 17%, 35%, 49%)
(0.00 / 0.17 / 0.35 / 0.49)

CMYK percentages

%0
%16.79
%35.11
%48.63

Codes

Color #836D55 in popluar color models

83 6D 55
RGB 131 109 85
HSL 31° 21.30% 42.35%
HSB/HSV 31° 35.11% 51.37%
CMYK 0.00% 16.79% 35.11%
48.63%

Color #836D55 in popluar number systems.

HEX 83 6D 55
Decimal 131 109 85
Binary 10000011 1101101 1010101
Octal 203 155 125

Shades and tints

Shades of #836D55

#836D55
(131,109,85)
#78644E
(120,100,78)
#6D5B47
(109,91,71)
#625240
(98,82,64)
#574939
(87,73,57)
#4C4032
(76,64,50)
#41372B
(65,55,43)
#362E24
(54,46,36)
#2B251D
(43,37,29)
#201C16
(32,28,22)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #836D55

#836D55
(131,109,85)
#8E7A64
(142,122,100)
#998773
(153,135,115)
#A49482
(164,148,130)
#AFA191
(175,161,145)
#BAAEA0
(186,174,160)
#C5BBAF
(197,187,175)
#D0C8BE
(208,200,190)
#DBD5CD
(219,213,205)
#E6E2DC
(230,226,220)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836D55 color. Also use rgb(131,109,85) instead hex code.

Text Font Color

.myTextColor { color: #836D55; }

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

This text font color is #836D55.

Background Color

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

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

This div background color is #836D55.

Border color

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

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

This div border color is #836D55.

Opacity

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

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

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

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

This text has shadow with #836D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836D55.

Preview

Color preview on black background

This text has color #836D55 on black background.


Color preview on white background

This text has color #836D55 on white background.


Black color preview on #836D55 background

This text has black color on #836D55 background.


White color preview on #836D55 background

This text has white color on #836D55 background.


Related colors

Complementary color

Complementary color for #hex is #7C92AA.


I love getcolorcode.com

Triadic colors

1 #55836D and #6D5583 with #836D55 are triadic colors.

2 #556D83 and #6D8355 with #836D55 are triadic colors.