COLOR #830053

HEX: #830053
RGB: (131,0,83)

Color info

#830053 contains only red and blue colors. Web safe color of #830053 is #990066 (or #906).

RGB color model

#830053 color RGB value is (131,0,83).

  • red value is 131;
  • green value is 0;
  • blue value is 83.
RGB:
(131,0,83)
(51%,0%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 0 of 255 = 0%
B 83 of 255 = 33%

131
0
83

R + G + B ~ 28%. #830053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 0 + 83 = 214 (100%)
R 131 of 214 ~ 61.21%
G 0 of 214 ~ 0%
B 83 of 214 ~ 38.79%

%61.21
%38.79

CMYK color model

#830053 color CMYK value is (0,100,37,49).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(0,100,37,49)
C0M100Y37K49 
(0%,100%,37%,49%)
(0.00/1.00/0.37/0.49)	

CMYK percentages

%0
%100
%36.64
%48.63

Codes

Color #830053 in popluar color models

830053
RGB131083
HSL322°100.00%25.69%
HSB/HSV322°100.00%51.37%
CMYK0.00%100.00%36.64%
48.63%

Color #830053 in popluar number systems.

HEX830053
Decimal131083
Binary1000001101010011
Octal2030123

Shades and tints

Shades of #830053

#830053
(131,0,83)
#78004C
(120,0,76)
#6D0045
(109,0,69)
#62003E
(98,0,62)
#570037
(87,0,55)
#4C0030
(76,0,48)
#410029
(65,0,41)
#360022
(54,0,34)
#2B001B
(43,0,27)
#200014
(32,0,20)
#15000D
(21,0,13)
#000000
(0,0,0)

Tints of #830053

#830053
(131,0,83)
#8E1762
(142,23,98)
#992E71
(153,46,113)
#A44580
(164,69,128)
#AF5C8F
(175,92,143)
#BA739E
(186,115,158)
#C58AAD
(197,138,173)
#D0A1BC
(208,161,188)
#DBB8CB
(219,184,203)
#E6CFDA
(230,207,218)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830053 color. Also use rgb(131,0,83) instead hex code.

Text Font Color

.myTextColor { color: #830053; }

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

This text font color is #830053.


Background Color

.myBgColor { background-color: #830053; }

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

This div background color is #830053.


Border color

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

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

This div border color is #830053.


Opacity

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

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

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

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

This text has shadow with #830053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830053 on black background.


Color preview on white background

This text has color #830053 on white background.



Black color preview on #830053 background

This text has black color on #830053 background.


White color preview on #830053 background

This text has white color on #830053 background.