COLOR #884C56

HEX: #884C56 RGB: (136,76,86)

Color info

#884C56 contains mainly red and blue colors. Web safe color of #884C56 is #993366 (or #936).

RGB color model

#884C56 color RGB value is (136,76,86).

RGB: (136,76,86) (53%, 30%, 34%)

RGB channels and saturation

R 136 of 255 = 53%
G 76 of 255 = 30%
B 86 of 255 = 34%

136
76
86

R + G + B ~ 39%. #884C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 76 + 86 = 298 (100%)
R 136 of 298 ~ 45.64%
G 76 of 298 ~ 25.5%
B 86 of 298 ~ 28.86'%

%45.64
%25.5
%28.86

CMYK color model

#884C56 color CMYK value is (0,44,37,47).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 36.76%
  • key color value is 46.67%

CMYK: (0,44,37,47)
C0M44Y37K47 (0%, 44%, 37%, 47%)
(0.00 / 0.44 / 0.37 / 0.47)

CMYK percentages

%0
%44.12
%36.76
%46.67

Codes

Color #884C56 in popluar color models

88 4C 56
RGB 136 76 86
HSL 350° 28.30% 41.57%
HSB/HSV 350° 44.12% 53.33%
CMYK 0.00% 44.12% 36.76%
46.67%

Color #884C56 in popluar number systems.

HEX 88 4C 56
Decimal 136 76 86
Binary 10001000 1001100 1010110
Octal 210 114 126

Shades and tints

Shades of #884C56

#884C56
(136,76,86)
#7C464F
(124,70,79)
#704048
(112,64,72)
#643A41
(100,58,65)
#58343A
(88,52,58)
#4C2E33
(76,46,51)
#40282C
(64,40,44)
#342225
(52,34,37)
#281C1E
(40,28,30)
#1C1617
(28,22,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #884C56

#884C56
(136,76,86)
#925C65
(146,92,101)
#9C6C74
(156,108,116)
#A67C83
(166,124,131)
#B08C92
(176,140,146)
#BA9CA1
(186,156,161)
#C4ACB0
(196,172,176)
#CEBCBF
(206,188,191)
#D8CCCE
(216,204,206)
#E2DCDD
(226,220,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884C56 color. Also use rgb(136,76,86) instead hex code.

Text Font Color

.myTextColor { color: #884C56; }

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

This text font color is #884C56.

Background Color

.myBgColor { background-color: #884C56; }

<div style="background-color:#884C56">Inner text</div>

This div background color is #884C56.

Border color

.myBorderColor { border: 1px solid #884C56; }

<div style="border:3px solid #884C56">Div</div>

This div border color is #884C56.

Opacity

.myOpacity80 { color: #884C56; opacity: 0.8; }

<p style="color:#884C56;opacity:0.8;">80%</p>

Text with #884C56 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 #884C56;}

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

This text has shadow with #884C56 color.


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

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

This text has shadow with #884C56 primary color and red secondary color.


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

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

This text has shadow with #884C56 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #884C56.

Preview

Color preview on black background

This text has color #884C56 on black background.


Color preview on white background

This text has color #884C56 on white background.


Black color preview on #884C56 background

This text has black color on #884C56 background.


White color preview on #884C56 background

This text has white color on #884C56 background.


Related colors

Complementary color

Complementary color for #hex is #77B3A9.


I love getcolorcode.com

Triadic colors

1 #56884C and #4C5688 with #884C56 are triadic colors.

2 #564C88 and #4C8856 with #884C56 are triadic colors.