COLOR #843963

HEX: #843963
RGB: (132,57,99)

Color info

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

RGB color model

#843963 color RGB value is (132,57,99).

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

RGB channels and saturation

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

132
57
99

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

Portions of RGB colors in percentages

R + G + B =
132 + 57 + 99 = 288 (100%)
R 132 of 288 ~ 45.83%
G 57 of 288 ~ 19.79%
B 99 of 288 ~ 34.38%

%45.83
%19.79
%34.38

CMYK color model

#843963 color CMYK value is (0,57,25,48).

  • cyan value is 0.00%
  • magenta value is 56.82%
  • yellow value is 25.00%
  • key color value is 48.24%
CMYK:
(0,57,25,48)
C0M57Y25K48 
(0%,57%,25%,48%)
(0.00/0.57/0.25/0.48)	

CMYK percentages

%0
%56.82
%25
%48.24

Codes

Color #843963 in popluar color models

843963
RGB1325799
HSL326°39.68%37.06%
HSB/HSV326°56.82%51.76%
CMYK0.00%56.82%25.00%
48.24%

Color #843963 in popluar number systems.

HEX843963
Decimal1325799
Binary100001001110011100011
Octal20471143

Shades and tints

Shades of #843963

#843963
(132,57,99)
#78345A
(120,52,90)
#6C2F51
(108,47,81)
#602A48
(96,42,72)
#54253F
(84,37,63)
#482036
(72,32,54)
#3C1B2D
(60,27,45)
#301624
(48,22,36)
#24111B
(36,17,27)
#180C12
(24,12,18)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #843963

#843963
(132,57,99)
#8F4B71
(143,75,113)
#9A5D7F
(154,93,127)
#A56F8D
(165,111,141)
#B0819B
(176,129,155)
#BB93A9
(187,147,169)
#C6A5B7
(198,165,183)
#D1B7C5
(209,183,197)
#DCC9D3
(220,201,211)
#E7DBE1
(231,219,225)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843963; }

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

This text font color is #843963.


Background Color

.myBgColor { background-color: #843963; }

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

This div background color is #843963.


Border color

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

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

This div border color is #843963.


Opacity

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

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

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

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

This text has shadow with #843963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843963 on black background.


Color preview on white background

This text has color #843963 on white background.



Black color preview on #843963 background

This text has black color on #843963 background.


White color preview on #843963 background

This text has white color on #843963 background.