COLOR #830713

HEX: #830713
RGB: (131,7,19)

Color info

#830713 contains mainly red color. Web safe color of #830713 is #990000 (or #900).

RGB color model

#830713 color RGB value is (131,7,19).

  • red value is 131;
  • green value is 7;
  • blue value is 19.
RGB:
(131,7,19)
(51%,3%,7%)

RGB channels and saturation

R 131 of 255 = 51%
G 7 of 255 = 3%
B 19 of 255 = 7%

131
7
19

R + G + B ~ 20%. #830713 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 7 + 19 = 157 (100%)
R 131 of 157 ~ 83.44%
G 7 of 157 ~ 4.46%
B 19 of 157 ~ 12.1%

%83.44
%12.1

CMYK color model

#830713 color CMYK value is (0,95,85,49).

  • cyan value is 0.00%
  • magenta value is 94.66%
  • yellow value is 85.50%
  • key color value is 48.63%
CMYK:
(0,95,85,49)
C0M95Y85K49 
(0%,95%,85%,49%)
(0.00/0.95/0.85/0.49)	

CMYK percentages

%0
%94.66
%85.5
%48.63

Codes

Color #830713 in popluar color models

830713
RGB131719
HSL354°89.86%27.06%
HSB/HSV354°94.66%51.37%
CMYK0.00%94.66%85.50%
48.63%

Color #830713 in popluar number systems.

HEX830713
Decimal131719
Binary1000001111110011
Octal203723

Shades and tints

Shades of #830713

#830713
(131,7,19)
#780712
(120,7,18)
#6D0711
(109,7,17)
#620710
(98,7,16)
#57070F
(87,7,15)
#4C070E
(76,7,14)
#41070D
(65,7,13)
#36070C
(54,7,12)
#2B070B
(43,7,11)
#20070A
(32,7,10)
#150709
(21,7,9)
#000000
(0,0,0)

Tints of #830713

#830713
(131,7,19)
#8E1D28
(142,29,40)
#99333D
(153,51,61)
#A44952
(164,73,82)
#AF5F67
(175,95,103)
#BA757C
(186,117,124)
#C58B91
(197,139,145)
#D0A1A6
(208,161,166)
#DBB7BB
(219,183,187)
#E6CDD0
(230,205,208)
#F1E3E5
(241,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830713 color. Also use rgb(131,7,19) instead hex code.

Text Font Color

.myTextColor { color: #830713; }

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

This text font color is #830713.


Background Color

.myBgColor { background-color: #830713; }

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

This div background color is #830713.


Border color

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

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

This div border color is #830713.


Opacity

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

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

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

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

This text has shadow with #830713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830713 on black background.


Color preview on white background

This text has color #830713 on white background.



Black color preview on #830713 background

This text has black color on #830713 background.


White color preview on #830713 background

This text has white color on #830713 background.