COLOR #836C84

HEX: #836C84
RGB: (131,108,132)

Color info

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

RGB color model

#836C84 color RGB value is (131,108,132).

  • red value is 131;
  • green value is 108;
  • blue value is 132.
RGB:
(131,108,132)
(51%,42%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 132 of 255 = 52%

131
108
132

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 132 = 371 (100%)
R 131 of 371 ~ 35.31%
G 108 of 371 ~ 29.11%
B 132 of 371 ~ 35.58%

%35.31
%29.11
%35.58

CMYK color model

#836C84 color CMYK value is (1,18,0,48).

  • cyan value is 0.76%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(1,18,0,48)
C1M18Y0K48 
(1%,18%,0%,48%)
(0.01/0.18/0.00/0.48)	

CMYK percentages

%0.76
%18.18
%0
%48.24

Codes

Color #836C84 in popluar color models

836C84
RGB131108132
HSL298°10.00%47.06%
HSB/HSV298°18.18%51.76%
CMYK0.76%18.18%0.00%
48.24%

Color #836C84 in popluar number systems.

HEX836C84
Decimal131108132
Binary10000011110110010000100
Octal203154204

Shades and tints

Shades of #836C84

#836C84
(131,108,132)
#786378
(120,99,120)
#6D5A6C
(109,90,108)
#625160
(98,81,96)
#574854
(87,72,84)
#4C3F48
(76,63,72)
#41363C
(65,54,60)
#362D30
(54,45,48)
#2B2424
(43,36,36)
#201B18
(32,27,24)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #836C84

#836C84
(131,108,132)
#8E798F
(142,121,143)
#99869A
(153,134,154)
#A493A5
(164,147,165)
#AFA0B0
(175,160,176)
#BAADBB
(186,173,187)
#C5BAC6
(197,186,198)
#D0C7D1
(208,199,209)
#DBD4DC
(219,212,220)
#E6E1E7
(230,225,231)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C84 color. Also use rgb(131,108,132) instead hex code.

Text Font Color

.myTextColor { color: #836C84; }

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

This text font color is #836C84.


Background Color

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

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

This div background color is #836C84.


Border color

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

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

This div border color is #836C84.


Opacity

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

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

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

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

This text has shadow with #836C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C84 on black background.


Color preview on white background

This text has color #836C84 on white background.



Black color preview on #836C84 background

This text has black color on #836C84 background.


White color preview on #836C84 background

This text has white color on #836C84 background.