COLOR #836A6F

HEX: #836A6F
RGB: (131,106,111)

Color info

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

RGB color model

#836A6F color RGB value is (131,106,111).

  • red value is 131;
  • green value is 106;
  • blue value is 111.
RGB:
(131,106,111)
(51%,42%,44%)

RGB channels and saturation

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

131
106
111

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

Portions of RGB colors in percentages

R + G + B =
131 + 106 + 111 = 348 (100%)
R 131 of 348 ~ 37.64%
G 106 of 348 ~ 30.46%
B 111 of 348 ~ 31.9%

%37.64
%30.46
%31.9

CMYK color model

#836A6F color CMYK value is (0,19,15,49).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 15.27%
  • key color value is 48.63%
CMYK:
(0,19,15,49)
C0M19Y15K49 
(0%,19%,15%,49%)
(0.00/0.19/0.15/0.49)	

CMYK percentages

%0
%19.08
%15.27
%48.63

Codes

Color #836A6F in popluar color models

836A6F
RGB131106111
HSL348°10.55%46.47%
HSB/HSV348°19.08%51.37%
CMYK0.00%19.08%15.27%
48.63%

Color #836A6F in popluar number systems.

HEX836A6F
Decimal131106111
Binary1000001111010101101111
Octal203152157

Shades and tints

Shades of #836A6F

#836A6F
(131,106,111)
#786165
(120,97,101)
#6D585B
(109,88,91)
#624F51
(98,79,81)
#574647
(87,70,71)
#4C3D3D
(76,61,61)
#413433
(65,52,51)
#362B29
(54,43,41)
#2B221F
(43,34,31)
#201915
(32,25,21)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #836A6F

#836A6F
(131,106,111)
#8E777C
(142,119,124)
#998489
(153,132,137)
#A49196
(164,145,150)
#AF9EA3
(175,158,163)
#BAABB0
(186,171,176)
#C5B8BD
(197,184,189)
#D0C5CA
(208,197,202)
#DBD2D7
(219,210,215)
#E6DFE4
(230,223,228)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836A6F; }

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

This text font color is #836A6F.


Background Color

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

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

This div background color is #836A6F.


Border color

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

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

This div border color is #836A6F.


Opacity

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

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

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

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

This text has shadow with #836A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836A6F on black background.


Color preview on white background

This text has color #836A6F on white background.



Black color preview on #836A6F background

This text has black color on #836A6F background.


White color preview on #836A6F background

This text has white color on #836A6F background.