COLOR #844A5E

HEX: #844A5E
RGB: (132,74,94)

Color info

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

RGB color model

#844A5E color RGB value is (132,74,94).

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

RGB channels and saturation

R 132 of 255 = 52%
G 74 of 255 = 29%
B 94 of 255 = 37%

132
74
94

R + G + B ~ 39%. #844A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 74 + 94 = 300 (100%)
R 132 of 300 ~ 44%
G 74 of 300 ~ 24.67%
B 94 of 300 ~ 31.33%

%44
%24.67
%31.33

CMYK color model

#844A5E color CMYK value is (0,44,29,48).

  • cyan value is 0.00%
  • magenta value is 43.94%
  • yellow value is 28.79%
  • key color value is 48.24%
CMYK:
(0,44,29,48)
C0M44Y29K48 
(0%,44%,29%,48%)
(0.00/0.44/0.29/0.48)	

CMYK percentages

%0
%43.94
%28.79
%48.24

Codes

Color #844A5E in popluar color models

844A5E
RGB1327494
HSL339°28.16%40.39%
HSB/HSV339°43.94%51.76%
CMYK0.00%43.94%28.79%
48.24%

Color #844A5E in popluar number systems.

HEX844A5E
Decimal1327494
Binary1000010010010101011110
Octal204112136

Shades and tints

Shades of #844A5E

#844A5E
(132,74,94)
#784456
(120,68,86)
#6C3E4E
(108,62,78)
#603846
(96,56,70)
#54323E
(84,50,62)
#482C36
(72,44,54)
#3C262E
(60,38,46)
#302026
(48,32,38)
#241A1E
(36,26,30)
#181416
(24,20,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #844A5E

#844A5E
(132,74,94)
#8F5A6C
(143,90,108)
#9A6A7A
(154,106,122)
#A57A88
(165,122,136)
#B08A96
(176,138,150)
#BB9AA4
(187,154,164)
#C6AAB2
(198,170,178)
#D1BAC0
(209,186,192)
#DCCACE
(220,202,206)
#E7DADC
(231,218,220)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844A5E; }

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

This text font color is #844A5E.


Background Color

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

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

This div background color is #844A5E.


Border color

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

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

This div border color is #844A5E.


Opacity

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

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

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

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

This text has shadow with #844A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844A5E on black background.


Color preview on white background

This text has color #844A5E on white background.



Black color preview on #844A5E background

This text has black color on #844A5E background.


White color preview on #844A5E background

This text has white color on #844A5E background.