COLOR #844C50

HEX: #844C50 RGB: (132,76,80)

Color info

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

RGB color model

#844C50 color RGB value is (132,76,80).

RGB: (132,76,80) (52%, 30%, 31%)

RGB channels and saturation

R 132 of 255 = 52%
G 76 of 255 = 30%
B 80 of 255 = 31%

132
76
80

R + G + B ~ 38%. #844C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 76 + 80 = 288 (100%)
R 132 of 288 ~ 45.83%
G 76 of 288 ~ 26.39%
B 80 of 288 ~ 27.78'%

%45.83
%26.39
%27.78

CMYK color model

#844C50 color CMYK value is (0,42,39,48).

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

CMYK: (0,42,39,48)
C0M42Y39K48 (0%, 42%, 39%, 48%)
(0.00 / 0.42 / 0.39 / 0.48)

CMYK percentages

%0
%42.42
%39.39
%48.24

Codes

Color #844C50 in popluar color models

84 4C 50
RGB 132 76 80
HSL 356° 26.92% 40.78%
HSB/HSV 356° 42.42% 51.76%
CMYK 0.00% 42.42% 39.39%
48.24%

Color #844C50 in popluar number systems.

HEX 84 4C 50
Decimal 132 76 80
Binary 10000100 1001100 1010000
Octal 204 114 120

Shades and tints

Shades of #844C50

#844C50
(132,76,80)
#784649
(120,70,73)
#6C4042
(108,64,66)
#603A3B
(96,58,59)
#543434
(84,52,52)
#482E2D
(72,46,45)
#3C2826
(60,40,38)
#30221F
(48,34,31)
#241C18
(36,28,24)
#181611
(24,22,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #844C50

#844C50
(132,76,80)
#8F5C5F
(143,92,95)
#9A6C6E
(154,108,110)
#A57C7D
(165,124,125)
#B08C8C
(176,140,140)
#BB9C9B
(187,156,155)
#C6ACAA
(198,172,170)
#D1BCB9
(209,188,185)
#DCCCC8
(220,204,200)
#E7DCD7
(231,220,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844C50; }

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

This text font color is #844C50.

Background Color

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

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

This div background color is #844C50.

Border color

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

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

This div border color is #844C50.

Opacity

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

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

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

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

This text has shadow with #844C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #844C50.

Preview

Color preview on black background

This text has color #844C50 on black background.


Color preview on white background

This text has color #844C50 on white background.


Black color preview on #844C50 background

This text has black color on #844C50 background.


White color preview on #844C50 background

This text has white color on #844C50 background.


Related colors

Complementary color

Complementary color for #hex is #7BB3AF.


I love getcolorcode.com

Triadic colors

1 #50844C and #4C5084 with #844C50 are triadic colors.

2 #504C84 and #4C8450 with #844C50 are triadic colors.