COLOR #843662

HEX: #843662
RGB: (132,54,98)

Color info

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

RGB color model

#843662 color RGB value is (132,54,98).

  • red value is 132;
  • green value is 54;
  • blue value is 98.
RGB:
(132,54,98)
(52%,21%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 54 of 255 = 21%
B 98 of 255 = 38%

132
54
98

R + G + B ~ 37%. #843662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 54 + 98 = 284 (100%)
R 132 of 284 ~ 46.48%
G 54 of 284 ~ 19.01%
B 98 of 284 ~ 34.51%

%46.48
%19.01
%34.51

CMYK color model

#843662 color CMYK value is (0,59,26,48).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(0,59,26,48)
C0M59Y26K48 
(0%,59%,26%,48%)
(0.00/0.59/0.26/0.48)	

CMYK percentages

%0
%59.09
%25.76
%48.24

Codes

Color #843662 in popluar color models

843662
RGB1325498
HSL326°41.94%36.47%
HSB/HSV326°59.09%51.76%
CMYK0.00%59.09%25.76%
48.24%

Color #843662 in popluar number systems.

HEX843662
Decimal1325498
Binary100001001101101100010
Octal20466142

Shades and tints

Shades of #843662

#843662
(132,54,98)
#78325A
(120,50,90)
#6C2E52
(108,46,82)
#602A4A
(96,42,74)
#542642
(84,38,66)
#48223A
(72,34,58)
#3C1E32
(60,30,50)
#301A2A
(48,26,42)
#241622
(36,22,34)
#18121A
(24,18,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #843662

#843662
(132,54,98)
#8F4870
(143,72,112)
#9A5A7E
(154,90,126)
#A56C8C
(165,108,140)
#B07E9A
(176,126,154)
#BB90A8
(187,144,168)
#C6A2B6
(198,162,182)
#D1B4C4
(209,180,196)
#DCC6D2
(220,198,210)
#E7D8E0
(231,216,224)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843662 color. Also use rgb(132,54,98) instead hex code.

Text Font Color

.myTextColor { color: #843662; }

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

This text font color is #843662.


Background Color

.myBgColor { background-color: #843662; }

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

This div background color is #843662.


Border color

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

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

This div border color is #843662.


Opacity

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

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

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

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

This text has shadow with #843662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843662 on black background.


Color preview on white background

This text has color #843662 on white background.



Black color preview on #843662 background

This text has black color on #843662 background.


White color preview on #843662 background

This text has white color on #843662 background.