COLOR #844E71

HEX: #844E71
RGB: (132,78,113)

Color info

#844E71 contains red, green and blue colors in about the same proportion. Web safe color of #844E71 is #996666 (or #966).

RGB color model

#844E71 color RGB value is (132,78,113).

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

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 113 of 255 = 44%

132
78
113

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

Portions of RGB colors in percentages

R + G + B =
132 + 78 + 113 = 323 (100%)
R 132 of 323 ~ 40.87%
G 78 of 323 ~ 24.15%
B 113 of 323 ~ 34.98%

%40.87
%24.15
%34.98

CMYK color model

#844E71 color CMYK value is (0,41,14,48).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 14.39%
  • key color value is 48.24%
CMYK:
(0,41,14,48)
C0M41Y14K48 
(0%,41%,14%,48%)
(0.00/0.41/0.14/0.48)	

CMYK percentages

%0
%40.91
%14.39
%48.24

Codes

Color #844E71 in popluar color models

844E71
RGB13278113
HSL321°25.71%41.18%
HSB/HSV321°40.91%51.76%
CMYK0.00%40.91%14.39%
48.24%

Color #844E71 in popluar number systems.

HEX844E71
Decimal13278113
Binary1000010010011101110001
Octal204116161

Shades and tints

Shades of #844E71

#844E71
(132,78,113)
#784767
(120,71,103)
#6C405D
(108,64,93)
#603953
(96,57,83)
#543249
(84,50,73)
#482B3F
(72,43,63)
#3C2435
(60,36,53)
#301D2B
(48,29,43)
#241621
(36,22,33)
#180F17
(24,15,23)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #844E71

#844E71
(132,78,113)
#8F5E7D
(143,94,125)
#9A6E89
(154,110,137)
#A57E95
(165,126,149)
#B08EA1
(176,142,161)
#BB9EAD
(187,158,173)
#C6AEB9
(198,174,185)
#D1BEC5
(209,190,197)
#DCCED1
(220,206,209)
#E7DEDD
(231,222,221)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844E71; }

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

This text font color is #844E71.


Background Color

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

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

This div background color is #844E71.


Border color

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

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

This div border color is #844E71.


Opacity

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

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

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

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

This text has shadow with #844E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844E71 on black background.


Color preview on white background

This text has color #844E71 on white background.



Black color preview on #844E71 background

This text has black color on #844E71 background.


White color preview on #844E71 background

This text has white color on #844E71 background.