COLOR #830730

HEX: #830730
RGB: (131,7,48)

Color info

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

RGB color model

#830730 color RGB value is (131,7,48).

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

RGB channels and saturation

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

131
7
48

R + G + B ~ 24%. #830730 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 7 + 48 = 186 (100%)
R 131 of 186 ~ 70.43%
G 7 of 186 ~ 3.76%
B 48 of 186 ~ 25.81%

%70.43
%25.81

CMYK color model

#830730 color CMYK value is (0,95,63,49).

  • cyan value is 0.00%
  • magenta value is 94.66%
  • yellow value is 63.36%
  • key color value is 48.63%
CMYK:
(0,95,63,49)
C0M95Y63K49 
(0%,95%,63%,49%)
(0.00/0.95/0.63/0.49)	

CMYK percentages

%0
%94.66
%63.36
%48.63

Codes

Color #830730 in popluar color models

830730
RGB131748
HSL340°89.86%27.06%
HSB/HSV340°94.66%51.37%
CMYK0.00%94.66%63.36%
48.63%

Color #830730 in popluar number systems.

HEX830730
Decimal131748
Binary10000011111110000
Octal203760

Shades and tints

Shades of #830730

#830730
(131,7,48)
#78072C
(120,7,44)
#6D0728
(109,7,40)
#620724
(98,7,36)
#570720
(87,7,32)
#4C071C
(76,7,28)
#410718
(65,7,24)
#360714
(54,7,20)
#2B0710
(43,7,16)
#20070C
(32,7,12)
#150708
(21,7,8)
#000000
(0,0,0)

Tints of #830730

#830730
(131,7,48)
#8E1D42
(142,29,66)
#993354
(153,51,84)
#A44966
(164,73,102)
#AF5F78
(175,95,120)
#BA758A
(186,117,138)
#C58B9C
(197,139,156)
#D0A1AE
(208,161,174)
#DBB7C0
(219,183,192)
#E6CDD2
(230,205,210)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830730; }

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

This text font color is #830730.


Background Color

.myBgColor { background-color: #830730; }

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

This div background color is #830730.


Border color

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

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

This div border color is #830730.


Opacity

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

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

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

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

This text has shadow with #830730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830730 on black background.


Color preview on white background

This text has color #830730 on white background.



Black color preview on #830730 background

This text has black color on #830730 background.


White color preview on #830730 background

This text has white color on #830730 background.