COLOR #831739

HEX: #831739
RGB: (131,23,57)

Color info

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

RGB color model

#831739 color RGB value is (131,23,57).

  • red value is 131;
  • green value is 23;
  • blue value is 57.
RGB:
(131,23,57)
(51%,9%,22%)

RGB channels and saturation

R 131 of 255 = 51%
G 23 of 255 = 9%
B 57 of 255 = 22%

131
23
57

R + G + B ~ 27%. #831739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 23 + 57 = 211 (100%)
R 131 of 211 ~ 62.09%
G 23 of 211 ~ 10.9%
B 57 of 211 ~ 27.01%

%62.09
%10.9
%27.01

CMYK color model

#831739 color CMYK value is (0,82,56,49).

  • cyan value is 0.00%
  • magenta value is 82.44%
  • yellow value is 56.49%
  • key color value is 48.63%
CMYK:
(0,82,56,49)
C0M82Y56K49 
(0%,82%,56%,49%)
(0.00/0.82/0.56/0.49)	

CMYK percentages

%0
%82.44
%56.49
%48.63

Codes

Color #831739 in popluar color models

831739
RGB1312357
HSL341°70.13%30.20%
HSB/HSV341°82.44%51.37%
CMYK0.00%82.44%56.49%
48.63%

Color #831739 in popluar number systems.

HEX831739
Decimal1312357
Binary1000001110111111001
Octal2032771

Shades and tints

Shades of #831739

#831739
(131,23,57)
#781534
(120,21,52)
#6D132F
(109,19,47)
#62112A
(98,17,42)
#570F25
(87,15,37)
#4C0D20
(76,13,32)
#410B1B
(65,11,27)
#360916
(54,9,22)
#2B0711
(43,7,17)
#20050C
(32,5,12)
#150307
(21,3,7)
#000000
(0,0,0)

Tints of #831739

#831739
(131,23,57)
#8E2C4B
(142,44,75)
#99415D
(153,65,93)
#A4566F
(164,86,111)
#AF6B81
(175,107,129)
#BA8093
(186,128,147)
#C595A5
(197,149,165)
#D0AAB7
(208,170,183)
#DBBFC9
(219,191,201)
#E6D4DB
(230,212,219)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831739 color. Also use rgb(131,23,57) instead hex code.

Text Font Color

.myTextColor { color: #831739; }

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

This text font color is #831739.


Background Color

.myBgColor { background-color: #831739; }

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

This div background color is #831739.


Border color

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

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

This div border color is #831739.


Opacity

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

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

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

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

This text has shadow with #831739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831739 on black background.


Color preview on white background

This text has color #831739 on white background.



Black color preview on #831739 background

This text has black color on #831739 background.


White color preview on #831739 background

This text has white color on #831739 background.