COLOR #836976

HEX: #836976
RGB: (131,105,118)

Color info

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

RGB color model

#836976 color RGB value is (131,105,118).

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

RGB channels and saturation

R 131 of 255 = 51%
G 105 of 255 = 41%
B 118 of 255 = 46%

131
105
118

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

Portions of RGB colors in percentages

R + G + B =
131 + 105 + 118 = 354 (100%)
R 131 of 354 ~ 37.01%
G 105 of 354 ~ 29.66%
B 118 of 354 ~ 33.33%

%37.01
%29.66
%33.33

CMYK color model

#836976 color CMYK value is (0,20,10,49).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(0,20,10,49)
C0M20Y10K49 
(0%,20%,10%,49%)
(0.00/0.20/0.10/0.49)	

CMYK percentages

%0
%19.85
%9.92
%48.63

Codes

Color #836976 in popluar color models

836976
RGB131105118
HSL330°11.02%46.27%
HSB/HSV330°19.85%51.37%
CMYK0.00%19.85%9.92%
48.63%

Color #836976 in popluar number systems.

HEX836976
Decimal131105118
Binary1000001111010011110110
Octal203151166

Shades and tints

Shades of #836976

#836976
(131,105,118)
#78606C
(120,96,108)
#6D5762
(109,87,98)
#624E58
(98,78,88)
#57454E
(87,69,78)
#4C3C44
(76,60,68)
#41333A
(65,51,58)
#362A30
(54,42,48)
#2B2126
(43,33,38)
#20181C
(32,24,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #836976

#836976
(131,105,118)
#8E7682
(142,118,130)
#99838E
(153,131,142)
#A4909A
(164,144,154)
#AF9DA6
(175,157,166)
#BAAAB2
(186,170,178)
#C5B7BE
(197,183,190)
#D0C4CA
(208,196,202)
#DBD1D6
(219,209,214)
#E6DEE2
(230,222,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836976; }

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

This text font color is #836976.


Background Color

.myBgColor { background-color: #836976; }

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

This div background color is #836976.


Border color

.myBorderColor { border: 1px solid #836976; }

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

This div border color is #836976.


Opacity

.myOpacity80 { color: #836976; opacity: 0.8; }

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

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

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

This text has shadow with #836976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836976 on black background.


Color preview on white background

This text has color #836976 on white background.



Black color preview on #836976 background

This text has black color on #836976 background.


White color preview on #836976 background

This text has white color on #836976 background.