COLOR #843863

HEX: #843863
RGB: (132,56,99)

Color info

#843863 contains mainly red and blue colors. Web safe color of #843863 is #993366 (or #936).

RGB color model

#843863 color RGB value is (132,56,99).

  • red value is 132;
  • green value is 56;
  • blue value is 99.
RGB:
(132,56,99)
(52%,22%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 56 of 255 = 22%
B 99 of 255 = 39%

132
56
99

R + G + B ~ 38%. #843863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 56 + 99 = 287 (100%)
R 132 of 287 ~ 45.99%
G 56 of 287 ~ 19.51%
B 99 of 287 ~ 34.49%

%45.99
%19.51
%34.49

CMYK color model

#843863 color CMYK value is (0,58,25,48).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,58,25,48)
C0M58Y25K48 
(0%,58%,25%,48%)
(0.00/0.58/0.25/0.48)	

CMYK percentages

%0
%57.58
%25
%48.24

Codes

Color #843863 in popluar color models

843863
RGB1325699
HSL326°40.43%36.86%
HSB/HSV326°57.58%51.76%
CMYK0.00%57.58%25.00%
48.24%

Color #843863 in popluar number systems.

HEX843863
Decimal1325699
Binary100001001110001100011
Octal20470143

Shades and tints

Shades of #843863

#843863
(132,56,99)
#78335A
(120,51,90)
#6C2E51
(108,46,81)
#602948
(96,41,72)
#54243F
(84,36,63)
#481F36
(72,31,54)
#3C1A2D
(60,26,45)
#301524
(48,21,36)
#24101B
(36,16,27)
#180B12
(24,11,18)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #843863

#843863
(132,56,99)
#8F4A71
(143,74,113)
#9A5C7F
(154,92,127)
#A56E8D
(165,110,141)
#B0809B
(176,128,155)
#BB92A9
(187,146,169)
#C6A4B7
(198,164,183)
#D1B6C5
(209,182,197)
#DCC8D3
(220,200,211)
#E7DAE1
(231,218,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843863 color. Also use rgb(132,56,99) instead hex code.

Text Font Color

.myTextColor { color: #843863; }

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

This text font color is #843863.


Background Color

.myBgColor { background-color: #843863; }

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

This div background color is #843863.


Border color

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

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

This div border color is #843863.


Opacity

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

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

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

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

This text has shadow with #843863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843863 on black background.


Color preview on white background

This text has color #843863 on white background.



Black color preview on #843863 background

This text has black color on #843863 background.


White color preview on #843863 background

This text has white color on #843863 background.