COLOR #843574

HEX: #843574
RGB: (132,53,116)

Color info

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

RGB color model

#843574 color RGB value is (132,53,116).

  • red value is 132;
  • green value is 53;
  • blue value is 116.
RGB:
(132,53,116)
(52%,21%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 53 of 255 = 21%
B 116 of 255 = 45%

132
53
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 53 + 116 = 301 (100%)
R 132 of 301 ~ 43.85%
G 53 of 301 ~ 17.61%
B 116 of 301 ~ 38.54%

%43.85
%17.61
%38.54

CMYK color model

#843574 color CMYK value is (0,60,12,48).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(0,60,12,48)
C0M60Y12K48 
(0%,60%,12%,48%)
(0.00/0.60/0.12/0.48)	

CMYK percentages

%0
%59.85
%12.12
%48.24

Codes

Color #843574 in popluar color models

843574
RGB13253116
HSL312°42.70%36.27%
HSB/HSV312°59.85%51.76%
CMYK0.00%59.85%12.12%
48.24%

Color #843574 in popluar number systems.

HEX843574
Decimal13253116
Binary100001001101011110100
Octal20465164

Shades and tints

Shades of #843574

#843574
(132,53,116)
#78316A
(120,49,106)
#6C2D60
(108,45,96)
#602956
(96,41,86)
#54254C
(84,37,76)
#482142
(72,33,66)
#3C1D38
(60,29,56)
#30192E
(48,25,46)
#241524
(36,21,36)
#18111A
(24,17,26)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #843574

#843574
(132,53,116)
#8F4780
(143,71,128)
#9A598C
(154,89,140)
#A56B98
(165,107,152)
#B07DA4
(176,125,164)
#BB8FB0
(187,143,176)
#C6A1BC
(198,161,188)
#D1B3C8
(209,179,200)
#DCC5D4
(220,197,212)
#E7D7E0
(231,215,224)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843574 color. Also use rgb(132,53,116) instead hex code.

Text Font Color

.myTextColor { color: #843574; }

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

This text font color is #843574.


Background Color

.myBgColor { background-color: #843574; }

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

This div background color is #843574.


Border color

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

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

This div border color is #843574.


Opacity

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

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

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

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

This text has shadow with #843574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843574 on black background.


Color preview on white background

This text has color #843574 on white background.



Black color preview on #843574 background

This text has black color on #843574 background.


White color preview on #843574 background

This text has white color on #843574 background.