COLOR #836C85

HEX: #836C85
RGB: (131,108,133)

Color info

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

RGB color model

#836C85 color RGB value is (131,108,133).

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

RGB channels and saturation

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

131
108
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 108 + 133 = 372 (100%)
R 131 of 372 ~ 35.22%
G 108 of 372 ~ 29.03%
B 133 of 372 ~ 35.75%

%35.22
%29.03
%35.75

CMYK color model

#836C85 color CMYK value is (2,19,0,48).

  • cyan value is 1.50%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,19,0,48)
C2M19Y0K48 
(2%,19%,0%,48%)
(0.02/0.19/0.00/0.48)	

CMYK percentages

%1.5
%18.8
%0
%47.84

Codes

Color #836C85 in popluar color models

836C85
RGB131108133
HSL295°10.37%47.25%
HSB/HSV295°18.80%52.16%
CMYK1.50%18.80%0.00%
47.84%

Color #836C85 in popluar number systems.

HEX836C85
Decimal131108133
Binary10000011110110010000101
Octal203154205

Shades and tints

Shades of #836C85

#836C85
(131,108,133)
#786379
(120,99,121)
#6D5A6D
(109,90,109)
#625161
(98,81,97)
#574855
(87,72,85)
#4C3F49
(76,63,73)
#41363D
(65,54,61)
#362D31
(54,45,49)
#2B2425
(43,36,37)
#201B19
(32,27,25)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #836C85

#836C85
(131,108,133)
#8E7990
(142,121,144)
#99869B
(153,134,155)
#A493A6
(164,147,166)
#AFA0B1
(175,160,177)
#BAADBC
(186,173,188)
#C5BAC7
(197,186,199)
#D0C7D2
(208,199,210)
#DBD4DD
(219,212,221)
#E6E1E8
(230,225,232)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836C85; }

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

This text font color is #836C85.


Background Color

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

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

This div background color is #836C85.


Border color

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

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

This div border color is #836C85.


Opacity

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

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

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

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

This text has shadow with #836C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836C85 on black background.


Color preview on white background

This text has color #836C85 on white background.



Black color preview on #836C85 background

This text has black color on #836C85 background.


White color preview on #836C85 background

This text has white color on #836C85 background.