COLOR #843461

HEX: #843461
RGB: (132,52,97)

Color info

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

RGB color model

#843461 color RGB value is (132,52,97).

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

RGB channels and saturation

R 132 of 255 = 52%
G 52 of 255 = 20%
B 97 of 255 = 38%

132
52
97

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

Portions of RGB colors in percentages

R + G + B =
132 + 52 + 97 = 281 (100%)
R 132 of 281 ~ 46.98%
G 52 of 281 ~ 18.51%
B 97 of 281 ~ 34.52%

%46.98
%18.51
%34.52

CMYK color model

#843461 color CMYK value is (0,61,27,48).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 26.52%
  • key color value is 48.24%
CMYK:
(0,61,27,48)
C0M61Y27K48 
(0%,61%,27%,48%)
(0.00/0.61/0.27/0.48)	

CMYK percentages

%0
%60.61
%26.52
%48.24

Codes

Color #843461 in popluar color models

843461
RGB1325297
HSL326°43.48%36.08%
HSB/HSV326°60.61%51.76%
CMYK0.00%60.61%26.52%
48.24%

Color #843461 in popluar number systems.

HEX843461
Decimal1325297
Binary100001001101001100001
Octal20464141

Shades and tints

Shades of #843461

#843461
(132,52,97)
#783059
(120,48,89)
#6C2C51
(108,44,81)
#602849
(96,40,73)
#542441
(84,36,65)
#482039
(72,32,57)
#3C1C31
(60,28,49)
#301829
(48,24,41)
#241421
(36,20,33)
#181019
(24,16,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #843461

#843461
(132,52,97)
#8F466F
(143,70,111)
#9A587D
(154,88,125)
#A56A8B
(165,106,139)
#B07C99
(176,124,153)
#BB8EA7
(187,142,167)
#C6A0B5
(198,160,181)
#D1B2C3
(209,178,195)
#DCC4D1
(220,196,209)
#E7D6DF
(231,214,223)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843461; }

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

This text font color is #843461.


Background Color

.myBgColor { background-color: #843461; }

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

This div background color is #843461.


Border color

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

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

This div border color is #843461.


Opacity

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

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

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

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

This text has shadow with #843461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843461 on black background.


Color preview on white background

This text has color #843461 on white background.



Black color preview on #843461 background

This text has black color on #843461 background.


White color preview on #843461 background

This text has white color on #843461 background.