COLOR #831947

HEX: #831947
RGB: (131,25,71)

Color info

#831947 contains mainly red color. Web safe color of #831947 is #990033 (or #903).

RGB color model

#831947 color RGB value is (131,25,71).

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

RGB channels and saturation

R 131 of 255 = 51%
G 25 of 255 = 10%
B 71 of 255 = 28%

131
25
71

R + G + B ~ 30%. #831947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 25 + 71 = 227 (100%)
R 131 of 227 ~ 57.71%
G 25 of 227 ~ 11.01%
B 71 of 227 ~ 31.28%

%57.71
%11.01
%31.28

CMYK color model

#831947 color CMYK value is (0,81,46,49).

  • cyan value is 0.00%
  • magenta value is 80.92%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,81,46,49)
C0M81Y46K49 
(0%,81%,46%,49%)
(0.00/0.81/0.46/0.49)	

CMYK percentages

%0
%80.92
%45.8
%48.63

Codes

Color #831947 in popluar color models

831947
RGB1312571
HSL334°67.95%30.59%
HSB/HSV334°80.92%51.37%
CMYK0.00%80.92%45.80%
48.63%

Color #831947 in popluar number systems.

HEX831947
Decimal1312571
Binary10000011110011000111
Octal20331107

Shades and tints

Shades of #831947

#831947
(131,25,71)
#781741
(120,23,65)
#6D153B
(109,21,59)
#621335
(98,19,53)
#57112F
(87,17,47)
#4C0F29
(76,15,41)
#410D23
(65,13,35)
#360B1D
(54,11,29)
#2B0917
(43,9,23)
#200711
(32,7,17)
#15050B
(21,5,11)
#000000
(0,0,0)

Tints of #831947

#831947
(131,25,71)
#8E2D57
(142,45,87)
#994167
(153,65,103)
#A45577
(164,85,119)
#AF6987
(175,105,135)
#BA7D97
(186,125,151)
#C591A7
(197,145,167)
#D0A5B7
(208,165,183)
#DBB9C7
(219,185,199)
#E6CDD7
(230,205,215)
#F1E1E7
(241,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #831947; }

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

This text font color is #831947.


Background Color

.myBgColor { background-color: #831947; }

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

This div background color is #831947.


Border color

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

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

This div border color is #831947.


Opacity

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

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

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

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

This text has shadow with #831947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831947 on black background.


Color preview on white background

This text has color #831947 on white background.



Black color preview on #831947 background

This text has black color on #831947 background.


White color preview on #831947 background

This text has white color on #831947 background.