COLOR #844C4C

HEX: #844C4C RGB: (132,76,76)

Color info

#844C4C contains red, green and blue colors in about the same proportion. Web safe color of #844C4C is #993333 (or #933).

RGB color model

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

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

RGB channels and saturation

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

132
76
76

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

Portions of RGB colors in percentages

R + G + B = 132 + 76 + 76 = 284 (100%)
R 132 of 284 ~ 46.48%
G 76 of 284 ~ 26.76%
B 76 of 284 ~ 26.76'%

%46.48
%26.76
%26.76

CMYK color model

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

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

CMYK: (0,42,42,48)
C0M42Y42K48 (0%, 42%, 42%, 48%)
(0.00 / 0.42 / 0.42 / 0.48)

CMYK percentages

%0
%42.42
%42.42
%48.24

Codes

Color #844C4C in popluar color models

84 4C 4C
RGB 132 76 76
HSL 26.92% 40.78%
HSB/HSV 42.42% 51.76%
CMYK 0.00% 42.42% 42.42%
48.24%

Color #844C4C in popluar number systems.

HEX 84 4C 4C
Decimal 132 76 76
Binary 10000100 1001100 1001100
Octal 204 114 114

Shades and tints

Shades of #844C4C

#844C4C
(132,76,76)
#784646
(120,70,70)
#6C4040
(108,64,64)
#603A3A
(96,58,58)
#543434
(84,52,52)
#482E2E
(72,46,46)
#3C2828
(60,40,40)
#302222
(48,34,34)
#241C1C
(36,28,28)
#181616
(24,22,22)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #844C4C

#844C4C
(132,76,76)
#8F5C5C
(143,92,92)
#9A6C6C
(154,108,108)
#A57C7C
(165,124,124)
#B08C8C
(176,140,140)
#BB9C9C
(187,156,156)
#C6ACAC
(198,172,172)
#D1BCBC
(209,188,188)
#DCCCCC
(220,204,204)
#E7DCDC
(231,220,220)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844C4C; }

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

This text font color is #844C4C.

Background Color

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

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

This div background color is #844C4C.

Border color

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

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

This div border color is #844C4C.

Opacity

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

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

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

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

This text has shadow with #844C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #844C4C.

Preview

Color preview on black background

This text has color #844C4C on black background.


Color preview on white background

This text has color #844C4C on white background.


Black color preview on #844C4C background

This text has black color on #844C4C background.


White color preview on #844C4C background

This text has white color on #844C4C background.


Related colors

Complementary color

Complementary color for #hex is #7BB3B3.


I love getcolorcode.com