COLOR #844E5A

HEX: #844E5A
RGB: (132,78,90)

Color info

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

RGB color model

#844E5A color RGB value is (132,78,90).

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

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 90 of 255 = 35%

132
78
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 78 + 90 = 300 (100%)
R 132 of 300 ~ 44%
G 78 of 300 ~ 26%
B 90 of 300 ~ 30%

%44
%26
%30

CMYK color model

#844E5A color CMYK value is (0,41,32,48).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 31.82%
  • key color value is 48.24%
CMYK:
(0,41,32,48)
C0M41Y32K48 
(0%,41%,32%,48%)
(0.00/0.41/0.32/0.48)	

CMYK percentages

%0
%40.91
%31.82
%48.24

Codes

Color #844E5A in popluar color models

844E5A
RGB1327890
HSL347°25.71%41.18%
HSB/HSV347°40.91%51.76%
CMYK0.00%40.91%31.82%
48.24%

Color #844E5A in popluar number systems.

HEX844E5A
Decimal1327890
Binary1000010010011101011010
Octal204116132

Shades and tints

Shades of #844E5A

#844E5A
(132,78,90)
#784752
(120,71,82)
#6C404A
(108,64,74)
#603942
(96,57,66)
#54323A
(84,50,58)
#482B32
(72,43,50)
#3C242A
(60,36,42)
#301D22
(48,29,34)
#24161A
(36,22,26)
#180F12
(24,15,18)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #844E5A

#844E5A
(132,78,90)
#8F5E69
(143,94,105)
#9A6E78
(154,110,120)
#A57E87
(165,126,135)
#B08E96
(176,142,150)
#BB9EA5
(187,158,165)
#C6AEB4
(198,174,180)
#D1BEC3
(209,190,195)
#DCCED2
(220,206,210)
#E7DEE1
(231,222,225)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844E5A; }

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

This text font color is #844E5A.


Background Color

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

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

This div background color is #844E5A.


Border color

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

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

This div border color is #844E5A.


Opacity

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

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

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

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

This text has shadow with #844E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844E5A on black background.


Color preview on white background

This text has color #844E5A on white background.



Black color preview on #844E5A background

This text has black color on #844E5A background.


White color preview on #844E5A background

This text has white color on #844E5A background.