COLOR #835786

HEX: #835786
RGB: (131,87,134)

Color info

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

RGB color model

#835786 color RGB value is (131,87,134).

  • red value is 131;
  • green value is 87;
  • blue value is 134.
RGB:
(131,87,134)
(51%,34%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 87 of 255 = 34%
B 134 of 255 = 53%

131
87
134

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

Portions of RGB colors in percentages

R + G + B =
131 + 87 + 134 = 352 (100%)
R 131 of 352 ~ 37.22%
G 87 of 352 ~ 24.72%
B 134 of 352 ~ 38.07%

%37.22
%24.72
%38.07

CMYK color model

#835786 color CMYK value is (2,35,0,47).

  • cyan value is 2.24%
  • magenta value is 35.07%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(2,35,0,47)
C2M35Y0K47 
(2%,35%,0%,47%)
(0.02/0.35/0.00/0.47)	

CMYK percentages

%2.24
%35.07
%0
%47.45

Codes

Color #835786 in popluar color models

835786
RGB13187134
HSL296°21.27%43.33%
HSB/HSV296°35.07%52.55%
CMYK2.24%35.07%0.00%
47.45%

Color #835786 in popluar number systems.

HEX835786
Decimal13187134
Binary10000011101011110000110
Octal203127206

Shades and tints

Shades of #835786

#835786
(131,87,134)
#78507A
(120,80,122)
#6D496E
(109,73,110)
#624262
(98,66,98)
#573B56
(87,59,86)
#4C344A
(76,52,74)
#412D3E
(65,45,62)
#362632
(54,38,50)
#2B1F26
(43,31,38)
#20181A
(32,24,26)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #835786

#835786
(131,87,134)
#8E6691
(142,102,145)
#99759C
(153,117,156)
#A484A7
(164,132,167)
#AF93B2
(175,147,178)
#BAA2BD
(186,162,189)
#C5B1C8
(197,177,200)
#D0C0D3
(208,192,211)
#DBCFDE
(219,207,222)
#E6DEE9
(230,222,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835786 color. Also use rgb(131,87,134) instead hex code.

Text Font Color

.myTextColor { color: #835786; }

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

This text font color is #835786.


Background Color

.myBgColor { background-color: #835786; }

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

This div background color is #835786.


Border color

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

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

This div border color is #835786.


Opacity

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

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

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

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

This text has shadow with #835786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835786 on black background.


Color preview on white background

This text has color #835786 on white background.



Black color preview on #835786 background

This text has black color on #835786 background.


White color preview on #835786 background

This text has white color on #835786 background.