COLOR #844B50

HEX: #844B50 RGB: (132,75,80)

Color info

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

RGB color model

#844B50 color RGB value is (132,75,80).

RGB: (132,75,80) (52%, 29%, 31%)

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 80 of 255 = 31%

132
75
80

R + G + B ~ 37%. #844B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 75 + 80 = 287 (100%)
R 132 of 287 ~ 45.99%
G 75 of 287 ~ 26.13%
B 80 of 287 ~ 27.87'%

%45.99
%26.13
%27.87

CMYK color model

#844B50 color CMYK value is (0,43,39,48).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 39.39%
  • key color value is 48.24%

CMYK: (0,43,39,48)
C0M43Y39K48 (0%, 43%, 39%, 48%)
(0.00 / 0.43 / 0.39 / 0.48)

CMYK percentages

%0
%43.18
%39.39
%48.24

Codes

Color #844B50 in popluar color models

84 4B 50
RGB 132 75 80
HSL 355° 27.54% 40.59%
HSB/HSV 355° 43.18% 51.76%
CMYK 0.00% 43.18% 39.39%
48.24%

Color #844B50 in popluar number systems.

HEX 84 4B 50
Decimal 132 75 80
Binary 10000100 1001011 1010000
Octal 204 113 120

Shades and tints

Shades of #844B50

#844B50
(132,75,80)
#784549
(120,69,73)
#6C3F42
(108,63,66)
#60393B
(96,57,59)
#543334
(84,51,52)
#482D2D
(72,45,45)
#3C2726
(60,39,38)
#30211F
(48,33,31)
#241B18
(36,27,24)
#181511
(24,21,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #844B50

#844B50
(132,75,80)
#8F5B5F
(143,91,95)
#9A6B6E
(154,107,110)
#A57B7D
(165,123,125)
#B08B8C
(176,139,140)
#BB9B9B
(187,155,155)
#C6ABAA
(198,171,170)
#D1BBB9
(209,187,185)
#DCCBC8
(220,203,200)
#E7DBD7
(231,219,215)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844B50; }

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

This text font color is #844B50.

Background Color

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

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

This div background color is #844B50.

Border color

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

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

This div border color is #844B50.

Opacity

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

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

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

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

This text has shadow with #844B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #844B50.

Preview

Color preview on black background

This text has color #844B50 on black background.


Color preview on white background

This text has color #844B50 on white background.


Black color preview on #844B50 background

This text has black color on #844B50 background.


White color preview on #844B50 background

This text has white color on #844B50 background.


Related colors

Complementary color

Complementary color for #hex is #7BB4AF.


I love getcolorcode.com

Triadic colors

1 #50844B and #4B5084 with #844B50 are triadic colors.

2 #504B84 and #4B8450 with #844B50 are triadic colors.