COLOR #843476

HEX: #843476
RGB: (132,52,118)

Color info

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

RGB color model

#843476 color RGB value is (132,52,118).

  • red value is 132;
  • green value is 52;
  • blue value is 118.
RGB:
(132,52,118)
(52%,20%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 52 of 255 = 20%
B 118 of 255 = 46%

132
52
118

R + G + B ~ 39%. #843476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 52 + 118 = 302 (100%)
R 132 of 302 ~ 43.71%
G 52 of 302 ~ 17.22%
B 118 of 302 ~ 39.07%

%43.71
%17.22
%39.07

CMYK color model

#843476 color CMYK value is (0,61,11,48).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(0,61,11,48)
C0M61Y11K48 
(0%,61%,11%,48%)
(0.00/0.61/0.11/0.48)	

CMYK percentages

%0
%60.61
%10.61
%48.24

Codes

Color #843476 in popluar color models

843476
RGB13252118
HSL311°43.48%36.08%
HSB/HSV311°60.61%51.76%
CMYK0.00%60.61%10.61%
48.24%

Color #843476 in popluar number systems.

HEX843476
Decimal13252118
Binary100001001101001110110
Octal20464166

Shades and tints

Shades of #843476

#843476
(132,52,118)
#78306C
(120,48,108)
#6C2C62
(108,44,98)
#602858
(96,40,88)
#54244E
(84,36,78)
#482044
(72,32,68)
#3C1C3A
(60,28,58)
#301830
(48,24,48)
#241426
(36,20,38)
#18101C
(24,16,28)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #843476

#843476
(132,52,118)
#8F4682
(143,70,130)
#9A588E
(154,88,142)
#A56A9A
(165,106,154)
#B07CA6
(176,124,166)
#BB8EB2
(187,142,178)
#C6A0BE
(198,160,190)
#D1B2CA
(209,178,202)
#DCC4D6
(220,196,214)
#E7D6E2
(231,214,226)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843476 color. Also use rgb(132,52,118) instead hex code.

Text Font Color

.myTextColor { color: #843476; }

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

This text font color is #843476.


Background Color

.myBgColor { background-color: #843476; }

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

This div background color is #843476.


Border color

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

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

This div border color is #843476.


Opacity

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

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

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

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

This text has shadow with #843476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843476 on black background.


Color preview on white background

This text has color #843476 on white background.



Black color preview on #843476 background

This text has black color on #843476 background.


White color preview on #843476 background

This text has white color on #843476 background.