COLOR #830820

HEX: #830820
RGB: (131,8,32)

Color info

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

RGB color model

#830820 color RGB value is (131,8,32).

  • red value is 131;
  • green value is 8;
  • blue value is 32.
RGB:
(131,8,32)
(51%,3%,13%)

RGB channels and saturation

R 131 of 255 = 51%
G 8 of 255 = 3%
B 32 of 255 = 13%

131
8
32

R + G + B ~ 22%. #830820 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 8 + 32 = 171 (100%)
R 131 of 171 ~ 76.61%
G 8 of 171 ~ 4.68%
B 32 of 171 ~ 18.71%

%76.61
%18.71

CMYK color model

#830820 color CMYK value is (0,94,76,49).

  • cyan value is 0.00%
  • magenta value is 93.89%
  • yellow value is 75.57%
  • key color value is 48.63%
CMYK:
(0,94,76,49)
C0M94Y76K49 
(0%,94%,76%,49%)
(0.00/0.94/0.76/0.49)	

CMYK percentages

%0
%93.89
%75.57
%48.63

Codes

Color #830820 in popluar color models

830820
RGB131832
HSL348°88.49%27.25%
HSB/HSV348°93.89%51.37%
CMYK0.00%93.89%75.57%
48.63%

Color #830820 in popluar number systems.

HEX830820
Decimal131832
Binary100000111000100000
Octal2031040

Shades and tints

Shades of #830820

#830820
(131,8,32)
#78081E
(120,8,30)
#6D081C
(109,8,28)
#62081A
(98,8,26)
#570818
(87,8,24)
#4C0816
(76,8,22)
#410814
(65,8,20)
#360812
(54,8,18)
#2B0810
(43,8,16)
#20080E
(32,8,14)
#15080C
(21,8,12)
#000000
(0,0,0)

Tints of #830820

#830820
(131,8,32)
#8E1E34
(142,30,52)
#993448
(153,52,72)
#A44A5C
(164,74,92)
#AF6070
(175,96,112)
#BA7684
(186,118,132)
#C58C98
(197,140,152)
#D0A2AC
(208,162,172)
#DBB8C0
(219,184,192)
#E6CED4
(230,206,212)
#F1E4E8
(241,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830820 color. Also use rgb(131,8,32) instead hex code.

Text Font Color

.myTextColor { color: #830820; }

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

This text font color is #830820.


Background Color

.myBgColor { background-color: #830820; }

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

This div background color is #830820.


Border color

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

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

This div border color is #830820.


Opacity

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

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

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

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

This text has shadow with #830820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830820 on black background.


Color preview on white background

This text has color #830820 on white background.



Black color preview on #830820 background

This text has black color on #830820 background.


White color preview on #830820 background

This text has white color on #830820 background.