COLOR #836D67

HEX: #836D67
RGB: (131,109,103)

Color info

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

RGB color model

#836D67 color RGB value is (131,109,103).

  • red value is 131;
  • green value is 109;
  • blue value is 103.
RGB:
(131,109,103)
(51%,43%,40%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 103 of 255 = 40%

131
109
103

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

Portions of RGB colors in percentages

R + G + B =
131 + 109 + 103 = 343 (100%)
R 131 of 343 ~ 38.19%
G 109 of 343 ~ 31.78%
B 103 of 343 ~ 30.03%

%38.19
%31.78
%30.03

CMYK color model

#836D67 color CMYK value is (0,17,21,49).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 21.37%
  • key color value is 48.63%
CMYK:
(0,17,21,49)
C0M17Y21K49 
(0%,17%,21%,49%)
(0.00/0.17/0.21/0.49)	

CMYK percentages

%0
%16.79
%21.37
%48.63

Codes

Color #836D67 in popluar color models

836D67
RGB131109103
HSL13°11.97%45.88%
HSB/HSV13°21.37%51.37%
CMYK0.00%16.79%21.37%
48.63%

Color #836D67 in popluar number systems.

HEX836D67
Decimal131109103
Binary1000001111011011100111
Octal203155147

Shades and tints

Shades of #836D67

#836D67
(131,109,103)
#78645E
(120,100,94)
#6D5B55
(109,91,85)
#62524C
(98,82,76)
#574943
(87,73,67)
#4C403A
(76,64,58)
#413731
(65,55,49)
#362E28
(54,46,40)
#2B251F
(43,37,31)
#201C16
(32,28,22)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #836D67

#836D67
(131,109,103)
#8E7A74
(142,122,116)
#998781
(153,135,129)
#A4948E
(164,148,142)
#AFA19B
(175,161,155)
#BAAEA8
(186,174,168)
#C5BBB5
(197,187,181)
#D0C8C2
(208,200,194)
#DBD5CF
(219,213,207)
#E6E2DC
(230,226,220)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836D67; }

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

This text font color is #836D67.


Background Color

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

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

This div background color is #836D67.


Border color

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

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

This div border color is #836D67.


Opacity

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

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

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

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

This text has shadow with #836D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836D67 on black background.


Color preview on white background

This text has color #836D67 on white background.



Black color preview on #836D67 background

This text has black color on #836D67 background.


White color preview on #836D67 background

This text has white color on #836D67 background.