COLOR #836D72

HEX: #836D72 RGB: (131,109,114)

Color info

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

RGB color model

#836D72 color RGB value is (131,109,114).

RGB: (131,109,114) (51%, 43%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 114 of 255 = 45%

131
109
114

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

Portions of RGB colors in percentages

R + G + B = 131 + 109 + 114 = 354 (100%)
R 131 of 354 ~ 37.01%
G 109 of 354 ~ 30.79%
B 114 of 354 ~ 32.2'%

%37.01
%30.79
%32.2

CMYK color model

#836D72 color CMYK value is (0,17,13,49).

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

CMYK: (0,17,13,49)
C0M17Y13K49 (0%, 17%, 13%, 49%)
(0.00 / 0.17 / 0.13 / 0.49)

CMYK percentages

%0
%16.79
%12.98
%48.63

Codes

Color #836D72 in popluar color models

83 6D 72
RGB 131 109 114
HSL 346° 9.17% 47.06%
HSB/HSV 346° 16.79% 51.37%
CMYK 0.00% 16.79% 12.98%
48.63%

Color #836D72 in popluar number systems.

HEX 83 6D 72
Decimal 131 109 114
Binary 10000011 1101101 1110010
Octal 203 155 162

Shades and tints

Shades of #836D72

#836D72
(131,109,114)
#786468
(120,100,104)
#6D5B5E
(109,91,94)
#625254
(98,82,84)
#57494A
(87,73,74)
#4C4040
(76,64,64)
#413736
(65,55,54)
#362E2C
(54,46,44)
#2B2522
(43,37,34)
#201C18
(32,28,24)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #836D72

#836D72
(131,109,114)
#8E7A7E
(142,122,126)
#99878A
(153,135,138)
#A49496
(164,148,150)
#AFA1A2
(175,161,162)
#BAAEAE
(186,174,174)
#C5BBBA
(197,187,186)
#D0C8C6
(208,200,198)
#DBD5D2
(219,213,210)
#E6E2DE
(230,226,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D72; }

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

This text font color is #836D72.

Background Color

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

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

This div background color is #836D72.

Border color

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

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

This div border color is #836D72.

Opacity

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

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

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

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

This text has shadow with #836D72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836D72.

Preview

Color preview on black background

This text has color #836D72 on black background.


Color preview on white background

This text has color #836D72 on white background.


Black color preview on #836D72 background

This text has black color on #836D72 background.


White color preview on #836D72 background

This text has white color on #836D72 background.


Related colors

Complementary color

Complementary color for #hex is #7C928D.


I love getcolorcode.com

Triadic colors

1 #72836D and #6D7283 with #836D72 are triadic colors.

2 #726D83 and #6D8372 with #836D72 are triadic colors.