COLOR #840C50

HEX: #840C50
RGB: (132,12,80)

Color info

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

RGB color model

#840C50 color RGB value is (132,12,80).

  • red value is 132;
  • green value is 12;
  • blue value is 80.
RGB:
(132,12,80)
(52%,5%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 12 of 255 = 5%
B 80 of 255 = 31%

132
12
80

R + G + B ~ 29%. #840C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 12 + 80 = 224 (100%)
R 132 of 224 ~ 58.93%
G 12 of 224 ~ 5.36%
B 80 of 224 ~ 35.71%

%58.93
%35.71

CMYK color model

#840C50 color CMYK value is (0,91,39,48).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(0,91,39,48)
C0M91Y39K48 
(0%,91%,39%,48%)
(0.00/0.91/0.39/0.48)	

CMYK percentages

%0
%90.91
%39.39
%48.24

Codes

Color #840C50 in popluar color models

840C50
RGB1321280
HSL326°83.33%28.24%
HSB/HSV326°90.91%51.76%
CMYK0.00%90.91%39.39%
48.24%

Color #840C50 in popluar number systems.

HEX840C50
Decimal1321280
Binary1000010011001010000
Octal20414120

Shades and tints

Shades of #840C50

#840C50
(132,12,80)
#780B49
(120,11,73)
#6C0A42
(108,10,66)
#60093B
(96,9,59)
#540834
(84,8,52)
#48072D
(72,7,45)
#3C0626
(60,6,38)
#30051F
(48,5,31)
#240418
(36,4,24)
#180311
(24,3,17)
#0C020A
(12,2,10)
#000000
(0,0,0)

Tints of #840C50

#840C50
(132,12,80)
#8F225F
(143,34,95)
#9A386E
(154,56,110)
#A54E7D
(165,78,125)
#B0648C
(176,100,140)
#BB7A9B
(187,122,155)
#C690AA
(198,144,170)
#D1A6B9
(209,166,185)
#DCBCC8
(220,188,200)
#E7D2D7
(231,210,215)
#F2E8E6
(242,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840C50 color. Also use rgb(132,12,80) instead hex code.

Text Font Color

.myTextColor { color: #840C50; }

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

This text font color is #840C50.


Background Color

.myBgColor { background-color: #840C50; }

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

This div background color is #840C50.


Border color

.myBorderColor { border: 1px solid #840C50; }

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

This div border color is #840C50.


Opacity

.myOpacity80 { color: #840C50; opacity: 0.8; }

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

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

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

This text has shadow with #840C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840C50 on black background.


Color preview on white background

This text has color #840C50 on white background.



Black color preview on #840C50 background

This text has black color on #840C50 background.


White color preview on #840C50 background

This text has white color on #840C50 background.