COLOR #844960

HEX: #844960
RGB: (132,73,96)

Color info

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

RGB color model

#844960 color RGB value is (132,73,96).

  • red value is 132;
  • green value is 73;
  • blue value is 96.
RGB:
(132,73,96)
(52%,29%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 96 of 255 = 38%

132
73
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 96 = 301 (100%)
R 132 of 301 ~ 43.85%
G 73 of 301 ~ 24.25%
B 96 of 301 ~ 31.89%

%43.85
%24.25
%31.89

CMYK color model

#844960 color CMYK value is (0,45,27,48).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(0,45,27,48)
C0M45Y27K48 
(0%,45%,27%,48%)
(0.00/0.45/0.27/0.48)	

CMYK percentages

%0
%44.7
%27.27
%48.24

Codes

Color #844960 in popluar color models

844960
RGB1327396
HSL337°28.78%40.20%
HSB/HSV337°44.70%51.76%
CMYK0.00%44.70%27.27%
48.24%

Color #844960 in popluar number systems.

HEX844960
Decimal1327396
Binary1000010010010011100000
Octal204111140

Shades and tints

Shades of #844960

#844960
(132,73,96)
#784358
(120,67,88)
#6C3D50
(108,61,80)
#603748
(96,55,72)
#543140
(84,49,64)
#482B38
(72,43,56)
#3C2530
(60,37,48)
#301F28
(48,31,40)
#241920
(36,25,32)
#181318
(24,19,24)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #844960

#844960
(132,73,96)
#8F596E
(143,89,110)
#9A697C
(154,105,124)
#A5798A
(165,121,138)
#B08998
(176,137,152)
#BB99A6
(187,153,166)
#C6A9B4
(198,169,180)
#D1B9C2
(209,185,194)
#DCC9D0
(220,201,208)
#E7D9DE
(231,217,222)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844960 color. Also use rgb(132,73,96) instead hex code.

Text Font Color

.myTextColor { color: #844960; }

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

This text font color is #844960.


Background Color

.myBgColor { background-color: #844960; }

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

This div background color is #844960.


Border color

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

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

This div border color is #844960.


Opacity

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

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

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

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

This text has shadow with #844960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844960 on black background.


Color preview on white background

This text has color #844960 on white background.



Black color preview on #844960 background

This text has black color on #844960 background.


White color preview on #844960 background

This text has white color on #844960 background.