COLOR #884E7E

HEX: #884E7E
RGB: (136,78,126)

Color info

#884E7E contains red, green and blue colors in about the same proportion. Web safe color of #884E7E is #996666 (or #966).

RGB color model

#884E7E color RGB value is (136,78,126).

  • red value is 136;
  • green value is 78;
  • blue value is 126.
RGB:
(136,78,126)
(53%,31%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 126 of 255 = 49%

136
78
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 126 = 340 (100%)
R 136 of 340 ~ 40%
G 78 of 340 ~ 22.94%
B 126 of 340 ~ 37.06%

%40
%22.94
%37.06

CMYK color model

#884E7E color CMYK value is (0,43,7,47).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,43,7,47)
C0M43Y7K47 
(0%,43%,7%,47%)
(0.00/0.43/0.07/0.47)	

CMYK percentages

%0
%42.65
%7.35
%46.67

Codes

Color #884E7E in popluar color models

884E7E
RGB13678126
HSL310°27.10%41.96%
HSB/HSV310°42.65%53.33%
CMYK0.00%42.65%7.35%
46.67%

Color #884E7E in popluar number systems.

HEX884E7E
Decimal13678126
Binary1000100010011101111110
Octal210116176

Shades and tints

Shades of #884E7E

#884E7E
(136,78,126)
#7C4773
(124,71,115)
#704068
(112,64,104)
#64395D
(100,57,93)
#583252
(88,50,82)
#4C2B47
(76,43,71)
#40243C
(64,36,60)
#341D31
(52,29,49)
#281626
(40,22,38)
#1C0F1B
(28,15,27)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #884E7E

#884E7E
(136,78,126)
#925E89
(146,94,137)
#9C6E94
(156,110,148)
#A67E9F
(166,126,159)
#B08EAA
(176,142,170)
#BA9EB5
(186,158,181)
#C4AEC0
(196,174,192)
#CEBECB
(206,190,203)
#D8CED6
(216,206,214)
#E2DEE1
(226,222,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884E7E color. Also use rgb(136,78,126) instead hex code.

Text Font Color

.myTextColor { color: #884E7E; }

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

This text font color is #884E7E.


Background Color

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

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

This div background color is #884E7E.


Border color

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

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

This div border color is #884E7E.


Opacity

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

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

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

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

This text has shadow with #884E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884E7E on black background.


Color preview on white background

This text has color #884E7E on white background.



Black color preview on #884E7E background

This text has black color on #884E7E background.


White color preview on #884E7E background

This text has white color on #884E7E background.