COLOR #836E76

HEX: #836E76
RGB: (131,110,118)

Color info

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

RGB color model

#836E76 color RGB value is (131,110,118).

  • red value is 131;
  • green value is 110;
  • blue value is 118.
RGB:
(131,110,118)
(51%,43%,46%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 118 of 255 = 46%

131
110
118

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 118 = 359 (100%)
R 131 of 359 ~ 36.49%
G 110 of 359 ~ 30.64%
B 118 of 359 ~ 32.87%

%36.49
%30.64
%32.87

CMYK color model

#836E76 color CMYK value is (0,16,10,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(0,16,10,49)
C0M16Y10K49 
(0%,16%,10%,49%)
(0.00/0.16/0.10/0.49)	

CMYK percentages

%0
%16.03
%9.92
%48.63

Codes

Color #836E76 in popluar color models

836E76
RGB131110118
HSL337°8.71%47.25%
HSB/HSV337°16.03%51.37%
CMYK0.00%16.03%9.92%
48.63%

Color #836E76 in popluar number systems.

HEX836E76
Decimal131110118
Binary1000001111011101110110
Octal203156166

Shades and tints

Shades of #836E76

#836E76
(131,110,118)
#78646C
(120,100,108)
#6D5A62
(109,90,98)
#625058
(98,80,88)
#57464E
(87,70,78)
#4C3C44
(76,60,68)
#41323A
(65,50,58)
#362830
(54,40,48)
#2B1E26
(43,30,38)
#20141C
(32,20,28)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #836E76

#836E76
(131,110,118)
#8E7B82
(142,123,130)
#99888E
(153,136,142)
#A4959A
(164,149,154)
#AFA2A6
(175,162,166)
#BAAFB2
(186,175,178)
#C5BCBE
(197,188,190)
#D0C9CA
(208,201,202)
#DBD6D6
(219,214,214)
#E6E3E2
(230,227,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E76 color. Also use rgb(131,110,118) instead hex code.

Text Font Color

.myTextColor { color: #836E76; }

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

This text font color is #836E76.


Background Color

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

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

This div background color is #836E76.


Border color

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

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

This div border color is #836E76.


Opacity

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

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

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

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

This text has shadow with #836E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E76 on black background.


Color preview on white background

This text has color #836E76 on white background.



Black color preview on #836E76 background

This text has black color on #836E76 background.


White color preview on #836E76 background

This text has white color on #836E76 background.