COLOR #836C6F

HEX: #836C6F RGB: (131,108,111)

Color info

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

RGB color model

#836C6F color RGB value is (131,108,111).

RGB: (131,108,111) (51%, 42%, 44%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 111 of 255 = 44%

131
108
111

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

Portions of RGB colors in percentages

R + G + B = 131 + 108 + 111 = 350 (100%)
R 131 of 350 ~ 37.43%
G 108 of 350 ~ 30.86%
B 111 of 350 ~ 31.71'%

%37.43
%30.86
%31.71

CMYK color model

#836C6F color CMYK value is (0,18,15,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 15.27%
  • key color value is 48.63%

CMYK: (0,18,15,49)
C0M18Y15K49 (0%, 18%, 15%, 49%)
(0.00 / 0.18 / 0.15 / 0.49)

CMYK percentages

%0
%17.56
%15.27
%48.63

Codes

Color #836C6F in popluar color models

83 6C 6F
RGB 131 108 111
HSL 352° 9.62% 46.86%
HSB/HSV 352° 17.56% 51.37%
CMYK 0.00% 17.56% 15.27%
48.63%

Color #836C6F in popluar number systems.

HEX 83 6C 6F
Decimal 131 108 111
Binary 10000011 1101100 1101111
Octal 203 154 157

Shades and tints

Shades of #836C6F

#836C6F
(131,108,111)
#786365
(120,99,101)
#6D5A5B
(109,90,91)
#625151
(98,81,81)
#574847
(87,72,71)
#4C3F3D
(76,63,61)
#413633
(65,54,51)
#362D29
(54,45,41)
#2B241F
(43,36,31)
#201B15
(32,27,21)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #836C6F

#836C6F
(131,108,111)
#8E797C
(142,121,124)
#998689
(153,134,137)
#A49396
(164,147,150)
#AFA0A3
(175,160,163)
#BAADB0
(186,173,176)
#C5BABD
(197,186,189)
#D0C7CA
(208,199,202)
#DBD4D7
(219,212,215)
#E6E1E4
(230,225,228)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C6F; }

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

This text font color is #836C6F.

Background Color

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

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

This div background color is #836C6F.

Border color

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

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

This div border color is #836C6F.

Opacity

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

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

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

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

This text has shadow with #836C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836C6F.

Preview

Color preview on black background

This text has color #836C6F on black background.


Color preview on white background

This text has color #836C6F on white background.


Black color preview on #836C6F background

This text has black color on #836C6F background.


White color preview on #836C6F background

This text has white color on #836C6F background.


Related colors

Complementary color

Complementary color for #hex is #7C9390.


I love getcolorcode.com

Triadic colors

1 #6F836C and #6C6F83 with #836C6F are triadic colors.

2 #6F6C83 and #6C836F with #836C6F are triadic colors.