COLOR #844F57

HEX: #844F57
RGB: (132,79,87)

Color info

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

RGB color model

#844F57 color RGB value is (132,79,87).

  • red value is 132;
  • green value is 79;
  • blue value is 87.
RGB:
(132,79,87)
(52%,31%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 79 of 255 = 31%
B 87 of 255 = 34%

132
79
87

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

Portions of RGB colors in percentages

R + G + B =
132 + 79 + 87 = 298 (100%)
R 132 of 298 ~ 44.3%
G 79 of 298 ~ 26.51%
B 87 of 298 ~ 29.19%

%44.3
%26.51
%29.19

CMYK color model

#844F57 color CMYK value is (0,40,34,48).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 34.09%
  • key color value is 48.24%
CMYK:
(0,40,34,48)
C0M40Y34K48 
(0%,40%,34%,48%)
(0.00/0.40/0.34/0.48)	

CMYK percentages

%0
%40.15
%34.09
%48.24

Codes

Color #844F57 in popluar color models

844F57
RGB1327987
HSL351°25.12%41.37%
HSB/HSV351°40.15%51.76%
CMYK0.00%40.15%34.09%
48.24%

Color #844F57 in popluar number systems.

HEX844F57
Decimal1327987
Binary1000010010011111010111
Octal204117127

Shades and tints

Shades of #844F57

#844F57
(132,79,87)
#784850
(120,72,80)
#6C4149
(108,65,73)
#603A42
(96,58,66)
#54333B
(84,51,59)
#482C34
(72,44,52)
#3C252D
(60,37,45)
#301E26
(48,30,38)
#24171F
(36,23,31)
#181018
(24,16,24)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #844F57

#844F57
(132,79,87)
#8F5F66
(143,95,102)
#9A6F75
(154,111,117)
#A57F84
(165,127,132)
#B08F93
(176,143,147)
#BB9FA2
(187,159,162)
#C6AFB1
(198,175,177)
#D1BFC0
(209,191,192)
#DCCFCF
(220,207,207)
#E7DFDE
(231,223,222)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844F57 color. Also use rgb(132,79,87) instead hex code.

Text Font Color

.myTextColor { color: #844F57; }

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

This text font color is #844F57.


Background Color

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

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

This div background color is #844F57.


Border color

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

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

This div border color is #844F57.


Opacity

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

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

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

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

This text has shadow with #844F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844F57 on black background.


Color preview on white background

This text has color #844F57 on white background.



Black color preview on #844F57 background

This text has black color on #844F57 background.


White color preview on #844F57 background

This text has white color on #844F57 background.