COLOR #836D6C

HEX: #836D6C RGB: (131,109,108)

Color info

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

RGB color model

#836D6C color RGB value is (131,109,108).

RGB: (131,109,108) (51%, 43%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 108 of 255 = 42%

131
109
108

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

Portions of RGB colors in percentages

R + G + B = 131 + 109 + 108 = 348 (100%)
R 131 of 348 ~ 37.64%
G 109 of 348 ~ 31.32%
B 108 of 348 ~ 31.03'%

%37.64
%31.32
%31.03

CMYK color model

#836D6C color CMYK value is (0,17,18,49).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK: (0,17,18,49) C0M17Y18K49 (0%,17%,18%,49%) (0.00/0.17/0.18/0.49) 

CMYK percentages

%0
%16.79
%17.56
%48.63

Codes

Color #836D6C in popluar color models

83 6D 6C
RGB 131 109 108
HSL 9.62% 46.86%
HSB/HSV 17.56% 51.37%
CMYK 0.00% 16.79% 17.56%
48.63%

Color #836D6C in popluar number systems.

HEX 83 6D 6C
Decimal 131 109 108
Binary 10000011 1101101 1101100
Octal 203 155 154

Shades and tints

Shades of #836D6C

#836D6C
(131,109,108)
#786463
(120,100,99)
#6D5B5A
(109,91,90)
#625251
(98,82,81)
#574948
(87,73,72)
#4C403F
(76,64,63)
#413736
(65,55,54)
#362E2D
(54,46,45)
#2B2524
(43,37,36)
#201C1B
(32,28,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #836D6C

#836D6C
(131,109,108)
#8E7A79
(142,122,121)
#998786
(153,135,134)
#A49493
(164,148,147)
#AFA1A0
(175,161,160)
#BAAEAD
(186,174,173)
#C5BBBA
(197,187,186)
#D0C8C7
(208,200,199)
#DBD5D4
(219,213,212)
#E6E2E1
(230,226,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D6C; }

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

This text font color is #836D6C.

Background Color

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

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

This div background color is #836D6C.

Border color

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

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

This div border color is #836D6C.

Opacity

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

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

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

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

This text has shadow with #836D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836D6C.

Preview

Color preview on black background

This text has color #836D6C on black background.


Color preview on white background

This text has color #836D6C on white background.


Black color preview on #836D6C background

This text has black color on #836D6C background.


White color preview on #836D6C background

This text has white color on #836D6C background.


Related colors

Complementary color

Complementary color for #hex is #7C9293.


I love getcolorcode.com

Triadic colors

1 #6C836D and #6D6C83 with #836D6C are triadic colors.

2 #6C6D83 and #6D836C with #836D6C are triadic colors.