COLOR #831830

HEX: #831830
RGB: (131,24,48)

Color info

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

RGB color model

#831830 color RGB value is (131,24,48).

  • red value is 131;
  • green value is 24;
  • blue value is 48.
RGB:
(131,24,48)
(51%,9%,19%)

RGB channels and saturation

R 131 of 255 = 51%
G 24 of 255 = 9%
B 48 of 255 = 19%

131
24
48

R + G + B ~ 26%. #831830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 24 + 48 = 203 (100%)
R 131 of 203 ~ 64.53%
G 24 of 203 ~ 11.82%
B 48 of 203 ~ 23.65%

%64.53
%11.82
%23.65

CMYK color model

#831830 color CMYK value is (0,82,63,49).

  • cyan value is 0.00%
  • magenta value is 81.68%
  • yellow value is 63.36%
  • key color value is 48.63%
CMYK:
(0,82,63,49)
C0M82Y63K49 
(0%,82%,63%,49%)
(0.00/0.82/0.63/0.49)	

CMYK percentages

%0
%81.68
%63.36
%48.63

Codes

Color #831830 in popluar color models

831830
RGB1312448
HSL347°69.03%30.39%
HSB/HSV347°81.68%51.37%
CMYK0.00%81.68%63.36%
48.63%

Color #831830 in popluar number systems.

HEX831830
Decimal1312448
Binary1000001111000110000
Octal2033060

Shades and tints

Shades of #831830

#831830
(131,24,48)
#78162C
(120,22,44)
#6D1428
(109,20,40)
#621224
(98,18,36)
#571020
(87,16,32)
#4C0E1C
(76,14,28)
#410C18
(65,12,24)
#360A14
(54,10,20)
#2B0810
(43,8,16)
#20060C
(32,6,12)
#150408
(21,4,8)
#000000
(0,0,0)

Tints of #831830

#831830
(131,24,48)
#8E2D42
(142,45,66)
#994254
(153,66,84)
#A45766
(164,87,102)
#AF6C78
(175,108,120)
#BA818A
(186,129,138)
#C5969C
(197,150,156)
#D0ABAE
(208,171,174)
#DBC0C0
(219,192,192)
#E6D5D2
(230,213,210)
#F1EAE4
(241,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #831830 color. Also use rgb(131,24,48) instead hex code.

Text Font Color

.myTextColor { color: #831830; }

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

This text font color is #831830.


Background Color

.myBgColor { background-color: #831830; }

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

This div background color is #831830.


Border color

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

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

This div border color is #831830.


Opacity

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

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

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

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

This text has shadow with #831830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #831830 on black background.


Color preview on white background

This text has color #831830 on white background.



Black color preview on #831830 background

This text has black color on #831830 background.


White color preview on #831830 background

This text has white color on #831830 background.