COLOR #884D70

HEX: #884D70 RGB: (136,77,112)

Color info

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

RGB color model

#884D70 color RGB value is (136,77,112).

RGB: (136,77,112) (53%, 30%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 77 of 255 = 30%
B 112 of 255 = 44%

136
77
112

R + G + B ~ 42%. #884D70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 77 + 112 = 325 (100%)
R 136 of 325 ~ 41.85%
G 77 of 325 ~ 23.69%
B 112 of 325 ~ 34.46'%

%41.85
%23.69
%34.46

CMYK color model

#884D70 color CMYK value is (0,43,18,47).

  • cyan value is 0.00%
  • magenta value is 43.38%
  • yellow value is 17.65%
  • key color value is 46.67%

CMYK: (0,43,18,47)
C0M43Y18K47 (0%, 43%, 18%, 47%)
(0.00 / 0.43 / 0.18 / 0.47)

CMYK percentages

%0
%43.38
%17.65
%46.67

Codes

Color #884D70 in popluar color models

88 4D 70
RGB 136 77 112
HSL 324° 27.70% 41.76%
HSB/HSV 324° 43.38% 53.33%
CMYK 0.00% 43.38% 17.65%
46.67%

Color #884D70 in popluar number systems.

HEX 88 4D 70
Decimal 136 77 112
Binary 10001000 1001101 1110000
Octal 210 115 160

Shades and tints

Shades of #884D70

#884D70
(136,77,112)
#7C4666
(124,70,102)
#703F5C
(112,63,92)
#643852
(100,56,82)
#583148
(88,49,72)
#4C2A3E
(76,42,62)
#402334
(64,35,52)
#341C2A
(52,28,42)
#281520
(40,21,32)
#1C0E16
(28,14,22)
#10070C
(16,7,12)
#000000
(0,0,0)

Tints of #884D70

#884D70
(136,77,112)
#925D7D
(146,93,125)
#9C6D8A
(156,109,138)
#A67D97
(166,125,151)
#B08DA4
(176,141,164)
#BA9DB1
(186,157,177)
#C4ADBE
(196,173,190)
#CEBDCB
(206,189,203)
#D8CDD8
(216,205,216)
#E2DDE5
(226,221,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884D70 color. Also use rgb(136,77,112) instead hex code.

Text Font Color

.myTextColor { color: #884D70; }

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

This text font color is #884D70.

Background Color

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

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

This div background color is #884D70.

Border color

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

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

This div border color is #884D70.

Opacity

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

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

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

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

This text has shadow with #884D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884D70.

Preview

Color preview on black background

This text has color #884D70 on black background.


Color preview on white background

This text has color #884D70 on white background.


Black color preview on #884D70 background

This text has black color on #884D70 background.


White color preview on #884D70 background

This text has white color on #884D70 background.


Related colors

Complementary color

Complementary color for #hex is #77B28F.


I love getcolorcode.com

Triadic colors

1 #70884D and #4D7088 with #884D70 are triadic colors.

2 #704D88 and #4D8870 with #884D70 are triadic colors.