COLOR #836E82

HEX: #836E82
RGB: (131,110,130)

Color info

#836E82 contains red, green and blue colors in about the same proportion. Web safe color of #836E82 is #996699 (or #969).

RGB color model

#836E82 color RGB value is (131,110,130).

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

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 130 of 255 = 51%

131
110
130

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 130 = 371 (100%)
R 131 of 371 ~ 35.31%
G 110 of 371 ~ 29.65%
B 130 of 371 ~ 35.04%

%35.31
%29.65
%35.04

CMYK color model

#836E82 color CMYK value is (0,16,1,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(0,16,1,49)
C0M16Y1K49 
(0%,16%,1%,49%)
(0.00/0.16/0.01/0.49)	

CMYK percentages

%0
%16.03
%0.76
%48.63

Codes

Color #836E82 in popluar color models

836E82
RGB131110130
HSL303°8.71%47.25%
HSB/HSV303°16.03%51.37%
CMYK0.00%16.03%0.76%
48.63%

Color #836E82 in popluar number systems.

HEX836E82
Decimal131110130
Binary10000011110111010000010
Octal203156202

Shades and tints

Shades of #836E82

#836E82
(131,110,130)
#786477
(120,100,119)
#6D5A6C
(109,90,108)
#625061
(98,80,97)
#574656
(87,70,86)
#4C3C4B
(76,60,75)
#413240
(65,50,64)
#362835
(54,40,53)
#2B1E2A
(43,30,42)
#20141F
(32,20,31)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #836E82

#836E82
(131,110,130)
#8E7B8D
(142,123,141)
#998898
(153,136,152)
#A495A3
(164,149,163)
#AFA2AE
(175,162,174)
#BAAFB9
(186,175,185)
#C5BCC4
(197,188,196)
#D0C9CF
(208,201,207)
#DBD6DA
(219,214,218)
#E6E3E5
(230,227,229)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836E82; }

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

This text font color is #836E82.


Background Color

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

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

This div background color is #836E82.


Border color

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

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

This div border color is #836E82.


Opacity

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

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

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

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

This text has shadow with #836E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836E82 on black background.


Color preview on white background

This text has color #836E82 on white background.



Black color preview on #836E82 background

This text has black color on #836E82 background.


White color preview on #836E82 background

This text has white color on #836E82 background.