COLOR #844E6B

HEX: #844E6B
RGB: (132,78,107)

Color info

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

RGB color model

#844E6B color RGB value is (132,78,107).

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

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 107 of 255 = 42%

132
78
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 78 + 107 = 317 (100%)
R 132 of 317 ~ 41.64%
G 78 of 317 ~ 24.61%
B 107 of 317 ~ 33.75%

%41.64
%24.61
%33.75

CMYK color model

#844E6B color CMYK value is (0,41,19,48).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,41,19,48)
C0M41Y19K48 
(0%,41%,19%,48%)
(0.00/0.41/0.19/0.48)	

CMYK percentages

%0
%40.91
%18.94
%48.24

Codes

Color #844E6B in popluar color models

844E6B
RGB13278107
HSL328°25.71%41.18%
HSB/HSV328°40.91%51.76%
CMYK0.00%40.91%18.94%
48.24%

Color #844E6B in popluar number systems.

HEX844E6B
Decimal13278107
Binary1000010010011101101011
Octal204116153

Shades and tints

Shades of #844E6B

#844E6B
(132,78,107)
#784762
(120,71,98)
#6C4059
(108,64,89)
#603950
(96,57,80)
#543247
(84,50,71)
#482B3E
(72,43,62)
#3C2435
(60,36,53)
#301D2C
(48,29,44)
#241623
(36,22,35)
#180F1A
(24,15,26)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #844E6B

#844E6B
(132,78,107)
#8F5E78
(143,94,120)
#9A6E85
(154,110,133)
#A57E92
(165,126,146)
#B08E9F
(176,142,159)
#BB9EAC
(187,158,172)
#C6AEB9
(198,174,185)
#D1BEC6
(209,190,198)
#DCCED3
(220,206,211)
#E7DEE0
(231,222,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844E6B; }

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

This text font color is #844E6B.


Background Color

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

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

This div background color is #844E6B.


Border color

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

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

This div border color is #844E6B.


Opacity

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

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

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

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

This text has shadow with #844E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844E6B on black background.


Color preview on white background

This text has color #844E6B on white background.



Black color preview on #844E6B background

This text has black color on #844E6B background.


White color preview on #844E6B background

This text has white color on #844E6B background.