COLOR #830728

HEX: #830728
RGB: (131,7,40)

Color info

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

RGB color model

#830728 color RGB value is (131,7,40).

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

RGB channels and saturation

R 131 of 255 = 51%
G 7 of 255 = 3%
B 40 of 255 = 16%

131
7
40

R + G + B ~ 23%. #830728 is dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 7 + 40 = 178 (100%)
R 131 of 178 ~ 73.6%
G 7 of 178 ~ 3.93%
B 40 of 178 ~ 22.47%

%73.6
%22.47

CMYK color model

#830728 color CMYK value is (0,95,69,49).

  • cyan value is 0.00%
  • magenta value is 94.66%
  • yellow value is 69.47%
  • key color value is 48.63%
CMYK:
(0,95,69,49)
C0M95Y69K49 
(0%,95%,69%,49%)
(0.00/0.95/0.69/0.49)	

CMYK percentages

%0
%94.66
%69.47
%48.63

Codes

Color #830728 in popluar color models

830728
RGB131740
HSL344°89.86%27.06%
HSB/HSV344°94.66%51.37%
CMYK0.00%94.66%69.47%
48.63%

Color #830728 in popluar number systems.

HEX830728
Decimal131740
Binary10000011111101000
Octal203750

Shades and tints

Shades of #830728

#830728
(131,7,40)
#780725
(120,7,37)
#6D0722
(109,7,34)
#62071F
(98,7,31)
#57071C
(87,7,28)
#4C0719
(76,7,25)
#410716
(65,7,22)
#360713
(54,7,19)
#2B0710
(43,7,16)
#20070D
(32,7,13)
#15070A
(21,7,10)
#000000
(0,0,0)

Tints of #830728

#830728
(131,7,40)
#8E1D3B
(142,29,59)
#99334E
(153,51,78)
#A44961
(164,73,97)
#AF5F74
(175,95,116)
#BA7587
(186,117,135)
#C58B9A
(197,139,154)
#D0A1AD
(208,161,173)
#DBB7C0
(219,183,192)
#E6CDD3
(230,205,211)
#F1E3E6
(241,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #830728; }

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

This text font color is #830728.


Background Color

.myBgColor { background-color: #830728; }

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

This div background color is #830728.


Border color

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

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

This div border color is #830728.


Opacity

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

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

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

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

This text has shadow with #830728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830728 on black background.


Color preview on white background

This text has color #830728 on white background.



Black color preview on #830728 background

This text has black color on #830728 background.


White color preview on #830728 background

This text has white color on #830728 background.