COLOR #844B60

HEX: #844B60
RGB: (132,75,96)

Color info

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

RGB color model

#844B60 color RGB value is (132,75,96).

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

RGB channels and saturation

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

132
75
96

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

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 96 = 303 (100%)
R 132 of 303 ~ 43.56%
G 75 of 303 ~ 24.75%
B 96 of 303 ~ 31.68%

%43.56
%24.75
%31.68

CMYK color model

#844B60 color CMYK value is (0,43,27,48).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 27.27%
  • key color value is 48.24%
CMYK:
(0,43,27,48)
C0M43Y27K48 
(0%,43%,27%,48%)
(0.00/0.43/0.27/0.48)	

CMYK percentages

%0
%43.18
%27.27
%48.24

Codes

Color #844B60 in popluar color models

844B60
RGB1327596
HSL338°27.54%40.59%
HSB/HSV338°43.18%51.76%
CMYK0.00%43.18%27.27%
48.24%

Color #844B60 in popluar number systems.

HEX844B60
Decimal1327596
Binary1000010010010111100000
Octal204113140

Shades and tints

Shades of #844B60

#844B60
(132,75,96)
#784558
(120,69,88)
#6C3F50
(108,63,80)
#603948
(96,57,72)
#543340
(84,51,64)
#482D38
(72,45,56)
#3C2730
(60,39,48)
#302128
(48,33,40)
#241B20
(36,27,32)
#181518
(24,21,24)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #844B60

#844B60
(132,75,96)
#8F5B6E
(143,91,110)
#9A6B7C
(154,107,124)
#A57B8A
(165,123,138)
#B08B98
(176,139,152)
#BB9BA6
(187,155,166)
#C6ABB4
(198,171,180)
#D1BBC2
(209,187,194)
#DCCBD0
(220,203,208)
#E7DBDE
(231,219,222)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844B60; }

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

This text font color is #844B60.


Background Color

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

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

This div background color is #844B60.


Border color

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

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

This div border color is #844B60.


Opacity

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

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

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

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

This text has shadow with #844B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844B60 on black background.


Color preview on white background

This text has color #844B60 on white background.



Black color preview on #844B60 background

This text has black color on #844B60 background.


White color preview on #844B60 background

This text has white color on #844B60 background.