COLOR #844D5B

HEX: #844D5B
RGB: (132,77,91)

Color info

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

RGB color model

#844D5B color RGB value is (132,77,91).

  • red value is 132;
  • green value is 77;
  • blue value is 91.
RGB:
(132,77,91)
(52%,30%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 91 of 255 = 36%

132
77
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 91 = 300 (100%)
R 132 of 300 ~ 44%
G 77 of 300 ~ 25.67%
B 91 of 300 ~ 30.33%

%44
%25.67
%30.33

CMYK color model

#844D5B color CMYK value is (0,42,31,48).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(0,42,31,48)
C0M42Y31K48 
(0%,42%,31%,48%)
(0.00/0.42/0.31/0.48)	

CMYK percentages

%0
%41.67
%31.06
%48.24

Codes

Color #844D5B in popluar color models

844D5B
RGB1327791
HSL345°26.32%40.98%
HSB/HSV345°41.67%51.76%
CMYK0.00%41.67%31.06%
48.24%

Color #844D5B in popluar number systems.

HEX844D5B
Decimal1327791
Binary1000010010011011011011
Octal204115133

Shades and tints

Shades of #844D5B

#844D5B
(132,77,91)
#784653
(120,70,83)
#6C3F4B
(108,63,75)
#603843
(96,56,67)
#54313B
(84,49,59)
#482A33
(72,42,51)
#3C232B
(60,35,43)
#301C23
(48,28,35)
#24151B
(36,21,27)
#180E13
(24,14,19)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #844D5B

#844D5B
(132,77,91)
#8F5D69
(143,93,105)
#9A6D77
(154,109,119)
#A57D85
(165,125,133)
#B08D93
(176,141,147)
#BB9DA1
(187,157,161)
#C6ADAF
(198,173,175)
#D1BDBD
(209,189,189)
#DCCDCB
(220,205,203)
#E7DDD9
(231,221,217)
#F2EDE7
(242,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844D5B color. Also use rgb(132,77,91) instead hex code.

Text Font Color

.myTextColor { color: #844D5B; }

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

This text font color is #844D5B.


Background Color

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

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

This div background color is #844D5B.


Border color

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

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

This div border color is #844D5B.


Opacity

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

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

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

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

This text has shadow with #844D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844D5B on black background.


Color preview on white background

This text has color #844D5B on white background.



Black color preview on #844D5B background

This text has black color on #844D5B background.


White color preview on #844D5B background

This text has white color on #844D5B background.