COLOR #830F57

HEX: #830F57
RGB: (131,15,87)

Color info

#830F57 contains mainly red and blue colors. Web safe color of #830F57 is #990066 (or #906).

RGB color model

#830F57 color RGB value is (131,15,87).

  • red value is 131;
  • green value is 15;
  • blue value is 87.
RGB:
(131,15,87)
(51%,6%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 15 of 255 = 6%
B 87 of 255 = 34%

131
15
87

R + G + B ~ 30%. #830F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 15 + 87 = 233 (100%)
R 131 of 233 ~ 56.22%
G 15 of 233 ~ 6.44%
B 87 of 233 ~ 37.34%

%56.22
%37.34

CMYK color model

#830F57 color CMYK value is (0,89,34,49).

  • cyan value is 0.00%
  • magenta value is 88.55%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,89,34,49)
C0M89Y34K49 
(0%,89%,34%,49%)
(0.00/0.89/0.34/0.49)	

CMYK percentages

%0
%88.55
%33.59
%48.63

Codes

Color #830F57 in popluar color models

830F57
RGB1311587
HSL323°79.45%28.63%
HSB/HSV323°88.55%51.37%
CMYK0.00%88.55%33.59%
48.63%

Color #830F57 in popluar number systems.

HEX830F57
Decimal1311587
Binary1000001111111010111
Octal20317127

Shades and tints

Shades of #830F57

#830F57
(131,15,87)
#780E50
(120,14,80)
#6D0D49
(109,13,73)
#620C42
(98,12,66)
#570B3B
(87,11,59)
#4C0A34
(76,10,52)
#41092D
(65,9,45)
#360826
(54,8,38)
#2B071F
(43,7,31)
#200618
(32,6,24)
#150511
(21,5,17)
#000000
(0,0,0)

Tints of #830F57

#830F57
(131,15,87)
#8E2466
(142,36,102)
#993975
(153,57,117)
#A44E84
(164,78,132)
#AF6393
(175,99,147)
#BA78A2
(186,120,162)
#C58DB1
(197,141,177)
#D0A2C0
(208,162,192)
#DBB7CF
(219,183,207)
#E6CCDE
(230,204,222)
#F1E1ED
(241,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830F57 color. Also use rgb(131,15,87) instead hex code.

Text Font Color

.myTextColor { color: #830F57; }

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

This text font color is #830F57.


Background Color

.myBgColor { background-color: #830F57; }

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

This div background color is #830F57.


Border color

.myBorderColor { border: 1px solid #830F57; }

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

This div border color is #830F57.


Opacity

.myOpacity80 { color: #830F57; opacity: 0.8; }

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

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

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

This text has shadow with #830F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830F57 on black background.


Color preview on white background

This text has color #830F57 on white background.



Black color preview on #830F57 background

This text has black color on #830F57 background.


White color preview on #830F57 background

This text has white color on #830F57 background.