COLOR #844570

HEX: #844570
RGB: (132,69,112)

Color info

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

RGB color model

#844570 color RGB value is (132,69,112).

  • red value is 132;
  • green value is 69;
  • blue value is 112.
RGB:
(132,69,112)
(52%,27%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 69 of 255 = 27%
B 112 of 255 = 44%

132
69
112

R + G + B ~ 41%. #844570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 69 + 112 = 313 (100%)
R 132 of 313 ~ 42.17%
G 69 of 313 ~ 22.04%
B 112 of 313 ~ 35.78%

%42.17
%22.04
%35.78

CMYK color model

#844570 color CMYK value is (0,48,15,48).

  • cyan value is 0.00%
  • magenta value is 47.73%
  • yellow value is 15.15%
  • key color value is 48.24%
CMYK:
(0,48,15,48)
C0M48Y15K48 
(0%,48%,15%,48%)
(0.00/0.48/0.15/0.48)	

CMYK percentages

%0
%47.73
%15.15
%48.24

Codes

Color #844570 in popluar color models

844570
RGB13269112
HSL319°31.34%39.41%
HSB/HSV319°47.73%51.76%
CMYK0.00%47.73%15.15%
48.24%

Color #844570 in popluar number systems.

HEX844570
Decimal13269112
Binary1000010010001011110000
Octal204105160

Shades and tints

Shades of #844570

#844570
(132,69,112)
#783F66
(120,63,102)
#6C395C
(108,57,92)
#603352
(96,51,82)
#542D48
(84,45,72)
#48273E
(72,39,62)
#3C2134
(60,33,52)
#301B2A
(48,27,42)
#241520
(36,21,32)
#180F16
(24,15,22)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #844570

#844570
(132,69,112)
#8F557D
(143,85,125)
#9A658A
(154,101,138)
#A57597
(165,117,151)
#B085A4
(176,133,164)
#BB95B1
(187,149,177)
#C6A5BE
(198,165,190)
#D1B5CB
(209,181,203)
#DCC5D8
(220,197,216)
#E7D5E5
(231,213,229)
#F2E5F2
(242,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844570 color. Also use rgb(132,69,112) instead hex code.

Text Font Color

.myTextColor { color: #844570; }

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

This text font color is #844570.


Background Color

.myBgColor { background-color: #844570; }

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

This div background color is #844570.


Border color

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

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

This div border color is #844570.


Opacity

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

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

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

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

This text has shadow with #844570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844570 on black background.


Color preview on white background

This text has color #844570 on white background.



Black color preview on #844570 background

This text has black color on #844570 background.


White color preview on #844570 background

This text has white color on #844570 background.