COLOR #844279

HEX: #844279
RGB: (132,66,121)

Color info

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

RGB color model

#844279 color RGB value is (132,66,121).

  • red value is 132;
  • green value is 66;
  • blue value is 121.
RGB:
(132,66,121)
(52%,26%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 66 of 255 = 26%
B 121 of 255 = 47%

132
66
121

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

Portions of RGB colors in percentages

R + G + B =
132 + 66 + 121 = 319 (100%)
R 132 of 319 ~ 41.38%
G 66 of 319 ~ 20.69%
B 121 of 319 ~ 37.93%

%41.38
%20.69
%37.93

CMYK color model

#844279 color CMYK value is (0,50,8,48).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 8.33%
  • key color value is 48.24%
CMYK:
(0,50,8,48)
C0M50Y8K48 
(0%,50%,8%,48%)
(0.00/0.50/0.08/0.48)	

CMYK percentages

%0
%50
%8.33
%48.24

Codes

Color #844279 in popluar color models

844279
RGB13266121
HSL310°33.33%38.82%
HSB/HSV310°50.00%51.76%
CMYK0.00%50.00%8.33%
48.24%

Color #844279 in popluar number systems.

HEX844279
Decimal13266121
Binary1000010010000101111001
Octal204102171

Shades and tints

Shades of #844279

#844279
(132,66,121)
#783C6E
(120,60,110)
#6C3663
(108,54,99)
#603058
(96,48,88)
#542A4D
(84,42,77)
#482442
(72,36,66)
#3C1E37
(60,30,55)
#30182C
(48,24,44)
#241221
(36,18,33)
#180C16
(24,12,22)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #844279

#844279
(132,66,121)
#8F5385
(143,83,133)
#9A6491
(154,100,145)
#A5759D
(165,117,157)
#B086A9
(176,134,169)
#BB97B5
(187,151,181)
#C6A8C1
(198,168,193)
#D1B9CD
(209,185,205)
#DCCAD9
(220,202,217)
#E7DBE5
(231,219,229)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844279 color. Also use rgb(132,66,121) instead hex code.

Text Font Color

.myTextColor { color: #844279; }

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

This text font color is #844279.


Background Color

.myBgColor { background-color: #844279; }

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

This div background color is #844279.


Border color

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

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

This div border color is #844279.


Opacity

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

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

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

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

This text has shadow with #844279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844279 on black background.


Color preview on white background

This text has color #844279 on white background.



Black color preview on #844279 background

This text has black color on #844279 background.


White color preview on #844279 background

This text has white color on #844279 background.