COLOR #844A71

HEX: #844A71
RGB: (132,74,113)

Color info

#844A71 contains red, green and blue colors in about the same proportion. Web safe color of #844A71 is #993366 (or #936).

RGB color model

#844A71 color RGB value is (132,74,113).

  • red value is 132;
  • green value is 74;
  • blue value is 113.
RGB:
(132,74,113)
(52%,29%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 74 of 255 = 29%
B 113 of 255 = 44%

132
74
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 74 + 113 = 319 (100%)
R 132 of 319 ~ 41.38%
G 74 of 319 ~ 23.2%
B 113 of 319 ~ 35.42%

%41.38
%23.2
%35.42

CMYK color model

#844A71 color CMYK value is (0,44,14,48).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(0,44,14,48)
C0M44Y14K48 
(0%,44%,14%,48%)
(0.00/0.44/0.14/0.48)	

CMYK percentages

%0
%43.94
%14.39
%48.24

Codes

Color #844A71 in popluar color models

844A71
RGB13274113
HSL320°28.16%40.39%
HSB/HSV320°43.94%51.76%
CMYK0.00%43.94%14.39%
48.24%

Color #844A71 in popluar number systems.

HEX844A71
Decimal13274113
Binary1000010010010101110001
Octal204112161

Shades and tints

Shades of #844A71

#844A71
(132,74,113)
#784467
(120,68,103)
#6C3E5D
(108,62,93)
#603853
(96,56,83)
#543249
(84,50,73)
#482C3F
(72,44,63)
#3C2635
(60,38,53)
#30202B
(48,32,43)
#241A21
(36,26,33)
#181417
(24,20,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #844A71

#844A71
(132,74,113)
#8F5A7D
(143,90,125)
#9A6A89
(154,106,137)
#A57A95
(165,122,149)
#B08AA1
(176,138,161)
#BB9AAD
(187,154,173)
#C6AAB9
(198,170,185)
#D1BAC5
(209,186,197)
#DCCAD1
(220,202,209)
#E7DADD
(231,218,221)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844A71 color. Also use rgb(132,74,113) instead hex code.

Text Font Color

.myTextColor { color: #844A71; }

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

This text font color is #844A71.


Background Color

.myBgColor { background-color: #844A71; }

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

This div background color is #844A71.


Border color

.myBorderColor { border: 1px solid #844A71; }

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

This div border color is #844A71.


Opacity

.myOpacity80 { color: #844A71; opacity: 0.8; }

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

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

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

This text has shadow with #844A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844A71 on black background.


Color preview on white background

This text has color #844A71 on white background.



Black color preview on #844A71 background

This text has black color on #844A71 background.


White color preview on #844A71 background

This text has white color on #844A71 background.