COLOR #884C52

HEX: #884C52 RGB: (136,76,82)

Color info

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

RGB color model

#884C52 color RGB value is (136,76,82).

RGB: (136,76,82) (53%, 30%, 32%)

RGB channels and saturation

R 136 of 255 = 53%
G 76 of 255 = 30%
B 82 of 255 = 32%

136
76
82

R + G + B ~ 38%. #884C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 136 + 76 + 82 = 294 (100%)
R 136 of 294 ~ 46.26%
G 76 of 294 ~ 25.85%
B 82 of 294 ~ 27.89'%

%46.26
%25.85
%27.89

CMYK color model

#884C52 color CMYK value is (0,44,40,47).

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

CMYK: (0,44,40,47)
C0M44Y40K47 (0%, 44%, 40%, 47%)
(0.00 / 0.44 / 0.40 / 0.47)

CMYK percentages

%0
%44.12
%39.71
%46.67

Codes

Color #884C52 in popluar color models

88 4C 52
RGB 136 76 82
HSL 354° 28.30% 41.57%
HSB/HSV 354° 44.12% 53.33%
CMYK 0.00% 44.12% 39.71%
46.67%

Color #884C52 in popluar number systems.

HEX 88 4C 52
Decimal 136 76 82
Binary 10001000 1001100 1010010
Octal 210 114 122

Shades and tints

Shades of #884C52

#884C52
(136,76,82)
#7C464B
(124,70,75)
#704044
(112,64,68)
#643A3D
(100,58,61)
#583436
(88,52,54)
#4C2E2F
(76,46,47)
#402828
(64,40,40)
#342221
(52,34,33)
#281C1A
(40,28,26)
#1C1613
(28,22,19)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #884C52

#884C52
(136,76,82)
#925C61
(146,92,97)
#9C6C70
(156,108,112)
#A67C7F
(166,124,127)
#B08C8E
(176,140,142)
#BA9C9D
(186,156,157)
#C4ACAC
(196,172,172)
#CEBCBB
(206,188,187)
#D8CCCA
(216,204,202)
#E2DCD9
(226,220,217)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884C52; }

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

This text font color is #884C52.

Background Color

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

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

This div background color is #884C52.

Border color

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

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

This div border color is #884C52.

Opacity

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

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

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

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

This text has shadow with #884C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884C52.

Preview

Color preview on black background

This text has color #884C52 on black background.


Color preview on white background

This text has color #884C52 on white background.


Black color preview on #884C52 background

This text has black color on #884C52 background.


White color preview on #884C52 background

This text has white color on #884C52 background.


Related colors

Complementary color

Complementary color for #hex is #77B3AD.


I love getcolorcode.com

Triadic colors

1 #52884C and #4C5288 with #884C52 are triadic colors.

2 #524C88 and #4C8852 with #884C52 are triadic colors.