COLOR #830619

HEX: #830619
RGB: (131,6,25)

Color info

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

RGB color model

#830619 color RGB value is (131,6,25).

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

RGB channels and saturation

R 131 of 255 = 51%
G 6 of 255 = 2%
B 25 of 255 = 10%

131
6
25

R + G + B ~ 21%. #830619 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 6 + 25 = 162 (100%)
R 131 of 162 ~ 80.86%
G 6 of 162 ~ 3.7%
B 25 of 162 ~ 15.43%

%80.86
%15.43

CMYK color model

#830619 color CMYK value is (0,95,81,49).

  • cyan value is 0.00%
  • magenta value is 95.42%
  • yellow value is 80.92%
  • key color value is 48.63%
CMYK:
(0,95,81,49)
C0M95Y81K49 
(0%,95%,81%,49%)
(0.00/0.95/0.81/0.49)	

CMYK percentages

%0
%95.42
%80.92
%48.63

Codes

Color #830619 in popluar color models

830619
RGB131625
HSL351°91.24%26.86%
HSB/HSV351°95.42%51.37%
CMYK0.00%95.42%80.92%
48.63%

Color #830619 in popluar number systems.

HEX830619
Decimal131625
Binary1000001111011001
Octal203631

Shades and tints

Shades of #830619

#830619
(131,6,25)
#780617
(120,6,23)
#6D0615
(109,6,21)
#620613
(98,6,19)
#570611
(87,6,17)
#4C060F
(76,6,15)
#41060D
(65,6,13)
#36060B
(54,6,11)
#2B0609
(43,6,9)
#200607
(32,6,7)
#150605
(21,6,5)
#000000
(0,0,0)

Tints of #830619

#830619
(131,6,25)
#8E1C2D
(142,28,45)
#993241
(153,50,65)
#A44855
(164,72,85)
#AF5E69
(175,94,105)
#BA747D
(186,116,125)
#C58A91
(197,138,145)
#D0A0A5
(208,160,165)
#DBB6B9
(219,182,185)
#E6CCCD
(230,204,205)
#F1E2E1
(241,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830619; }

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

This text font color is #830619.


Background Color

.myBgColor { background-color: #830619; }

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

This div background color is #830619.


Border color

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

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

This div border color is #830619.


Opacity

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

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

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

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

This text has shadow with #830619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830619 on black background.


Color preview on white background

This text has color #830619 on white background.



Black color preview on #830619 background

This text has black color on #830619 background.


White color preview on #830619 background

This text has white color on #830619 background.