COLOR #836C67

HEX: #836C67 RGB: (131,108,103)

Color info

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

RGB color model

#836C67 color RGB value is (131,108,103).

RGB: (131,108,103) (51%, 42%, 40%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 103 of 255 = 40%

131
108
103

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

Portions of RGB colors in percentages

R + G + B = 131 + 108 + 103 = 342 (100%)
R 131 of 342 ~ 38.3%
G 108 of 342 ~ 31.58%
B 103 of 342 ~ 30.12'%

%38.3
%31.58
%30.12

CMYK color model

#836C67 color CMYK value is (0,18,21,49).

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

CMYK: (0,18,21,49)
C0M18Y21K49 (0%, 18%, 21%, 49%)
(0.00 / 0.18 / 0.21 / 0.49)

CMYK percentages

%0
%17.56
%21.37
%48.63

Codes

Color #836C67 in popluar color models

83 6C 67
RGB 131 108 103
HSL 11° 11.97% 45.88%
HSB/HSV 11° 21.37% 51.37%
CMYK 0.00% 17.56% 21.37%
48.63%

Color #836C67 in popluar number systems.

HEX 83 6C 67
Decimal 131 108 103
Binary 10000011 1101100 1100111
Octal 203 154 147

Shades and tints

Shades of #836C67

#836C67
(131,108,103)
#78635E
(120,99,94)
#6D5A55
(109,90,85)
#62514C
(98,81,76)
#574843
(87,72,67)
#4C3F3A
(76,63,58)
#413631
(65,54,49)
#362D28
(54,45,40)
#2B241F
(43,36,31)
#201B16
(32,27,22)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #836C67

#836C67
(131,108,103)
#8E7974
(142,121,116)
#998681
(153,134,129)
#A4938E
(164,147,142)
#AFA09B
(175,160,155)
#BAADA8
(186,173,168)
#C5BAB5
(197,186,181)
#D0C7C2
(208,199,194)
#DBD4CF
(219,212,207)
#E6E1DC
(230,225,220)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C67; }

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

This text font color is #836C67.

Background Color

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

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

This div background color is #836C67.

Border color

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

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

This div border color is #836C67.

Opacity

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

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

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

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

This text has shadow with #836C67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836C67.

Preview

Color preview on black background

This text has color #836C67 on black background.


Color preview on white background

This text has color #836C67 on white background.


Black color preview on #836C67 background

This text has black color on #836C67 background.


White color preview on #836C67 background

This text has white color on #836C67 background.


Related colors

Complementary color

Complementary color for #hex is #7C9398.


I love getcolorcode.com

Triadic colors

1 #67836C and #6C6783 with #836C67 are triadic colors.

2 #676C83 and #6C8367 with #836C67 are triadic colors.