COLOR #830E43

HEX: #830E43
RGB: (131,14,67)

Color info

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

RGB color model

#830E43 color RGB value is (131,14,67).

  • red value is 131;
  • green value is 14;
  • blue value is 67.
RGB:
(131,14,67)
(51%,5%,26%)

RGB channels and saturation

R 131 of 255 = 51%
G 14 of 255 = 5%
B 67 of 255 = 26%

131
14
67

R + G + B ~ 27%. #830E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 14 + 67 = 212 (100%)
R 131 of 212 ~ 61.79%
G 14 of 212 ~ 6.6%
B 67 of 212 ~ 31.6%

%61.79
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 89.31%
  • yellow value is 48.85%
  • key color value is 48.63%
CMYK:
(0,89,49,49)
C0M89Y49K49 
(0%,89%,49%,49%)
(0.00/0.89/0.49/0.49)	

CMYK percentages

%0
%89.31
%48.85
%48.63

Codes

Color #830E43 in popluar color models

830E43
RGB1311467
HSL333°80.69%28.43%
HSB/HSV333°89.31%51.37%
CMYK0.00%89.31%48.85%
48.63%

Color #830E43 in popluar number systems.

HEX830E43
Decimal1311467
Binary1000001111101000011
Octal20316103

Shades and tints

Shades of #830E43

#830E43
(131,14,67)
#780D3D
(120,13,61)
#6D0C37
(109,12,55)
#620B31
(98,11,49)
#570A2B
(87,10,43)
#4C0925
(76,9,37)
#41081F
(65,8,31)
#360719
(54,7,25)
#2B0613
(43,6,19)
#20050D
(32,5,13)
#150407
(21,4,7)
#000000
(0,0,0)

Tints of #830E43

#830E43
(131,14,67)
#8E2354
(142,35,84)
#993865
(153,56,101)
#A44D76
(164,77,118)
#AF6287
(175,98,135)
#BA7798
(186,119,152)
#C58CA9
(197,140,169)
#D0A1BA
(208,161,186)
#DBB6CB
(219,182,203)
#E6CBDC
(230,203,220)
#F1E0ED
(241,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #830E43 color. Also use rgb(131,14,67) instead hex code.

Text Font Color

.myTextColor { color: #830E43; }

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

This text font color is #830E43.


Background Color

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

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

This div background color is #830E43.


Border color

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

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

This div border color is #830E43.


Opacity

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

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

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

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

This text has shadow with #830E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #830E43 on black background.


Color preview on white background

This text has color #830E43 on white background.



Black color preview on #830E43 background

This text has black color on #830E43 background.


White color preview on #830E43 background

This text has white color on #830E43 background.