COLOR #831956

HEX: #831956
RGB: (131,25,86)

Color info

#831956 contains mainly red and blue colors. Web safe color of #831956 is #990066 (or #906).

RGB color model

#831956 color RGB value is (131,25,86).

  • red value is 131;
  • green value is 25;
  • blue value is 86.
RGB:
(131,25,86)
(51%,10%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 25 of 255 = 10%
B 86 of 255 = 34%

131
25
86

R + G + B ~ 32%. #831956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 25 + 86 = 242 (100%)
R 131 of 242 ~ 54.13%
G 25 of 242 ~ 10.33%
B 86 of 242 ~ 35.54%

%54.13
%10.33
%35.54

CMYK color model

#831956 color CMYK value is (0,81,34,49).

  • cyan value is 0.00%
  • magenta value is 80.92%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,81,34,49)
C0M81Y34K49 
(0%,81%,34%,49%)
(0.00/0.81/0.34/0.49)	

CMYK percentages

%0
%80.92
%34.35
%48.63

Codes

Color #831956 in popluar color models

831956
RGB1312586
HSL325°67.95%30.59%
HSB/HSV325°80.92%51.37%
CMYK0.00%80.92%34.35%
48.63%

Color #831956 in popluar number systems.

HEX831956
Decimal1312586
Binary10000011110011010110
Octal20331126

Shades and tints

Shades of #831956

#831956
(131,25,86)
#78174F
(120,23,79)
#6D1548
(109,21,72)
#621341
(98,19,65)
#57113A
(87,17,58)
#4C0F33
(76,15,51)
#410D2C
(65,13,44)
#360B25
(54,11,37)
#2B091E
(43,9,30)
#200717
(32,7,23)
#150510
(21,5,16)
#000000
(0,0,0)

Tints of #831956

#831956
(131,25,86)
#8E2D65
(142,45,101)
#994174
(153,65,116)
#A45583
(164,85,131)
#AF6992
(175,105,146)
#BA7DA1
(186,125,161)
#C591B0
(197,145,176)
#D0A5BF
(208,165,191)
#DBB9CE
(219,185,206)
#E6CDDD
(230,205,221)
#F1E1EC
(241,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831956 color. Also use rgb(131,25,86) instead hex code.

Text Font Color

.myTextColor { color: #831956; }

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

This text font color is #831956.


Background Color

.myBgColor { background-color: #831956; }

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

This div background color is #831956.


Border color

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

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

This div border color is #831956.


Opacity

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

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

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

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

This text has shadow with #831956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831956 on black background.


Color preview on white background

This text has color #831956 on white background.



Black color preview on #831956 background

This text has black color on #831956 background.


White color preview on #831956 background

This text has white color on #831956 background.