COLOR #840B56

HEX: #840B56
RGB: (132,11,86)

Color info

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

RGB color model

#840B56 color RGB value is (132,11,86).

  • red value is 132;
  • green value is 11;
  • blue value is 86.
RGB:
(132,11,86)
(52%,4%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 11 of 255 = 4%
B 86 of 255 = 34%

132
11
86

R + G + B ~ 30%. #840B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 11 + 86 = 229 (100%)
R 132 of 229 ~ 57.64%
G 11 of 229 ~ 4.8%
B 86 of 229 ~ 37.55%

%57.64
%37.55

CMYK color model

#840B56 color CMYK value is (0,92,35,48).

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(0,92,35,48)
C0M92Y35K48 
(0%,92%,35%,48%)
(0.00/0.92/0.35/0.48)	

CMYK percentages

%0
%91.67
%34.85
%48.24

Codes

Color #840B56 in popluar color models

840B56
RGB1321186
HSL323°84.62%28.04%
HSB/HSV323°91.67%51.76%
CMYK0.00%91.67%34.85%
48.24%

Color #840B56 in popluar number systems.

HEX840B56
Decimal1321186
Binary1000010010111010110
Octal20413126

Shades and tints

Shades of #840B56

#840B56
(132,11,86)
#780A4F
(120,10,79)
#6C0948
(108,9,72)
#600841
(96,8,65)
#54073A
(84,7,58)
#480633
(72,6,51)
#3C052C
(60,5,44)
#300425
(48,4,37)
#24031E
(36,3,30)
#180217
(24,2,23)
#0C0110
(12,1,16)
#000000
(0,0,0)

Tints of #840B56

#840B56
(132,11,86)
#8F2165
(143,33,101)
#9A3774
(154,55,116)
#A54D83
(165,77,131)
#B06392
(176,99,146)
#BB79A1
(187,121,161)
#C68FB0
(198,143,176)
#D1A5BF
(209,165,191)
#DCBBCE
(220,187,206)
#E7D1DD
(231,209,221)
#F2E7EC
(242,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #840B56 color. Also use rgb(132,11,86) instead hex code.

Text Font Color

.myTextColor { color: #840B56; }

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

This text font color is #840B56.


Background Color

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

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

This div background color is #840B56.


Border color

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

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

This div border color is #840B56.


Opacity

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

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

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

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

This text has shadow with #840B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840B56 on black background.


Color preview on white background

This text has color #840B56 on white background.



Black color preview on #840B56 background

This text has black color on #840B56 background.


White color preview on #840B56 background

This text has white color on #840B56 background.